Home | History | Annotate | Download | only in dist

Lines Matching refs:iFreePg

40570         Pgno iFreePg;
40572 rc = allocateBtreePage(pBt, &pFreePg, &iFreePg, iLastPg, 1);
40576 assert( iFreePg==iLastPg );
40580 Pgno iFreePg; /* Index of free page to move pLastPg to */
40597 rc = allocateBtreePage(pBt, &pFreePg, &iFreePg, 0, 0);
40603 }while( nFin!=0 && iFreePg>nFin );
40604 assert( iFreePg<iLastPg );
40608 rc = relocatePage(pBt, pLastPg, eType, iPtrPage, iFreePg, nFin!=0);