Home
last modified time | relevance | path

Searched refs:BTREE_PREFORMAT (Results 1 – 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/sqlite3/
Dsqlite3.c16103 #define BTREE_PREFORMAT 0x80 /* Inserted data is a preformated cell */ macro
78979 assert( (flags & (BTREE_SAVEPOSITION|BTREE_APPEND|BTREE_PREFORMAT))==flags );
78980 assert( (flags & BTREE_PREFORMAT)==0 || seekResult || pCur->pKeyInfo==0 );
79027 assert( (flags & BTREE_PREFORMAT) || (pX->pKey==0)==(pCur->pKeyInfo==0) );
79120 assert( pPage->intKey || pX->nKey>=0 || (flags & BTREE_PREFORMAT) );
79138 assert( BTREE_PREFORMAT==OPFLAG_PREFORMAT );
79139 if( flags & BTREE_PREFORMAT ){
97850 assert( BTREE_PREFORMAT==OPFLAG_PREFORMAT );