Searched defs:iPg (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/sqlite/src/tool/
H A Ddiffdb.c18 int iPg; local
34 iPg = 1;
37 printf("Page %d\n", iPg);
39 iPg++;
41 printf("%d pages checked\n", iPg-1);
H A Dshowdb.c117 static print_page(int iPg){ argument
120 iStart = (iPg-1)*pagesize;
122 iPg, iStart, iStart+pagesize-1);
/external/chromium_org/third_party/sqlite/src/src/
H A Dtest_journal.c386 u32 iPg; local
387 for(iPg=nDbsize+1; iPg<=pMain->nPage; iPg++){
388 sqlite3BitvecSet(pMain->pWritable, iPg);
H A Dwal.c1314 u32 iPg = pSegment->aPgno[pSegment->aIndex[pSegment->iNext]]; local
1315 if( iPg>iMin ){
1316 if( iPg<iRet ){
1317 iRet = iPg;
H A Dpager.c2880 ** Parameter iPg is the page number of said page. The pCtx argument
2883 ** If page iPg is present in the cache, and has no outstanding references,
2889 static int pagerUndoCallback(void *pCtx, Pgno iPg){ argument
2894 pPg = sqlite3PagerLookup(pPager, iPg);
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c1228 int (*xShmMap)(sqlite3_file*, int iPg, int pgsz, int, void volatile**);
39319 pagerUndoCallback(void *pCtx, Pgno iPg) argument
44594 u32 iPg = pSegment->aPgno[pSegment->aIndex[pSegment->iNext]]; local
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c854 int (*xShmMap)(sqlite3_file*, int iPg, int pgsz, int, void volatile**);
28694 int iPg; local
43210 pagerUndoCallback(void *pCtx, Pgno iPg) argument
48831 u32 iPg = pSegment->aPgno[pSegment->aIndex[pSegment->iNext]]; local
59324 getPageReferenced(IntegrityCk *pCheck, Pgno iPg) argument
59332 setPageReferenced(IntegrityCk *pCheck, Pgno iPg) argument
60544 Pgno iPg; local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c854 int (*xShmMap)(sqlite3_file*, int iPg, int pgsz, int, void volatile**);
28714 int iPg; local
43230 pagerUndoCallback(void *pCtx, Pgno iPg) argument
48851 u32 iPg = pSegment->aPgno[pSegment->aIndex[pSegment->iNext]]; local
59344 getPageReferenced(IntegrityCk *pCheck, Pgno iPg) argument
59352 setPageReferenced(IntegrityCk *pCheck, Pgno iPg) argument
60564 Pgno iPg; local
[all...]

Completed in 5397 milliseconds