Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c78028 Pgno iTrunk; local
78071 iTrunk = get4byte(&pPrevTrunk->aData[0]);
78076 iTrunk = get4byte(&pPage1->aData[32]);
78078 testcase( iTrunk==mxPage );
78079 if( iTrunk>mxPage || nSearch++ > n ){
78082 rc = btreeGetUnusedPage(pBt, iTrunk, &pTrunk, 0);
78102 *pPgno = iTrunk;
78109 rc = SQLITE_CORRUPT_PGNO(iTrunk);
78113 && (nearby==iTrunk || (iTrunk<nearby && eMode==BTALLOC_LE))
78118 *pPgno = iTrunk;
[all …]