Home | History | Annotate | Download | only in dist

Lines Matching defs:iPg

1248   int (*xShmMap)(sqlite3_file*, int iPg, int pgsz, int, void volatile**);
41329 ** Parameter iPg is the page number of said page. The pCtx argument
41332 ** If page iPg is present in the cache, and has no outstanding references,
41338 static int pagerUndoCallback(void *pCtx, Pgno iPg){
41343 pPg = sqlite3PagerLookup(pPager, iPg);
46692 u32 iPg = pSegment->aPgno[pSegment->aIndex[pSegment->iNext]];
46693 if( iPg>iMin ){
46694 if( iPg<iRet ){
46695 iRet = iPg;