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

/external/sqlite/dist/orig/
H A Dsqlite3.h699 int (*xShmLock)(sqlite3_file*, int offset, int n, int flags); member in struct:sqlite3_io_methods
1089 ** CAPI3REF: Flags for the xShmLock VFS method
1092 ** allowed by the xShmLock method of [sqlite3_io_methods]. The
1094 ** xShmLock method:
1106 ** The xShmLock method can transition between unlocked and SHARED or
1116 ** CAPI3REF: Maximum xShmLock index
1118 ** The xShmLock method on [sqlite3_io_methods] may use values
H A Dsqlite3.c1249 int (*xShmLock)(sqlite3_file*, int offset, int n, int flags); member in struct:sqlite3_io_methods
1639 ** CAPI3REF: Flags for the xShmLock VFS method
1642 ** allowed by the xShmLock method of [sqlite3_io_methods]. The
1644 ** xShmLock method:
1656 ** The xShmLock method can transition between unlocked and SHARED or
1666 ** CAPI3REF: Maximum xShmLock index
1668 ** The xShmLock method on [sqlite3_io_methods] may use values
14793 return id->pMethods->xShmLock(id, offset, n, flags);
24083 ** different here than in posix. In xShmLock(), one can go from unlocked
24240 os2ShmLock, /* xShmLock */
[all...]
/external/sqlite/dist/
H A Dsqlite3.h699 int (*xShmLock)(sqlite3_file*, int offset, int n, int flags); member in struct:sqlite3_io_methods
1089 ** CAPI3REF: Flags for the xShmLock VFS method
1092 ** allowed by the xShmLock method of [sqlite3_io_methods]. The
1094 ** xShmLock method:
1106 ** The xShmLock method can transition between unlocked and SHARED or
1116 ** CAPI3REF: Maximum xShmLock index
1118 ** The xShmLock method on [sqlite3_io_methods] may use values
H A Dsqlite3.c1249 int (*xShmLock)(sqlite3_file*, int offset, int n, int flags); member in struct:sqlite3_io_methods
1639 ** CAPI3REF: Flags for the xShmLock VFS method
1642 ** allowed by the xShmLock method of [sqlite3_io_methods]. The
1644 ** xShmLock method:
1656 ** The xShmLock method can transition between unlocked and SHARED or
1666 ** CAPI3REF: Maximum xShmLock index
1668 ** The xShmLock method on [sqlite3_io_methods] may use values
14793 return id->pMethods->xShmLock(id, offset, n, flags);
24083 ** different here than in posix. In xShmLock(), one can go from unlocked
24240 os2ShmLock, /* xShmLock */
[all...]

Completed in 448 milliseconds