Home
last modified time | relevance | path

Searched refs:WHERE_MULTI_OR (Results 1 – 25 of 171) sorted by relevance

1234567

/dports/databases/sqlcipher/sqlcipher-3.4.2/src/
H A DwhereInt.h556 #define WHERE_MULTI_OR 0x00002000 /* OR using multiple indices */ macro
H A Dwherecode.c147 if( (flags&WHERE_MULTI_OR) || (wctrlFlags&WHERE_OR_SUBCLAUSE) ) return 0; in sqlite3WhereExplainOneScan()
513 assert( (pLoop->wsFlags & WHERE_MULTI_OR)==0 ); in codeEqualityTerm()
1713 if( pLoop->wsFlags & WHERE_MULTI_OR ){ in sqlite3WhereCodeOneLoopStart()
H A Dwhere.c3371 pNew->wsFlags = WHERE_MULTI_OR; in whereLoopAddOr()
4877 if( (wsFlags&WHERE_MULTI_OR)==0 && (wctrlFlags&WHERE_OR_SUBCLAUSE)==0 ){ in sqlite3WhereBegin()
4991 || ((ws & WHERE_MULTI_OR) && pLevel->u.pCovidx) in sqlite3WhereEnd()
5045 }else if( pLoop->wsFlags & WHERE_MULTI_OR ){ in sqlite3WhereEnd()
/dports/databases/sqlite3/sqlite-src-3350500/src/
H A DwhereInt.h598 #define WHERE_MULTI_OR 0x00002000 /* OR using multiple indices */ macro
H A Dwherecode.c144 if( (flags&WHERE_MULTI_OR) || (wctrlFlags&WHERE_OR_SUBCLAUSE) ) return 0; in sqlite3WhereExplainOneScan()
567 assert( (pLoop->wsFlags & WHERE_MULTI_OR)==0 ); in codeEqualityTerm()
2015 if( pLoop->wsFlags & WHERE_MULTI_OR ){ in sqlite3WhereCodeOneLoopStart()
H A Dwhere.c3619 pNew->wsFlags = WHERE_MULTI_OR; in whereLoopAddOr()
5137 && (0==(wsFlags & WHERE_MULTI_OR) || (wctrlFlags & WHERE_DUPLICATES_OK)) in sqlite3WhereBegin()
5301 if( (wsFlags&WHERE_MULTI_OR)==0 && (wctrlFlags&WHERE_OR_SUBCLAUSE)==0 ){ in sqlite3WhereBegin()
5467 || ((ws & WHERE_MULTI_OR) && pLevel->u.pCovidx) in sqlite3WhereEnd()
5544 }else if( pLoop->wsFlags & WHERE_MULTI_OR ){ in sqlite3WhereEnd()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/src/
H A DwhereInt.h603 #define WHERE_MULTI_OR 0x00002000 /* OR using multiple indices */ macro
H A Dwherecode.c144 if( (flags&WHERE_MULTI_OR) || (wctrlFlags&WHERE_OR_SUBCLAUSE) ) return 0; in sqlite3WhereExplainOneScan()
567 assert( (pLoop->wsFlags & WHERE_MULTI_OR)==0 ); in codeEqualityTerm()
1988 if( pLoop->wsFlags & WHERE_MULTI_OR ){ in sqlite3WhereCodeOneLoopStart()
H A Dwhere.c3538 pNew->wsFlags = WHERE_MULTI_OR; in whereLoopAddOr()
5004 && (0==(wsFlags & WHERE_MULTI_OR) || (wctrlFlags & WHERE_DUPLICATES_OK)) in sqlite3WhereBegin()
5167 if( (wsFlags&WHERE_MULTI_OR)==0 && (wctrlFlags&WHERE_OR_SUBCLAUSE)==0 ){ in sqlite3WhereBegin()
5330 || ((ws & WHERE_MULTI_OR) && pLevel->u.pCovidx) in sqlite3WhereEnd()
5407 }else if( pLoop->wsFlags & WHERE_MULTI_OR ){ in sqlite3WhereEnd()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/src/
H A DwhereInt.h615 #define WHERE_MULTI_OR 0x00002000 /* OR using multiple indices */ macro
H A Dwherecode.c144 if( (flags&WHERE_MULTI_OR) || (wctrlFlags&WHERE_OR_SUBCLAUSE) ) return 0; in sqlite3WhereExplainOneScan()
567 assert( (pLoop->wsFlags & WHERE_MULTI_OR)==0 ); in codeEqualityTerm()
2009 if( pLoop->wsFlags & WHERE_MULTI_OR ){ in sqlite3WhereCodeOneLoopStart()
H A Dwhere.c3599 pNew->wsFlags = WHERE_MULTI_OR; in whereLoopAddOr()
5117 && (0==(wsFlags & WHERE_MULTI_OR) || (wctrlFlags & WHERE_DUPLICATES_OK)) in sqlite3WhereBegin()
5281 if( (wsFlags&WHERE_MULTI_OR)==0 && (wctrlFlags&WHERE_OR_SUBCLAUSE)==0 ){ in sqlite3WhereBegin()
5447 || ((ws & WHERE_MULTI_OR) && pLevel->u.pCovidx) in sqlite3WhereEnd()
5524 }else if( pLoop->wsFlags & WHERE_MULTI_OR ){ in sqlite3WhereEnd()
/dports/devel/cppcheck-gui/cppcheck-2.6.3/test/bug-hunting/cve/CVE-2019-16168/
H A Dwhere.c3511 pNew->wsFlags = WHERE_MULTI_OR; in whereLoopAddOr()
4956 && (0==(wsFlags & WHERE_MULTI_OR) || (wctrlFlags & WHERE_DUPLICATES_OK)) in sqlite3WhereBegin()
5112 if ((wsFlags&WHERE_MULTI_OR)==0 && (wctrlFlags&WHERE_OR_SUBCLAUSE)==0) { in sqlite3WhereBegin()
5254 || ((ws & WHERE_MULTI_OR) && pLevel->u.pCovidx) in sqlite3WhereEnd()
5331 } else if (pLoop->wsFlags & WHERE_MULTI_OR) { in sqlite3WhereEnd()
/dports/devel/cppcheck/cppcheck-2.6.3/test/bug-hunting/cve/CVE-2019-16168/
H A Dwhere.c3511 pNew->wsFlags = WHERE_MULTI_OR; in whereLoopAddOr()
4956 && (0==(wsFlags & WHERE_MULTI_OR) || (wctrlFlags & WHERE_DUPLICATES_OK)) in sqlite3WhereBegin()
5112 if ((wsFlags&WHERE_MULTI_OR)==0 && (wctrlFlags&WHERE_OR_SUBCLAUSE)==0) { in sqlite3WhereBegin()
5254 || ((ws & WHERE_MULTI_OR) && pLevel->u.pCovidx) in sqlite3WhereEnd()
5331 } else if (pLoop->wsFlags & WHERE_MULTI_OR) { in sqlite3WhereEnd()
/dports/databases/db5/db-5.3.28/lang/sql/sqlite/src/
H A Dwhere.c254 #define WHERE_MULTI_OR 0x10000000 /* OR using multiple indices */ macro
1651 int flags = WHERE_MULTI_OR; in bestOrClauseIndex()
3524 if( (flags&WHERE_MULTI_OR) || (wctrlFlags&WHERE_ONETABLE_ONLY) ) return; in explainOneScan()
4026 if( pLevel->plan.wsFlags & WHERE_MULTI_OR ){ in codeOneLoopStart()
/dports/www/gitea/gitea-1.16.5/vendor/github.com/mattn/go-sqlite3/
H A Dsqlite3-binding.c147399 #define WHERE_MULTI_OR 0x00002000 /* OR using multiple indices */
148025 assert( (pLoop->wsFlags & WHERE_MULTI_OR)==0 );
148965 assert( (pLoop->wsFlags & WHERE_MULTI_OR)==0 );
149598 if( pLoop->wsFlags & WHERE_MULTI_OR ){
149898 assert( (pLoop->wsFlags & WHERE_MULTI_OR)!=0 );
154160 assert( (pLevel->pWLoop->wsFlags & WHERE_MULTI_OR)==0 );
155968 pNew->wsFlags = WHERE_MULTI_OR;
157779 if( (wsFlags&WHERE_MULTI_OR)==0 && (wctrlFlags&WHERE_OR_SUBCLAUSE)==0 ){
157954 || ((ws & WHERE_MULTI_OR) && pLevel->u.pCoveringIdx)
157956 if( ws & WHERE_MULTI_OR ){
[all …]
/dports/www/firefox/firefox-99.0/third_party/sqlite3/src/
H A Dsqlite3.c146440 #define WHERE_MULTI_OR 0x00002000 /* OR using multiple indices */
147005 assert( (pLoop->wsFlags & WHERE_MULTI_OR)==0 );
147867 assert( (pLoop->wsFlags & WHERE_MULTI_OR)==0 );
148482 if( pLoop->wsFlags & WHERE_MULTI_OR ){
148773 assert( (pLoop->wsFlags & WHERE_MULTI_OR)!=0 );
152637 assert( (pLevel->pWLoop->wsFlags & WHERE_MULTI_OR)==0 );
154320 pNew->wsFlags = WHERE_MULTI_OR;
156021 if( (wsFlags&WHERE_MULTI_OR)==0 && (wctrlFlags&WHERE_OR_SUBCLAUSE)==0 ){
156196 || ((ws & WHERE_MULTI_OR) && pLevel->u.pCoveringIdx)
156198 if( ws & WHERE_MULTI_OR ){
[all …]
/dports/devel/raknet/raknet-3.9.2_10,1/DependentExtensions/SQLite3Plugin/
H A Dsqlite3.c81129 #define WHERE_MULTI_OR 0x10000000 /* OR using multiple indices */
82795 pCost->plan.wsFlags = WHERE_MULTI_OR;
82798 pCost->plan.wsFlags = WHERE_ORDERBY|WHERE_MULTI_OR;
83593 if( pLevel->plan.wsFlags & WHERE_MULTI_OR ){
84137 }else if( pLevel->plan.wsFlags & WHERE_MULTI_OR ){
/dports/games/redeclipse/base-2.0.0/src/support/
H A Dsqlite3.c117413 #define WHERE_MULTI_OR 0x00002000 /* OR using multiple indices */
117524 if( (flags&WHERE_MULTI_OR) || (wctrlFlags&WHERE_ONETABLE_ONLY) ) return 0;
117788 assert( (pLoop->wsFlags & WHERE_MULTI_OR)==0 );
118500 if( pLoop->wsFlags & WHERE_MULTI_OR ){
123117 pNew->wsFlags = WHERE_MULTI_OR;
124469 if( (wsFlags&WHERE_MULTI_OR)==0 && (wctrlFlags&WHERE_ONETABLE_ONLY)==0 ){
124627 }else if( pLoop->wsFlags & WHERE_MULTI_OR ){
/dports/games/redeclipse16/base-1.6.0/src/support/
H A Dsqlite3.c117413 #define WHERE_MULTI_OR 0x00002000 /* OR using multiple indices */
117524 if( (flags&WHERE_MULTI_OR) || (wctrlFlags&WHERE_ONETABLE_ONLY) ) return 0;
117788 assert( (pLoop->wsFlags & WHERE_MULTI_OR)==0 );
118500 if( pLoop->wsFlags & WHERE_MULTI_OR ){
123117 pNew->wsFlags = WHERE_MULTI_OR;
124469 if( (wsFlags&WHERE_MULTI_OR)==0 && (wctrlFlags&WHERE_ONETABLE_ONLY)==0 ){
124627 }else if( pLoop->wsFlags & WHERE_MULTI_OR ){
/dports/security/libzrtpcppcore/ZRTPCPP-4.6.6/clients/tivi/android/jni/sqlite3/
H A Dsqlite3.c115755 #define WHERE_MULTI_OR 0x00002000 /* OR using multiple indices */
118567 assert( (pLoop->wsFlags & WHERE_MULTI_OR)==0 );
118841 if( (flags&WHERE_MULTI_OR) || (wctrlFlags&WHERE_ONETABLE_ONLY) ) return 0;
119491 if( pLoop->wsFlags & WHERE_MULTI_OR ){
121257 pNew->wsFlags = WHERE_MULTI_OR;
122584 if( (wsFlags&WHERE_MULTI_OR)==0 && (wctrlFlags&WHERE_ONETABLE_ONLY)==0 ){
122757 }else if( pLoop->wsFlags & WHERE_MULTI_OR ){
/dports/sysutils/py-pytsk/pytsk3-20210419/sleuthkit/tsk/auto/
H A Dsqlite3.c117434 #define WHERE_MULTI_OR 0x00002000 /* OR using multiple indices */
117545 if( (flags&WHERE_MULTI_OR) || (wctrlFlags&WHERE_ONETABLE_ONLY) ) return 0;
117809 assert( (pLoop->wsFlags & WHERE_MULTI_OR)==0 );
118521 if( pLoop->wsFlags & WHERE_MULTI_OR ){
123138 pNew->wsFlags = WHERE_MULTI_OR;
124490 if( (wsFlags&WHERE_MULTI_OR)==0 && (wctrlFlags&WHERE_ONETABLE_ONLY)==0 ){
124648 }else if( pLoop->wsFlags & WHERE_MULTI_OR ){
/dports/databases/libgda5-bdb/libgda-5.2.10/libgda/sqlite/sqlite-src/
H A Dsqlite3.c117413 #define WHERE_MULTI_OR 0x00002000 /* OR using multiple indices */
117524 if( (flags&WHERE_MULTI_OR) || (wctrlFlags&WHERE_ONETABLE_ONLY) ) return 0;
117788 assert( (pLoop->wsFlags & WHERE_MULTI_OR)==0 );
118500 if( pLoop->wsFlags & WHERE_MULTI_OR ){
123117 pNew->wsFlags = WHERE_MULTI_OR;
124469 if( (wsFlags&WHERE_MULTI_OR)==0 && (wctrlFlags&WHERE_ONETABLE_ONLY)==0 ){
124627 }else if( pLoop->wsFlags & WHERE_MULTI_OR ){
/dports/databases/libgda5/libgda-5.2.10/libgda/sqlite/sqlite-src/
H A Dsqlite3.c117413 #define WHERE_MULTI_OR 0x00002000 /* OR using multiple indices */
117524 if( (flags&WHERE_MULTI_OR) || (wctrlFlags&WHERE_ONETABLE_ONLY) ) return 0;
117788 assert( (pLoop->wsFlags & WHERE_MULTI_OR)==0 );
118500 if( pLoop->wsFlags & WHERE_MULTI_OR ){
123117 pNew->wsFlags = WHERE_MULTI_OR;
124469 if( (wsFlags&WHERE_MULTI_OR)==0 && (wctrlFlags&WHERE_ONETABLE_ONLY)==0 ){
124627 }else if( pLoop->wsFlags & WHERE_MULTI_OR ){
/dports/databases/libgda5-ui/libgda-5.2.10/libgda/sqlite/sqlite-src/
H A Dsqlite3.c117413 #define WHERE_MULTI_OR 0x00002000 /* OR using multiple indices */
117524 if( (flags&WHERE_MULTI_OR) || (wctrlFlags&WHERE_ONETABLE_ONLY) ) return 0;
117788 assert( (pLoop->wsFlags & WHERE_MULTI_OR)==0 );
118500 if( pLoop->wsFlags & WHERE_MULTI_OR ){
123117 pNew->wsFlags = WHERE_MULTI_OR;
124469 if( (wsFlags&WHERE_MULTI_OR)==0 && (wctrlFlags&WHERE_ONETABLE_ONLY)==0 ){
124627 }else if( pLoop->wsFlags & WHERE_MULTI_OR ){

1234567