Home | History | Annotate | Download | only in dist

Lines Matching defs:iPg

1248   int (*xShmMap)(sqlite3_file*, int iPg, int pgsz, int, void volatile**);
41346 ** Parameter iPg is the page number of said page. The pCtx argument
41349 ** If page iPg is present in the cache, and has no outstanding references,
41355 static int pagerUndoCallback(void *pCtx, Pgno iPg){
41360 pPg = sqlite3PagerLookup(pPager, iPg);
46709 u32 iPg = pSegment->aPgno[pSegment->aIndex[pSegment->iNext]];
46710 if( iPg>iMin ){
46711 if( iPg<iRet ){
46712 iRet = iPg;