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

/netbsd-6-1-5-RELEASE/external/public-domain/sqlite/dist/
H A Dsqlite3.h698 int (*xShmLock)(sqlite3_file*, int offset, int n, int flags); member in struct:sqlite3_io_methods
1054 ** CAPI3REF: Flags for the xShmLock VFS method
1057 ** allowed by the xShmLock method of [sqlite3_io_methods]. The
1059 ** xShmLock method:
1071 ** The xShmLock method can transition between unlocked and SHARED or
1081 ** CAPI3REF: Maximum xShmLock index
1083 ** The xShmLock method on [sqlite3_io_methods] may use values
H A Dsqlite3.c1248 int (*xShmLock)(sqlite3_file*, int offset, int n, int flags); member in struct:sqlite3_io_methods
1604 ** CAPI3REF: Flags for the xShmLock VFS method
1607 ** allowed by the xShmLock method of [sqlite3_io_methods]. The
1609 ** xShmLock method:
1621 ** The xShmLock method can transition between unlocked and SHARED or
1631 ** CAPI3REF: Maximum xShmLock index
1633 ** The xShmLock method on [sqlite3_io_methods] may use values
14761 return id->pMethods->xShmLock(id, offset, n, flags);
24022 ** different here than in posix. In xShmLock(), one can go from unlocked
24179 os2ShmLock, /* xShmLock */
[all...]

Completed in 481 milliseconds