Lines Matching refs:PTRMAP_ROOTPAGE
44952 ** PTRMAP_ROOTPAGE: The database page is a root-page. The page-number is not
44969 #define PTRMAP_ROOTPAGE 1
48158 eType==PTRMAP_BTREE || eType==PTRMAP_ROOTPAGE );
48179 if( eType==PTRMAP_BTREE || eType==PTRMAP_ROOTPAGE ){
48198 if( eType!=PTRMAP_ROOTPAGE ){
48258 if( eType==PTRMAP_ROOTPAGE ){
52339 if( eType==PTRMAP_ROOTPAGE || eType==PTRMAP_FREEPAGE ){
52346 assert( eType!=PTRMAP_ROOTPAGE );
52369 ptrmapPut(pBt, pgnoRoot, PTRMAP_ROOTPAGE, 0, &rc);
52572 rc = relocatePage(pBt, pMove, PTRMAP_ROOTPAGE, 0, iTable, 0);
53212 checkPtrmap(&sCheck, aRoot[i], PTRMAP_ROOTPAGE, 0, 0);