Lines Matching refs:iPage
14120 ** Recover data from page iPage of the input database and write it to
14123 static void recoverLostAndFoundOnePage(sqlite3_recover *p, i64 iPage){
14136 if( recoverLostAndFoundFindRoot(p, iPage, &iRoot) ) return;
14137 sqlite3_bind_int64(pPageData, 1, iPage);
14145 sqlite3_bind_int64(pInsert, 2, iPage); /* pgno */
14211 i64 iPage = sqlite3_column_int64(pLaf->pAllPage, 0);
14212 if( recoverBitmapQuery(pLaf->pUsed, iPage)==0 ){
14213 recoverLostAndFoundOnePage(p, iPage);
14373 i64 iPage = sqlite3_column_int64(pSel, 0);
14377 int bNewCell = (p1->iPrevPage!=iPage || p1->iPrevCell!=iCell);
14424 if( iPage!=0 ){
14439 p1->iPrevPage = iPage;