xref: /netbsd-src/external/public-domain/sqlite/man/SQLITE_SHM_NLOCK.3 (revision c38e7cc395b1472a774ff828e46123de44c628e9)
1.Dd March 11, 2017
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