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

/external/sqlite/dist/orig/
H A Dsqlite3.h747 int (*xShmLock)(sqlite3_file*, int offset, int n, int flags); member in struct:sqlite3_io_methods
1233 ** CAPI3REF: Flags for the xShmLock VFS method
1236 ** allowed by the xShmLock method of [sqlite3_io_methods]. The
1238 ** xShmLock method:
1250 ** The xShmLock method can transition between unlocked and SHARED or
1260 ** CAPI3REF: Maximum xShmLock index
1262 ** The xShmLock method on [sqlite3_io_methods] may use values
H A Dsqlite3.c954 int (*xShmLock)(sqlite3_file*, int offset, int n, int flags); member in struct:sqlite3_io_methods
1440 ** CAPI3REF: Flags for the xShmLock VFS method
1443 ** allowed by the xShmLock method of [sqlite3_io_methods]. The
1445 ** xShmLock method:
1457 ** The xShmLock method can transition between unlocked and SHARED or
1467 ** CAPI3REF: Maximum xShmLock index
1469 ** The xShmLock method on [sqlite3_io_methods] may use values
16604 return id->pMethods->xShmLock(id, offset, n, flags);
[all...]
/external/sqlite/dist/
H A Dsqlite3.h747 int (*xShmLock)(sqlite3_file*, int offset, int n, int flags); member in struct:sqlite3_io_methods
1233 ** CAPI3REF: Flags for the xShmLock VFS method
1236 ** allowed by the xShmLock method of [sqlite3_io_methods]. The
1238 ** xShmLock method:
1250 ** The xShmLock method can transition between unlocked and SHARED or
1260 ** CAPI3REF: Maximum xShmLock index
1262 ** The xShmLock method on [sqlite3_io_methods] may use values
H A Dsqlite3.c954 int (*xShmLock)(sqlite3_file*, int offset, int n, int flags); member in struct:sqlite3_io_methods
1440 ** CAPI3REF: Flags for the xShmLock VFS method
1443 ** allowed by the xShmLock method of [sqlite3_io_methods]. The
1445 ** xShmLock method:
1457 ** The xShmLock method can transition between unlocked and SHARED or
1467 ** CAPI3REF: Maximum xShmLock index
1469 ** The xShmLock method on [sqlite3_io_methods] may use values
16604 return id->pMethods->xShmLock(id, offset, n, flags);
[all...]

Completed in 403 milliseconds