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

/external/chromium_org/third_party/sqlite/src/src/
H A DbtreeInt.h232 typedef struct BtLock BtLock; typedef in typeref:struct:BtLock
310 struct BtLock { struct
314 BtLock *pNext; /* Next in BtShared.pLock list */
317 /* Candidate values for BtLock.eLock */
353 BtLock lock; /* Object used to lock page 1 */
434 BtLock *pLock; /* List of locks held on this shared-btree struct */
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c46434 typedef struct BtLock BtLock; typedef in typeref:struct:BtLock
46512 struct BtLock { struct
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c50828 typedef struct BtLock BtLock; typedef in typeref:struct:BtLock
50908 struct BtLock { struct
[all...]
/external/sqlite/dist/
H A Dsqlite3.c50848 typedef struct BtLock BtLock; typedef in typeref:struct:BtLock
50928 struct BtLock { struct
[all...]

Completed in 1728 milliseconds