Searched refs:iSubRec (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Dpager.c450 Pgno iSubRec; /* Index of first record in sub-journal */ member in struct:PagerSavepoint
3176 ** with the PagerSavepoint.iSubRec and continuing to the end of
3280 i64 offset = pSavepoint->iSubRec*(4+pPager->pageSize);
3285 for(ii=pSavepoint->iSubRec; rc==SQLITE_OK && ii<pPager->nSubRec; ii++){
6190 aNew[ii].iSubRec = pPager->nSubRec;
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c36893 Pgno iSubRec; /* Index of first record in sub-journal */ member in struct:PagerSavepoint
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c38876 Pgno iSubRec; /* Index of first record in sub-journal */ member in struct:PagerSavepoint
[all...]
/external/sqlite/dist/
H A Dsqlite3.c38904 Pgno iSubRec; /* Index of first record in sub-journal */ member in struct:PagerSavepoint
[all...]

Completed in 459 milliseconds