Home
last modified time | relevance | path

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

/src/contrib/sqlite3/
H A Dshell.c18311 int iCellPtr = iOff + 8 + nPointer + pCsr->iCell*2; in dbdataNext() local
18313 if( iCellPtr>pCsr->nPage ){ in dbdataNext()
18316 iOff = get_uint16(&pCsr->aPage[iCellPtr]); in dbdataNext()
18323 if( bNextPage || iOff>pCsr->nPage || iOff<=iCellPtr ){ in dbdataNext()