Searched refs:iRoot (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3.c70362 hasSharedCacheTableLock( Btree *pBtree, Pgno iRoot, int isIndex, int eLockType ) argument
70451 hasReadConflicts(Btree *pBtree, Pgno iRoot) argument
70941 saveAllCursors(BtShared *pBt, Pgno iRoot, BtCursor *pExcept) argument
70958 saveCursorsOnList( BtCursor *p, Pgno iRoot, BtCursor *pExcept ) argument
105244 Pgno iRoot = (Pgno)pOp->p2; local
150180 Pgno iRoot = pTab->tnum; /* Root page of scanned b-tree */ local
198966 int iRoot; /* Index of root in pWriter->aNodeWriter */ local
205564 jsonbArrayCount(JsonParse *pParse, u32 iRoot) argument
205579 jsonAfterEditSizeAdjust(JsonParse *pParse, u32 iRoot) argument
205904 jsonLookupStep( JsonParse *pParse, u32 iRoot, const char *zPath, u32 iLabel ) argument
220968 u32 iRoot = rbuGetU32(&aBuf[52]) ? 1 : 0; local
222284 u32 iRoot = (u32)sqlite3_column_int64(pCsr->pStmt, 1); local
[all...]
H A Dshell.c15253 ** iRoot:
15285 u32 iRoot; /* Root page in original database */ member in struct:RecoverTable
16243 ** Parameter iRoot must be the root page of table zName in the INPUT
16249 i64 iRoot /* Root page of same table in INPUT db */
16277 pNew->iRoot = iRoot;
16381 i64 iRoot = sqlite3_column_int64(pSelect, 0); local
16401 recoverAddTable(p, zTbl, iRoot);
16564 ** has root page iRoot in the input database. If such an object is found,
16567 static RecoverTable *recoverFindTable(sqlite3_recover *p, u32 iRoot){ argument
16731 i64 iRoot = 0; local
16935 i64 iRoot = sqlite3_column_int64(p1->pTbls, 0); local
[all...]

Completed in 1273 milliseconds