summaryrefslogtreecommitdiff
path: root/static/netbsd/man3/SQLITE_SHM_NLOCK.3
blob: bd58f9e8dbf821ca47be5ca85d46f1e9f339ded1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
.Dd January 24, 2024
.Dt SQLITE_SHM_NLOCK 3
.Os
.Sh NAME
.Nm SQLITE_SHM_NLOCK
.Nd maximum xShmLock index
.Sh SYNOPSIS
.In sqlite3.h
.Fd #define SQLITE_SHM_NLOCK
.Sh DESCRIPTION
The xShmLock method on sqlite3_io_methods may use
values between 0 and this upper bound as its "offset" argument.
The SQLite core will never attempt to acquire or release a lock outside
of this range
.Sh IMPLEMENTATION NOTES
These declarations were extracted from the
interface documentation at line 1556.
.Bd -literal
#define SQLITE_SHM_NLOCK        8
.Ed
.Sh SEE ALSO
.Xr sqlite3_io_methods 3