Searched refs:BTREE_SINGLE (Results 1 – 3 of 3) sorted by relevance
62 #define BTREE_SINGLE 4 /* The file contains at most 1 b-tree */ macro
2465 assert( (flags & BTREE_UNORDERED)==0 || (flags & BTREE_SINGLE)!=0 ); in sqlite3BtreeOpen()2468 assert( (flags & BTREE_SINGLE)==0 || isTempDb ); in sqlite3BtreeOpen()4665 if( (pBt->openFlags & BTREE_SINGLE) && pBt->pCursor==0 ){ in sqlite3BtreeCloseCursor()9767 assert( (pBt->openFlags & BTREE_SINGLE)==0 || pgnoRoot==2 ); in btreeCreateTable()9802 if( (pBt->openFlags & BTREE_SINGLE)==0 in clearDatabasePage()
4356 BTREE_OMIT_JOURNAL | BTREE_SINGLE | pOp->p5, in sqlite3VdbeExec()