Searched refs:xShmLock (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3.h693 int (*xShmLock)(sqlite3_file*, int offset, int n, int flags); member in struct:sqlite3_io_methods
1022 ** CAPI3REF: Flags for the xShmLock VFS method
1025 ** allowed by the xShmLock method of [sqlite3_io_methods]. The
1027 ** xShmLock method:
1039 ** The xShmLock method can transition between unlocked and SHARED or
1049 ** CAPI3REF: Maximum xShmLock index
1051 ** The xShmLock method on [sqlite3_io_methods] may use values
H A Dsqlite3.c1246 int (*xShmLock)(sqlite3_file*, int offset, int n, int flags); member in struct:sqlite3_io_methods
1575 ** CAPI3REF: Flags for the xShmLock VFS method
1578 ** allowed by the xShmLock method of [sqlite3_io_methods]. The
1580 ** xShmLock method:
1592 ** The xShmLock method can transition between unlocked and SHARED or
1602 ** CAPI3REF: Maximum xShmLock index
1604 ** The xShmLock method on [sqlite3_io_methods] may use values
14438 return id->pMethods->xShmLock(id, offset, n, flags);
23648 ** different here than in posix. In xShmLock(), one can go from unlocked
23805 os2ShmLock, /* xShmLock */
[all...]
/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3.h800 int (*xShmLock)(sqlite3_file*, int offset, int n, int flags); member in struct:sqlite3_io_methods
1095 ** obtain a file lock using the xLock or xShmLock methods of the VFS.
1434 ** CAPI3REF: Flags for the xShmLock VFS method
1437 ** allowed by the xShmLock method of [sqlite3_io_methods]. The
1439 ** xShmLock method:
1451 ** The xShmLock method can transition between unlocked and SHARED or
1461 ** CAPI3REF: Maximum xShmLock index
1463 ** The xShmLock method on [sqlite3_io_methods] may use values
H A Dshell.c3843 apndShmLock, /* xShmLock */
4021 return pFile->pMethods->xShmLock(pFile,offset,n,flags);
H A Dsqlite3.c1863 int (*xShmLock)(sqlite3_file*, int offset, int n, int flags); member in struct:sqlite3_io_methods
2158 ** obtain a file lock using the xLock or xShmLock methods of the VFS.
2497 ** CAPI3REF: Flags for the xShmLock VFS method
2500 ** allowed by the xShmLock method of [sqlite3_io_methods]. The
2502 ** xShmLock method:
2514 ** The xShmLock method can transition between unlocked and SHARED or
2524 ** CAPI3REF: Maximum xShmLock index
2526 ** The xShmLock method on [sqlite3_io_methods] may use values
23413 return id->pMethods->xShmLock(id, offset, n, flags);
[all...]

Completed in 956 milliseconds