Home | History | Annotate | Download | only in dist

Lines Matching refs:BTREE_UNORDERED

7488 #define BTREE_UNORDERED    16  /* Use of a hash implementation is OK */
12030 Bool isOrdered; /* True if the underlying table is BTREE_UNORDERED */
47091 /* Only a BTREE_SINGLE database can be BTREE_UNORDERED */
47092 assert( (flags & BTREE_UNORDERED)==0 || (flags & BTREE_SINGLE)!=0 );
63587 u.ax.pCx->isOrdered = (pOp->p5!=BTREE_UNORDERED);
70448 if( rMayHaveNull==0 ) sqlite3VdbeChangeP5(v, BTREE_UNORDERED);
89420 sqlite3VdbeChangeP5(v, BTREE_UNORDERED);
91723 sqlite3VdbeChangeP5(v, BTREE_UNORDERED);
94212 sqlite3VdbeChangeP5(v, BTREE_UNORDERED);