Searched defs: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
3166 ** with the PagerSavepoint.iSubRec and continuing to the end of
3270 i64 offset = pSavepoint->iSubRec*(4+pPager->pageSize);
3275 for(ii=pSavepoint->iSubRec; rc==SQLITE_OK && ii<pPager->nSubRec; ii++){
6153 aNew[ii].iSubRec = pPager->nSubRec;
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c36880 Pgno iSubRec; /* Index of first record in sub-journal */ member in struct:PagerSavepoint
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c40696 Pgno iSubRec; /* Index of first record in sub-journal */ member in struct:PagerSavepoint
[all...]
/external/sqlite/dist/
H A Dsqlite3.c40716 Pgno iSubRec; /* Index of first record in sub-journal */ member in struct:PagerSavepoint
[all...]

Completed in 426 milliseconds