Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libsqlite/src/
H A Dbtree.c1183 Pgno nextPage; in getPayload() local
1205 nextPage = SWAB32(pBt, pCur->pPage->apCell[pCur->idx]->ovfl); in getPayload()
1207 while( amt>0 && nextPage ){ in getPayload()
1209 rc = sqlitepager_get(pBt->pPager, nextPage, (void**)&pOvfl); in getPayload()
1213 nextPage = SWAB32(pBt, pOvfl->iNext); in getPayload()
1337 Pgno nextPage; in fileBtreeKeyCompare() local
1360 nextPage = SWAB32(pBt, pCell->ovfl); in fileBtreeKeyCompare()
1363 if( nextPage==0 ){ in fileBtreeKeyCompare()
1366 rc = sqlitepager_get(pBt->pPager, nextPage, (void**)&pOvfl); in fileBtreeKeyCompare()
1370 nextPage = SWAB32(pBt, pOvfl->iNext); in fileBtreeKeyCompare()