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

/external/chromium_org/third_party/sqlite/src/src/
H A Dbtree.h61 #define BTREE_SINGLE 8 /* The file contains at most 1 b-tree */ macro
H A Dbtree.c1722 /* Only a BTREE_SINGLE database can be BTREE_UNORDERED */
1723 assert( (flags & BTREE_UNORDERED)==0 || (flags & BTREE_SINGLE)!=0 );
1725 /* A BTREE_SINGLE database is always a temporary and/or ephemeral */
1726 assert( (flags & BTREE_SINGLE)==0 || isTempDb );
7036 assert( (pBt->openFlags & BTREE_SINGLE)==0 || pgnoRoot==2 );
H A Dvdbe.c3136 BTREE_OMIT_JOURNAL | BTREE_SINGLE | pOp->p5, vfsFlags);
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c7687 #define BTREE_SINGLE 8 /* The file contains at most 1 b-tree */ macro
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c8892 #define BTREE_SINGLE 4 /* The file contains at most 1 b-tree */ macro
[all...]
/external/sqlite/dist/
H A Dsqlite3.c8892 #define BTREE_SINGLE 4 /* The file contains at most 1 b-tree */ macro
[all...]

Completed in 517 milliseconds