Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c17106 #define BTREE_SINGLE 4 /* The file contains at most 1 b-tree */ macro
75684 assert( (flags & BTREE_UNORDERED)==0 || (flags & BTREE_SINGLE)!=0 );
75687 assert( (flags & BTREE_SINGLE)==0 || isTempDb );
77923 if( (pBt->openFlags & BTREE_SINGLE)==0 ) return 0;
77969 if( (pBt->openFlags & BTREE_SINGLE) && pBt->pCursor==0 ){
83301 assert( (pBt->openFlags & BTREE_SINGLE)==0 || pgnoRoot==2 );
83336 if( (pBt->openFlags & BTREE_SINGLE)==0
101026 BTREE_OMIT_JOURNAL | BTREE_SINGLE | pOp->p5,