Searched refs:nextPage (Results 1 – 1 of 1) sorted by relevance
76700 Pgno nextPage; local76702 nextPage = get4byte(&aPayload[pCur->info.nLocal]);76732 assert( pCur->aOverflow[0]==nextPage76743 nextPage = pCur->aOverflow[iIdx];76749 while( nextPage ){76751 if( nextPage > pBt->nPage ) return SQLITE_CORRUPT_BKPT;76753 || pCur->aOverflow[iIdx]==nextPage76755 pCur->aOverflow[iIdx] = nextPage;76767 nextPage = pCur->aOverflow[iIdx+1];76769 rc = getOverflowPage(pBt, nextPage, 0, &nextPage);[all …]