Searched refs:iPtrmap (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Dbtree.c765 Pgno iPtrmap; /* The pointer map page number */ local
780 iPtrmap = PTRMAP_PAGENO(pBt, key);
781 rc = sqlite3PagerGet(pBt->pPager, iPtrmap, &pDbPage);
786 offset = PTRMAP_PTROFFSET(iPtrmap, key);
815 int iPtrmap; /* Pointer map page index */ local
822 iPtrmap = PTRMAP_PAGENO(pBt, key);
823 rc = sqlite3PagerGet(pBt->pPager, iPtrmap, &pDbPage);
829 offset = PTRMAP_PTROFFSET(iPtrmap, key);
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c47884 Pgno iPtrmap; /* The pointer map page number */ local
47934 int iPtrmap; /* Pointer map page index */ local
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c52349 Pgno iPtrmap; /* The pointer map page number */ local
52400 int iPtrmap; /* Pointer map page index */ local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c52369 Pgno iPtrmap; /* The pointer map page number */ local
52420 int iPtrmap; /* Pointer map page index */ local
[all...]

Completed in 584 milliseconds