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