Home | History | Annotate | Download | only in dist

Lines Matching refs:PTRMAP_OVERFLOW1

44951 ** PTRMAP_OVERFLOW1: The database page is the first page in a list of 
44964 #define PTRMAP_OVERFLOW1 3
46405 ptrmapPut(pPage->pBt, ovfl, PTRMAP_OVERFLOW1, pPage->pgno, pRC);
48072 ** PTRMAP_OVERFLOW1: pPage is a btree-page. The pointer points at an overflow
48097 if( eType==PTRMAP_OVERFLOW1 ){
48150 assert( eType==PTRMAP_OVERFLOW2 || eType==PTRMAP_OVERFLOW1 ||
50671 u8 eType = (pgnoPtrmap?PTRMAP_OVERFLOW2:PTRMAP_OVERFLOW1);
51064 assert( n==pPage->pgno && e==PTRMAP_OVERFLOW1 );
53007 checkPtrmap(pCheck, pgnoOvfl, PTRMAP_OVERFLOW1, iPage, zContext);