BTREE_UNORDERED 48842 third_party/sqlite/amalgamation/sqlite3.c assert( (flags & BTREE_UNORDERED)==0 || (flags & BTREE_SINGLE)!=0 ); BTREE_UNORDERED 65523 third_party/sqlite/amalgamation/sqlite3.c u.ax.pCx->isOrdered = (pOp->p5!=BTREE_UNORDERED); BTREE_UNORDERED 72375 third_party/sqlite/amalgamation/sqlite3.c if( rMayHaveNull==0 ) sqlite3VdbeChangeP5(v, BTREE_UNORDERED); BTREE_UNORDERED 91499 third_party/sqlite/amalgamation/sqlite3.c sqlite3VdbeChangeP5(v, BTREE_UNORDERED); BTREE_UNORDERED 93834 third_party/sqlite/amalgamation/sqlite3.c sqlite3VdbeChangeP5(v, BTREE_UNORDERED); BTREE_UNORDERED 96338 third_party/sqlite/amalgamation/sqlite3.c sqlite3VdbeChangeP5(v, BTREE_UNORDERED); BTREE_UNORDERED 1723 third_party/sqlite/src/src/btree.c assert( (flags & BTREE_UNORDERED)==0 || (flags & BTREE_SINGLE)!=0 ); BTREE_UNORDERED 1638 third_party/sqlite/src/src/expr.c if( rMayHaveNull==0 ) sqlite3VdbeChangeP5(v, BTREE_UNORDERED); BTREE_UNORDERED 1577 third_party/sqlite/src/src/select.c sqlite3VdbeChangeP5(v, BTREE_UNORDERED); BTREE_UNORDERED 3912 third_party/sqlite/src/src/select.c sqlite3VdbeChangeP5(v, BTREE_UNORDERED); BTREE_UNORDERED 639 third_party/sqlite/src/src/update.c sqlite3VdbeChangeP5(v, BTREE_UNORDERED); BTREE_UNORDERED 3163 third_party/sqlite/src/src/vdbe.c pCx->isOrdered = (pOp->p5!=BTREE_UNORDERED);