xref: /netbsd-src/external/public-domain/sqlite/man/SQLITE_SHM_NLOCK.3 (revision d909946ca08dceb44d7d0f22ec9488679695d976)
1.Dd $Mdocdate$
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