Home
last modified time | relevance | path

Searched refs:bUnordered (Results 1 – 25 of 174) sorted by relevance

1234567

/dports/databases/sqlcipher/sqlcipher-3.4.2/src/
H A Danalyze.c1469 pIndex->bUnordered = 0;
1473 pIndex->bUnordered = 1;
1539 pIndex->bUnordered = 0;
H A Dwhere.c2358 if( pProbe->bUnordered ) opMask &= ~(WO_GT|WO_GE|WO_LT|WO_LE); in whereLoopAddBtreeIndex()
2654 if( pIndex->bUnordered ) return 0; in indexMightHelpWithOrderBy()
2912 && pProbe->bUnordered==0 in whereLoopAddBtree()
3594 }else if( (pIndex = pLoop->u.btree.pIndex)==0 || pIndex->bUnordered ){ in wherePathSatisfiesOrderBy()
H A DsqliteInt.h2150 unsigned bUnordered:1; /* Use this index for == or IN queries only */ member
H A Dselect.c5899 if( pIdx->bUnordered==0 in sqlite3Select()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/src/
H A Danalyze.c1444 pIndex->bUnordered = 0;
1448 pIndex->bUnordered = 1;
1516 pIndex->bUnordered = 0;
H A Dwhere.c2446 if( pProbe->bUnordered ) opMask &= ~(WO_GT|WO_GE|WO_LT|WO_LE); in whereLoopAddBtreeIndex()
2778 if( pIndex->bUnordered ) return 0; in indexMightHelpWithOrderBy()
3034 && pProbe->bUnordered==0 in whereLoopAddBtree()
3769 }else if( (pIndex = pLoop->u.btree.pIndex)==0 || pIndex->bUnordered ){ in wherePathSatisfiesOrderBy()
H A DsqliteInt.h2393 unsigned bUnordered:1; /* Use this index for == or IN queries only */ member
H A Dselect.c6662 if( pIdx->bUnordered==0 in sqlite3Select()
/dports/databases/sqlite3/sqlite-src-3350500/src/
H A Danalyze.c1514 pIndex->bUnordered = 0;
1518 pIndex->bUnordered = 1;
1586 pIndex->bUnordered = 0;
H A Dwhere.c2486 if( pProbe->bUnordered ) opMask &= ~(WO_GT|WO_GE|WO_LT|WO_LE); in whereLoopAddBtreeIndex()
2841 if( pIndex->bUnordered ) return 0; in indexMightHelpWithOrderBy()
3115 && pProbe->bUnordered==0 in whereLoopAddBtree()
3857 }else if( (pIndex = pLoop->u.btree.pIndex)==0 || pIndex->bUnordered ){ in wherePathSatisfiesOrderBy()
H A DsqliteInt.h2495 unsigned bUnordered:1; /* Use this index for == or IN queries only */ member
H A Dselect.c7018 if( pIdx->bUnordered==0 in sqlite3Select()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/src/
H A Danalyze.c1514 pIndex->bUnordered = 0;
1518 pIndex->bUnordered = 1;
1586 pIndex->bUnordered = 0;
H A Dwhere.c2466 if( pProbe->bUnordered ) opMask &= ~(WO_GT|WO_GE|WO_LT|WO_LE); in whereLoopAddBtreeIndex()
2821 if( pIndex->bUnordered ) return 0; in indexMightHelpWithOrderBy()
3095 && pProbe->bUnordered==0 in whereLoopAddBtree()
3837 }else if( (pIndex = pLoop->u.btree.pIndex)==0 || pIndex->bUnordered ){ in wherePathSatisfiesOrderBy()
H A DsqliteInt.h2436 unsigned bUnordered:1; /* Use this index for == or IN queries only */ member
H A Dselect.c6773 if( pIdx->bUnordered==0 in sqlite3Select()
/dports/databases/db5/db-5.3.28/lang/sql/sqlite/src/
H A Danalyze.c552 pIndex->bUnordered = 1; in analysisLoader()
H A DsqliteInt.h1480 u8 bUnordered; /* Use this index for == or IN queries only */ member
H A Dwhere.c2866 if( nEq<pProbe->nColumn && pProbe->bUnordered==0 ){ in bestBtreeIndex()
2898 && pProbe->bUnordered==0 in bestBtreeIndex()
/dports/devel/cppcheck-gui/cppcheck-2.6.3/test/bug-hunting/cve/CVE-2019-16168/
H A Dwhere.c2436 if (pProbe->bUnordered) opMask &= ~(WO_GT|WO_GE|WO_LT|WO_LE); in whereLoopAddBtreeIndex()
2768 if (pIndex->bUnordered) return 0; in indexMightHelpWithOrderBy()
3014 && pProbe->bUnordered==0 in whereLoopAddBtree()
3740 } else if ((pIndex = pLoop->u.btree.pIndex)==0 || pIndex->bUnordered) { in wherePathSatisfiesOrderBy()
/dports/devel/cppcheck/cppcheck-2.6.3/test/bug-hunting/cve/CVE-2019-16168/
H A Dwhere.c2436 if (pProbe->bUnordered) opMask &= ~(WO_GT|WO_GE|WO_LT|WO_LE); in whereLoopAddBtreeIndex()
2768 if (pIndex->bUnordered) return 0; in indexMightHelpWithOrderBy()
3014 && pProbe->bUnordered==0 in whereLoopAddBtree()
3740 } else if ((pIndex = pLoop->u.btree.pIndex)==0 || pIndex->bUnordered) { in wherePathSatisfiesOrderBy()
/dports/games/redeclipse/base-2.0.0/src/support/
H A Dsqlite3.c11830 unsigned bUnordered:1; /* Use this index for == or IN queries only */ member
90621 pIndex->bUnordered = 0;
90625 pIndex->bUnordered = 1;
90691 pIndex->bUnordered = 0;
113094 if( pIdx->bUnordered==0
122295 if( pProbe->bUnordered ) opMask &= ~(WO_GT|WO_GE|WO_LT|WO_LE);
122546 if( pIndex->bUnordered ) return 0;
122788 && pProbe->bUnordered==0
123319 }else if( (pIndex = pLoop->u.btree.pIndex)==0 || pIndex->bUnordered ){
/dports/games/redeclipse16/base-1.6.0/src/support/
H A Dsqlite3.c11830 unsigned bUnordered:1; /* Use this index for == or IN queries only */ member
90621 pIndex->bUnordered = 0;
90625 pIndex->bUnordered = 1;
90691 pIndex->bUnordered = 0;
113094 if( pIdx->bUnordered==0
122295 if( pProbe->bUnordered ) opMask &= ~(WO_GT|WO_GE|WO_LT|WO_LE);
122546 if( pIndex->bUnordered ) return 0;
122788 && pProbe->bUnordered==0
123319 }else if( (pIndex = pLoop->u.btree.pIndex)==0 || pIndex->bUnordered ){
/dports/security/libzrtpcppcore/ZRTPCPP-4.6.6/clients/tivi/android/jni/sqlite3/
H A Dsqlite3.c11663 unsigned bUnordered:1; /* Use this index for == or IN queries only */ member
89164 pIndex->bUnordered = 0;
89168 pIndex->bUnordered = 1;
89231 pIndex->bUnordered = 0;
111437 if( pIdx->bUnordered==0
120462 if( pProbe->bUnordered ) opMask &= ~(WO_GT|WO_GE|WO_LT|WO_LE);
120712 if( pIndex->bUnordered ) return 0;
120955 && pProbe->bUnordered==0
121448 }else if( (pIndex = pLoop->u.btree.pIndex)==0 || pIndex->bUnordered ){
/dports/sysutils/py-pytsk/pytsk3-20210419/sleuthkit/tsk/auto/
H A Dsqlite3.c11830 unsigned bUnordered:1; /* Use this index for == or IN queries only */ member
90642 pIndex->bUnordered = 0;
90646 pIndex->bUnordered = 1;
90712 pIndex->bUnordered = 0;
113115 if( pIdx->bUnordered==0
122316 if( pProbe->bUnordered ) opMask &= ~(WO_GT|WO_GE|WO_LT|WO_LE);
122567 if( pIndex->bUnordered ) return 0;
122809 && pProbe->bUnordered==0
123340 }else if( (pIndex = pLoop->u.btree.pIndex)==0 || pIndex->bUnordered ){

1234567