Searched defs:BtShared (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Dbtree.h41 typedef struct BtShared BtShared; typedef in typeref:struct:BtShared
203 ** use mutexes to access the BtShared structures. So make the
H A DbtreeInt.h280 u16 maxLocal; /* Copy of BtShared.maxLocal or BtShared.maxLeaf */
281 u16 minLocal; /* Copy of BtShared.minLocal or BtShared.minLeaf */
290 BtShared *pBt; /* Pointer to BtShared that this page is part of */
304 ** A linked list of the following structures is stored at BtShared.pLock.
306 ** is opened on the table with root page BtShared.iTable. Locks are removed
314 BtLock *pNext; /* Next in BtShared.pLock list */
332 ** points to the same BtShared objec
403 struct BtShared { struct
[all...]
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c7667 typedef struct BtShared BtShared; typedef in typeref:struct:BtShared
7829 ** use mutexes to access the BtShared structures. So make the
9020 ** Btrees that refer to the same underlying BtShared object.
46605 struct BtShared { struct
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c8872 typedef struct BtShared BtShared; typedef in typeref:struct:BtShared
9049 ** use mutexes to access the BtShared structures. So make the
10332 ** Btrees that refer to the same underlying BtShared object.
51001 struct BtShared { struct
[all...]
/external/sqlite/dist/
H A Dsqlite3.c8872 typedef struct BtShared BtShared; typedef in typeref:struct:BtShared
9049 ** use mutexes to access the BtShared structures. So make the
10332 ** Btrees that refer to the same underlying BtShared object.
51021 struct BtShared { struct
[all...]

Completed in 795 milliseconds