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

/freebsd-10.0-release/contrib/sqlite3/
H A Dsqlite3.h737 int (*xShmLock)(sqlite3_file*, int offset, int n, int flags); member in struct:sqlite3_io_methods
1165 ** CAPI3REF: Flags for the xShmLock VFS method
1168 ** allowed by the xShmLock method of [sqlite3_io_methods]. The
1170 ** xShmLock method:
1182 ** The xShmLock method can transition between unlocked and SHARED or
1192 ** CAPI3REF: Maximum xShmLock index
1194 ** The xShmLock method on [sqlite3_io_methods] may use values
H A Dsqlite3.c1308 int (*xShmLock)(sqlite3_file*, int offset, int n, int flags); member in struct:sqlite3_io_methods
1736 ** CAPI3REF: Flags for the xShmLock VFS method
1739 ** allowed by the xShmLock method of [sqlite3_io_methods]. The
1741 ** xShmLock method:
1753 ** The xShmLock method can transition between unlocked and SHARED or
1763 ** CAPI3REF: Maximum xShmLock index
1765 ** The xShmLock method on [sqlite3_io_methods] may use values
15219 return id->pMethods->xShmLock(id, offset, n, flags);
[all...]
/freebsd-10.0-release/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...]

Completed in 768 milliseconds