Home
last modified time | relevance | path

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

/netbsd-src/external/public-domain/sqlite/dist/
H A Dsqlite3.c16035 #define BTREE_SINGLE 4 /* The file contains at most 1 b-tree */ macro
72692 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)==0
97091 BTREE_OMIT_JOURNAL | BTREE_SINGLE | pOp->p5,