xref: /netbsd-src/external/public-domain/sqlite/man/SQLITE_SHM_NLOCK.3 (revision 82d56013d7b633d116a93943de88e08335357a7c)
1.Dd December 19, 2018
2.Dt SQLITE_SHM_NLOCK 3
3.Os
4.Sh NAME
5.Nm SQLITE_SHM_NLOCK
6.Nd Maximum xShmLock index
7.Sh SYNOPSIS
8.Fd #define SQLITE_SHM_NLOCK
9.Sh DESCRIPTION
10The xShmLock method on sqlite3_io_methods may use
11values between 0 and this upper bound as its "offset" argument.
12The SQLite core will never attempt to acquire or release a lock outside
13of this range
14.Sh SEE ALSO
15.Xr sqlite3_io_methods 3
16