Home | History | Annotate | Download | only in dist

Lines Matching refs:PTRMAP_PAGENO

44925 ** PTRMAP_PAGENO returns the database page number of the pointer-map
44929 ** If the pgno argument passed to PTRMAP_PAGENO is a pointer-map page,
44930 ** then pgno is returned. So (pgno==PTRMAP_PAGENO(pgsz, pgno)) can be
44934 #define PTRMAP_PAGENO(pBt, pgno) ptrmapPageno(pBt, pgno)
44936 #define PTRMAP_ISPAGE(pBt, pgno) (PTRMAP_PAGENO((pBt),(pgno))==(pgno))
46144 iPtrmap = PTRMAP_PAGENO(pBt, key);
46186 iPtrmap = PTRMAP_PAGENO(pBt, key);
48403 nPtrmap = (nFree-nOrig+PTRMAP_PAGENO(pBt, nOrig)+nEntry)/nEntry;
52306 while( pgnoRoot==PTRMAP_PAGENO(pBt, pgnoRoot) ||
53230 (PTRMAP_PAGENO(pBt, i)!=i || !pBt->autoVacuum) ){
53234 (PTRMAP_PAGENO(pBt, i)==i && pBt->autoVacuum) ){