Searched refs:PTRMAP_ROOTPAGE (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A DbtreeInt.h576 ** PTRMAP_ROOTPAGE: The database page is a root-page. The page-number is not
593 #define PTRMAP_ROOTPAGE 1 macro
H A Dbtree.c2789 eType==PTRMAP_BTREE || eType==PTRMAP_ROOTPAGE );
2810 if( eType==PTRMAP_BTREE || eType==PTRMAP_ROOTPAGE ){
2829 if( eType!=PTRMAP_ROOTPAGE ){
2889 if( eType==PTRMAP_ROOTPAGE ){
6976 if( eType==PTRMAP_ROOTPAGE || eType==PTRMAP_FREEPAGE ){
6983 assert( eType!=PTRMAP_ROOTPAGE );
7006 ptrmapPut(pBt, pgnoRoot, PTRMAP_ROOTPAGE, 0, &rc);
7209 rc = relocatePage(pBt, pMove, PTRMAP_ROOTPAGE, 0, iTable, 0);
7849 checkPtrmap(&sCheck, aRoot[i], PTRMAP_ROOTPAGE, 0, 0);
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c46795 #define PTRMAP_ROOTPAGE macro
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c51209 #define PTRMAP_ROOTPAGE macro
[all...]
/external/sqlite/dist/
H A Dsqlite3.c51229 #define PTRMAP_ROOTPAGE macro
[all...]

Completed in 1088 milliseconds