Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dbtree.c4995 Pgno nextPage; in accessPayload() local
4997 nextPage = get4byte(&aPayload[pCur->info.nLocal]); in accessPayload()
5029 nextPage = pCur->aOverflow[iIdx]; in accessPayload()
5035 while( nextPage ){ in accessPayload()
5037 if( nextPage > pBt->nPage ) return SQLITE_CORRUPT_BKPT; in accessPayload()
5039 || pCur->aOverflow[iIdx]==nextPage in accessPayload()
5041 pCur->aOverflow[iIdx] = nextPage; in accessPayload()
5053 nextPage = pCur->aOverflow[iIdx+1]; in accessPayload()
5055 rc = getOverflowPage(pBt, nextPage, 0, &nextPage); in accessPayload()
5093 nextPage = get4byte(aWrite); in accessPayload()
[all …]