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

/macosx-10.10/Heimdal-398.1.2/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 333 milliseconds