HomeSort by relevance Sort by last modified time
    Searched refs:BtLock (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/sqlite/src/src/
btreeInt.h 232 typedef struct BtLock BtLock;
310 struct BtLock {
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 */
btree.c 129 BtLock *pLock;
224 BtLock *pIter;
296 BtLock *pLock = 0;
297 BtLock *pIter;
322 /* If the above search did not find a BtLock struct associating Btree p
326 pLock = (BtLock *)sqlite3MallocZero(sizeof(BtLock));
336 /* Set the BtLock.eLock variable to the maximum of the current lock
360 BtLock **ppIter = &pBt->pLock;
367 BtLock *pLock = *ppIter
    [all...]
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c     [all...]

Completed in 278 milliseconds