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

/freebsd-10-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c48380 hasSharedCacheTableLock( Btree *pBtree, Pgno iRoot, int isIndex, int eLockType ) argument
48461 hasReadConflicts(Btree *pBtree, Pgno iRoot) argument
48877 saveAllCursors(BtShared *pBt, Pgno iRoot, BtCursor *pExcept) argument
96695 int iRoot = pTab->tnum; /* Root page of scanned b-tree */ local
[all...]
/freebsd-10-stable/contrib/sqlite3/
H A Dsqlite3.c58276 hasSharedCacheTableLock( Btree *pBtree, Pgno iRoot, int isIndex, int eLockType ) argument
58363 hasReadConflicts(Btree *pBtree, Pgno iRoot) argument
58839 saveAllCursors(BtShared *pBt, Pgno iRoot, BtCursor *pExcept) argument
58856 saveCursorsOnList( BtCursor *p, Pgno iRoot, BtCursor *pExcept ) argument
119038 int iRoot = pTab->tnum; /* Root page of scanned b-tree */ local
155838 int iRoot; /* Index of root in pWriter->aNodeWriter */ local
168912 u32 iRoot = rbuGetU32(&aBuf[52]) ? 1 : 0; local
170092 u32 iRoot = (u32)sqlite3_column_int64(pCsr->pStmt, 1); local
175939 jsonLookupStep( JsonParse *pParse, u32 iRoot, const char *zPath, int *pApnd, const char **pzErr ) argument
[all...]

Completed in 886 milliseconds