Searched refs:iRoot (Results 1 - 2 of 2) sorted by relevance
/third_party/sqlite/src/ |
H A D | sqlite3.c | 68797 hasSharedCacheTableLock( Btree *pBtree, Pgno iRoot, int isIndex, int eLockType ) global() argument 68886 hasReadConflicts(Btree *pBtree, Pgno iRoot) global() argument 69376 saveAllCursors(BtShared *pBt, Pgno iRoot, BtCursor *pExcept) global() argument 69393 saveCursorsOnList( BtCursor *p, Pgno iRoot, BtCursor *pExcept ) global() argument 102754 Pgno iRoot = (Pgno)pOp->p2; global() local 145982 Pgno iRoot = pTab->tnum; /* Root page of scanned b-tree */ global() local 193989 int iRoot; /* Index of root in pWriter->aNodeWriter */ global() local 199341 jsonLookupStep( JsonParse *pParse, u32 iRoot, const char *zPath, int *pApnd, const char **pzErr ) global() argument 199868 u32 iRoot; global() local 213480 u32 iRoot = rbuGetU32(&aBuf[52]) ? 1 : 0; global() local 214770 u32 iRoot = (u32)sqlite3_column_int64(pCsr->pStmt, 1); global() local [all...] |
H A D | shell.c | 12656 ** iRoot: 12688 u32 iRoot; /* Root page in original database */ member 13643 ** Parameter iRoot must be the root page of table zName in the INPUT 13649 i64 iRoot /* Root page of same table in INPUT db */ in recoverAddTable() 13677 pNew->iRoot = iRoot; in recoverAddTable() 13781 i64 iRoot = sqlite3_column_int64(pSelect, 0); in recoverWriteSchema1() local 13801 recoverAddTable(p, zTbl, iRoot); in recoverWriteSchema1() 13964 ** has root page iRoot in the input database. If such an object is found, 13967 static RecoverTable *recoverFindTable(sqlite3_recover *p, u32 iRoot){ in recoverFindTable() argument 14131 i64 iRoot = 0; recoverLostAndFoundOnePage() local 14335 i64 iRoot = sqlite3_column_int64(p1->pTbls, 0); recoverWriteDataStep() local [all...] |
Completed in 158 milliseconds