Searched defs:PTRMAP_PAGENO (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A DbtreeInt.h549 ** PTRMAP_PAGENO returns the database page number of the pointer-map
553 ** If the pgno argument passed to PTRMAP_PAGENO is a pointer-map page,
554 ** then pgno is returned. So (pgno==PTRMAP_PAGENO(pgsz, pgno)) can be
558 #define PTRMAP_PAGENO(pBt, pgno) ptrmapPageno(pBt, pgno) macro
560 #define PTRMAP_ISPAGE(pBt, pgno) (PTRMAP_PAGENO((pBt),(pgno))==(pgno))
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c46760 #define PTRMAP_PAGENO macro
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c51174 #define PTRMAP_PAGENO macro
[all...]
/external/sqlite/dist/
H A Dsqlite3.c51194 #define PTRMAP_PAGENO macro
[all...]

Completed in 435 milliseconds