Home
last modified time | relevance | path

Searched refs:pgnoRoot (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c48464 if( p->pgnoRoot==iRoot
51740 pCur->pgnoRoot = (Pgno)iTable;
51808 if( p->pgnoRoot==pCur->pgnoRoot ) p->cachedRowid = iRowid;
55205 Pgno pgnoRoot;
55235 pgnoRoot++;
55240 while( pgnoRoot==PTRMAP_PAGENO(pBt, pgnoRoot) ||
55242 pgnoRoot++;
55244 assert( pgnoRoot>=3 );
55255 if( pgnoMove!=pgnoRoot ){
55334 *piTable = (int)pgnoRoot;
[all …]
/freebsd-12.1/contrib/sqlite3/
H A Dsqlite3.c64584 if( p->pgnoRoot==iRoot
64869 if( p->pgnoRoot==pgnoRoot && (isClearTable || p->info.nKey==iRow) ){
73420 Pgno pgnoRoot;
73450 pgnoRoot++;
73455 while( pgnoRoot==PTRMAP_PAGENO(pBt, pgnoRoot) ||
73457 pgnoRoot++;
73460 testcase( pgnoRoot<3 );
73471 if( pgnoMove!=pgnoRoot ){
73557 *piTable = (int)pgnoRoot;
88943 pCur->pgnoRoot = p2;
[all …]