Searched refs:BTREE_UNORDERED (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Dbtree.h62 #define BTREE_UNORDERED 16 /* Use of a hash implementation is OK */ macro
H A Dupdate.c639 sqlite3VdbeChangeP5(v, BTREE_UNORDERED);
H A Dselect.c1577 sqlite3VdbeChangeP5(v, BTREE_UNORDERED);
3912 sqlite3VdbeChangeP5(v, BTREE_UNORDERED);
H A Dexpr.c1638 if( rMayHaveNull==0 ) sqlite3VdbeChangeP5(v, BTREE_UNORDERED);
H A Dvdbe.c3163 pCx->isOrdered = (pOp->p5!=BTREE_UNORDERED);
H A Dbtree.c1722 /* Only a BTREE_SINGLE database can be BTREE_UNORDERED */
1723 assert( (flags & BTREE_UNORDERED)==0 || (flags & BTREE_SINGLE)!=0 );
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c7688 #define BTREE_UNORDERED 16 /* Use of a hash implementation is OK */ macro
12272 Bool isOrdered; /* True if the underlying table is BTREE_UNORDERED */
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c8893 #define BTREE_UNORDERED 8 /* Use of a hash implementation is OK */ macro
13939 Bool isOrdered:1; /* True if the underlying table is BTREE_UNORDERED */
[all...]
/external/sqlite/dist/
H A Dsqlite3.c8893 #define BTREE_UNORDERED 8 /* Use of a hash implementation is OK */ macro
13939 Bool isOrdered:1; /* True if the underlying table is BTREE_UNORDERED */
[all...]

Completed in 483 milliseconds