Searched refs:BTREE_SINGLE (Results 1 – 1 of 1) sorted by relevance
16035 #define BTREE_SINGLE 4 /* The file contains at most 1 b-tree */ macro72692 assert( (flags & BTREE_UNORDERED)==0 || (flags & BTREE_SINGLE)!=0 );72695 assert( (flags & BTREE_SINGLE)==0 || isTempDb );74922 if( (pBt->openFlags & BTREE_SINGLE) && pBt->pCursor==0 ){80193 assert( (pBt->openFlags & BTREE_SINGLE)==0 || pgnoRoot==2 );80228 if( (pBt->openFlags & BTREE_SINGLE)==097091 BTREE_OMIT_JOURNAL | BTREE_SINGLE | pOp->p5,