Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/sqlite3/
H A Dsqlite3.c82200 p->iNext = 1;
82412 p->iNext++;
82717 p->iNext = 1;
82755 b.iNext = 1;
159952 iNext = 2;
159956 if( iNext==0 ) iNext = 3;
159991 iLoop = iNext;
192724 int iNext = 0;
223963 int iNext;
223967 if( iNext<iOff+4 && iNext>0 ) goto statPageIsCorrupt;
[all …]
H A Dshell.c18573 int iNext = 0; in recoverIsValidPage() local
18576 iNext = recoverGetU16(&a[iFree]); in recoverIsValidPage()
18579 if( iNext && iNext<iFree+nByte ) return 0; in recoverIsValidPage()
18581 iFree = iNext; in recoverIsValidPage()