Home
last modified time | relevance | path

Searched refs:pgnoRoot (Results 1 – 1 of 1) sorted by last modified time

/PHP-7.3/ext/sqlite3/libsqlite/
H A Dsqlite3.c63446 if( p->pgnoRoot==iRoot
63731 if( p->pgnoRoot==pgnoRoot && (isClearTable || p->info.nKey==iRow) ){
72177 Pgno pgnoRoot;
72207 pgnoRoot++;
72212 while( pgnoRoot==PTRMAP_PAGENO(pBt, pgnoRoot) ||
72214 pgnoRoot++;
72217 testcase( pgnoRoot<3 );
72228 if( pgnoMove!=pgnoRoot ){
72314 *piTable = (int)pgnoRoot;
87157 pCur->pgnoRoot = p2;
[all …]

Completed in 415 milliseconds