Searched refs:pBtree (Results 1 - 2 of 2) sorted by relevance
/external/sqlite/dist/orig/ |
H A D | sqlite3.c | 10082 SQLITE_PRIVATE int sqlite3BtreeSchemaLocked(Btree *pBtree); 10083 SQLITE_PRIVATE int sqlite3BtreeLockTable(Btree *pBtree, int iTab, u8 isWriteLock); 10110 SQLITE_PRIVATE void sqlite3BtreeGetMeta(Btree *pBtree, int idx, u32 *pValue); 53823 Btree *pBtree; /* Btree handle holding this lock */ member in struct:BtLock 54011 Btree *pBtree; /* The Btree to which this cursor belongs */ member in struct:BtCursor 54643 hasSharedCacheTableLock( Btree *pBtree, Pgno iRoot, int isIndex, int eLockType ) argument 54730 hasReadConflicts(Btree *pBtree, Pgno iRoot) argument 54990 invalidateIncrblobCursors( Btree *pBtree, i64 iRow, int isClearTable ) argument 58350 sqlite3BtreeTripAllCursors(Btree *pBtree, int errCode, int writeOnly) argument 58655 Btree *pBtree = pCur->pBtree; local 64097 sqlite3BtreeSetVersion(Btree *pBtree, int iVersion) argument 134160 Btree *pBtree; local [all...] |
/external/sqlite/dist/ |
H A D | sqlite3.c | 10082 SQLITE_PRIVATE int sqlite3BtreeSchemaLocked(Btree *pBtree); 10083 SQLITE_PRIVATE int sqlite3BtreeLockTable(Btree *pBtree, int iTab, u8 isWriteLock); 10110 SQLITE_PRIVATE void sqlite3BtreeGetMeta(Btree *pBtree, int idx, u32 *pValue); 53841 Btree *pBtree; /* Btree handle holding this lock */ member in struct:BtLock 54029 Btree *pBtree; /* The Btree to which this cursor belongs */ member in struct:BtCursor 54661 hasSharedCacheTableLock( Btree *pBtree, Pgno iRoot, int isIndex, int eLockType ) argument 54748 hasReadConflicts(Btree *pBtree, Pgno iRoot) argument 55008 invalidateIncrblobCursors( Btree *pBtree, i64 iRow, int isClearTable ) argument 58368 sqlite3BtreeTripAllCursors(Btree *pBtree, int errCode, int writeOnly) argument 58673 Btree *pBtree = pCur->pBtree; local 64115 sqlite3BtreeSetVersion(Btree *pBtree, int iVersion) argument 134178 Btree *pBtree; local [all...] |
Completed in 1003 milliseconds