Home | History | Annotate | Download | only in orig

Lines Matching refs:iSubRec

48417   Pgno iSubRec;                /* Index of first record in sub-journal */
51350 ** with the PagerSavepoint.iSubRec and continuing to the end of
51454 i64 offset = (i64)pSavepoint->iSubRec*(4+pPager->pageSize);
51459 for(ii=pSavepoint->iSubRec; rc==SQLITE_OK && ii<pPager->nSubRec; ii++){
54764 aNew[ii].iSubRec = pPager->nSubRec;