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

/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/etc/c/
H A Dsqlite3.d306 int function (sqlite3_file*, int offset, int n, int flags) xShmLock;
413 ** CAPI3REF: Flags for the xShmLock VFS method
424 ** CAPI3REF: Maximum xShmLock index
/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3.h851 int (*xShmLock)(sqlite3_file*, int offset, int n, int flags); member in struct:sqlite3_io_methods
1145 ** obtain a file lock using the xLock or xShmLock methods of the VFS.
1529 ** CAPI3REF: Flags for the xShmLock VFS method
1532 ** allowed by the xShmLock method of [sqlite3_io_methods]. The
1534 ** xShmLock method:
1546 ** The xShmLock method can transition between unlocked and SHARED or
1556 ** CAPI3REF: Maximum xShmLock index
1558 ** The xShmLock method on [sqlite3_io_methods] may use values
H A Dshell.c8838 apndShmLock, /* xShmLock */
9016 return pFile->pMethods->xShmLock(pFile,offset,n,flags);
17703 pFd->pMethods->xShmLock(pFd, offset, n, flags)
H A Dsqlite3.c1164 int (*xShmLock)(sqlite3_file*, int offset, int n, int flags); member in struct:sqlite3_io_methods
1458 ** obtain a file lock using the xLock or xShmLock methods of the VFS.
1842 ** CAPI3REF: Flags for the xShmLock VFS method
1845 ** allowed by the xShmLock method of [sqlite3_io_methods]. The
1847 ** xShmLock method:
1859 ** The xShmLock method can transition between unlocked and SHARED or
1869 ** CAPI3REF: Maximum xShmLock index
1871 ** The xShmLock method on [sqlite3_io_methods] may use values
[all...]

Completed in 638 milliseconds