Searched refs:BTREE_PREFORMAT (Results 1 – 1 of 1) sorted by relevance
16242 #define BTREE_PREFORMAT 0x80 /* Inserted data is a preformated cell */ macro79425 assert( (flags & (BTREE_SAVEPOSITION|BTREE_APPEND|BTREE_PREFORMAT))==flags );79426 assert( (flags & BTREE_PREFORMAT)==0 || seekResult || pCur->pKeyInfo==0 );79473 assert( (flags & BTREE_PREFORMAT) || (pX->pKey==0)==(pCur->pKeyInfo==0) );79566 assert( pPage->intKey || pX->nKey>=0 || (flags & BTREE_PREFORMAT) );79584 assert( BTREE_PREFORMAT==OPFLAG_PREFORMAT );79585 if( flags & BTREE_PREFORMAT ){98321 assert( BTREE_PREFORMAT==OPFLAG_PREFORMAT );