Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c79767 Pgno iTrunk; local
79810 iTrunk = get4byte(&pPrevTrunk->aData[0]);
79815 iTrunk = get4byte(&pPage1->aData[32]);
79817 testcase( iTrunk==mxPage );
79818 if( iTrunk>mxPage || nSearch++ > n ){
79821 rc = btreeGetUnusedPage(pBt, iTrunk, &pTrunk, 0);
79841 *pPgno = iTrunk;
79848 rc = SQLITE_CORRUPT_PGNO(iTrunk);
79852 && (nearby==iTrunk || (iTrunk<nearby && eMode==BTALLOC_LE))
79857 *pPgno = iTrunk;
[all …]