Home | History | Annotate | Download | only in dist

Lines Matching refs:iPtrMap

38513   Pgno iPtrMap, ret;
38516 iPtrMap = (pgno-2)/nPagesPerMapPage;
38517 ret = (iPtrMap*nPagesPerMapPage) + 2;
38537 Pgno iPtrmap; /* The pointer map page number */
38552 iPtrmap = PTRMAP_PAGENO(pBt, key);
38553 rc = sqlite3PagerGet(pBt->pPager, iPtrmap, &pDbPage);
38558 offset = PTRMAP_PTROFFSET(iPtrmap, key);
38587 int iPtrmap; /* Pointer map page index */
38594 iPtrmap = PTRMAP_PAGENO(pBt, key);
38595 rc = sqlite3PagerGet(pBt->pPager, iPtrmap, &pDbPage);
38601 offset = PTRMAP_PTROFFSET(iPtrmap, key);