Home | History | Annotate | Download | only in dist

Lines Matching refs:iPtrMap

38508   Pgno iPtrMap, ret;
38511 iPtrMap = (pgno-2)/nPagesPerMapPage;
38512 ret = (iPtrMap*nPagesPerMapPage) + 2;
38532 Pgno iPtrmap; /* The pointer map page number */
38547 iPtrmap = PTRMAP_PAGENO(pBt, key);
38548 rc = sqlite3PagerGet(pBt->pPager, iPtrmap, &pDbPage);
38553 offset = PTRMAP_PTROFFSET(iPtrmap, key);
38582 int iPtrmap; /* Pointer map page index */
38589 iPtrmap = PTRMAP_PAGENO(pBt, key);
38590 rc = sqlite3PagerGet(pBt->pPager, iPtrmap, &pDbPage);
38596 offset = PTRMAP_PTROFFSET(iPtrmap, key);