diff options
| author | Jacob McDonnell <jacob@jacobmcdonnell.com> | 2026-04-25 19:55:15 -0400 |
|---|---|---|
| committer | Jacob McDonnell <jacob@jacobmcdonnell.com> | 2026-04-25 19:55:15 -0400 |
| commit | 253e67c8b3a72b3a4757fdbc5845297628db0a4a (patch) | |
| tree | adf53b66087aa30dfbf8bf391a1dadb044c3bf4d /static/netbsd/man3/SQLITE_SHM_NLOCK.3 | |
| parent | a9157ce950dfe2fc30795d43b9d79b9d1bffc48b (diff) | |
docs: Added All NetBSD Manuals
Diffstat (limited to 'static/netbsd/man3/SQLITE_SHM_NLOCK.3')
| -rw-r--r-- | static/netbsd/man3/SQLITE_SHM_NLOCK.3 | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/static/netbsd/man3/SQLITE_SHM_NLOCK.3 b/static/netbsd/man3/SQLITE_SHM_NLOCK.3 new file mode 100644 index 00000000..bd58f9e8 --- /dev/null +++ b/static/netbsd/man3/SQLITE_SHM_NLOCK.3 @@ -0,0 +1,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 |
