Lines Matching defs:iPg
1248 int (*xShmMap)(sqlite3_file*, int iPg, int pgsz, int, void volatile**);
41318 ** Parameter iPg is the page number of said page. The pCtx argument
41321 ** If page iPg is present in the cache, and has no outstanding references,
41327 static int pagerUndoCallback(void *pCtx, Pgno iPg){
41332 pPg = sqlite3PagerLookup(pPager, iPg);
46681 u32 iPg = pSegment->aPgno[pSegment->aIndex[pSegment->iNext]];
46682 if( iPg>iMin ){
46683 if( iPg<iRet ){
46684 iRet = iPg;