Lines Matching refs:PTRMAP_ROOTPAGE
44945 ** PTRMAP_ROOTPAGE: The database page is a root-page. The page-number is not
44962 #define PTRMAP_ROOTPAGE 1
48151 eType==PTRMAP_BTREE || eType==PTRMAP_ROOTPAGE );
48172 if( eType==PTRMAP_BTREE || eType==PTRMAP_ROOTPAGE ){
48191 if( eType!=PTRMAP_ROOTPAGE ){
48251 if( eType==PTRMAP_ROOTPAGE ){
52332 if( eType==PTRMAP_ROOTPAGE || eType==PTRMAP_FREEPAGE ){
52339 assert( eType!=PTRMAP_ROOTPAGE );
52362 ptrmapPut(pBt, pgnoRoot, PTRMAP_ROOTPAGE, 0, &rc);
52565 rc = relocatePage(pBt, pMove, PTRMAP_ROOTPAGE, 0, iTable, 0);
53205 checkPtrmap(&sCheck, aRoot[i], PTRMAP_ROOTPAGE, 0, 0);