Searched defs:xShmLock (Results 1 – 8 of 8) sorted by relevance
| /external/chromium_org/third_party/sqlite/src/src/ |
| D | test_superlock.c | 98 int (*xShmLock)(sqlite3_file*, int, int, int) = fd->pMethods->xShmLock; in superlockShmLock() local
|
| D | sqlite.h.in | 681 int (*xShmLock)(sqlite3_file*, int offset, int n, int flags); member
|
| /external/chromium_org/third_party/sqlite/amalgamation/ |
| D | sqlite3.h | 686 int (*xShmLock)(sqlite3_file*, int offset, int n, int flags); member
|
| D | sqlite3.c | 1229 int (*xShmLock)(sqlite3_file*, int offset, int n, int flags); member
|
| /external/sqlite/dist/orig/ |
| D | sqlite3.h | 740 int (*xShmLock)(sqlite3_file*, int offset, int n, int flags); member
|
| D | sqlite3.c | 855 int (*xShmLock)(sqlite3_file*, int offset, int n, int flags); member
|
| /external/sqlite/dist/ |
| D | sqlite3.h | 740 int (*xShmLock)(sqlite3_file*, int offset, int n, int flags); member
|
| D | sqlite3.c | 855 int (*xShmLock)(sqlite3_file*, int offset, int n, int flags); member
|