Home
last modified time | relevance | path

Searched refs:WHERE_DISTINCTBY (Results 1 – 25 of 157) sorted by relevance

1234567

/dports/databases/sqlite3/sqlite-src-3350500/src/
H A Dwhere.c3807 if( pLoop->u.vtab.isOrdered && (wctrlFlags & WHERE_DISTINCTBY)==0 ){ in wherePathSatisfiesOrderBy()
3811 }else if( wctrlFlags & WHERE_DISTINCTBY ){ in wherePathSatisfiesOrderBy()
3950 testcase( wctrlFlags & WHERE_DISTINCTBY ); in wherePathSatisfiesOrderBy()
3952 if( (wctrlFlags & (WHERE_GROUPBY|WHERE_DISTINCTBY))==0 ) bOnce = 0; in wherePathSatisfiesOrderBy()
3967 if( wctrlFlags & WHERE_DISTINCTBY ){ in wherePathSatisfiesOrderBy()
4454 && (pWInfo->wctrlFlags & WHERE_DISTINCTBY)==0 in wherePathSolver()
4460 WHERE_DISTINCTBY, nLoop-1, pFrom->aLoop[nLoop-1], &notUsed); in wherePathSolver()
4467 if( pWInfo->wctrlFlags & WHERE_DISTINCTBY ){ in wherePathSolver()
4928 pWInfo->wctrlFlags |= WHERE_DISTINCTBY; in sqlite3WhereBegin()
H A DsqliteInt.h3022 #define WHERE_DISTINCTBY 0x0080 /* pOrderby is really a DISTINCT clause */ macro
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/src/
H A Dwhere.c3724 if( pLoop->u.vtab.isOrdered && (wctrlFlags & WHERE_DISTINCTBY)==0 ){ in wherePathSatisfiesOrderBy()
3728 }else if( wctrlFlags & WHERE_DISTINCTBY ){ in wherePathSatisfiesOrderBy()
3862 testcase( wctrlFlags & WHERE_DISTINCTBY ); in wherePathSatisfiesOrderBy()
3863 if( (wctrlFlags & (WHERE_GROUPBY|WHERE_DISTINCTBY))==0 ) bOnce = 0; in wherePathSatisfiesOrderBy()
3878 if( wctrlFlags & WHERE_DISTINCTBY ){ in wherePathSatisfiesOrderBy()
4357 && (pWInfo->wctrlFlags & WHERE_DISTINCTBY)==0 in wherePathSolver()
4363 WHERE_DISTINCTBY, nLoop-1, pFrom->aLoop[nLoop-1], &notUsed); in wherePathSolver()
4370 if( pWInfo->wctrlFlags & WHERE_DISTINCTBY ){ in wherePathSolver()
4804 pWInfo->wctrlFlags |= WHERE_DISTINCTBY; in sqlite3WhereBegin()
H A DsqliteInt.h2895 #define WHERE_DISTINCTBY 0x0080 /* pOrderby is really a DISTINCT clause */ macro
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/src/
H A Dwhere.c3787 if( pLoop->u.vtab.isOrdered && (wctrlFlags & WHERE_DISTINCTBY)==0 ){ in wherePathSatisfiesOrderBy()
3791 }else if( wctrlFlags & WHERE_DISTINCTBY ){ in wherePathSatisfiesOrderBy()
3930 testcase( wctrlFlags & WHERE_DISTINCTBY ); in wherePathSatisfiesOrderBy()
3932 if( (wctrlFlags & (WHERE_GROUPBY|WHERE_DISTINCTBY))==0 ) bOnce = 0; in wherePathSatisfiesOrderBy()
3947 if( wctrlFlags & WHERE_DISTINCTBY ){ in wherePathSatisfiesOrderBy()
4434 && (pWInfo->wctrlFlags & WHERE_DISTINCTBY)==0 in wherePathSolver()
4440 WHERE_DISTINCTBY, nLoop-1, pFrom->aLoop[nLoop-1], &notUsed); in wherePathSolver()
4447 if( pWInfo->wctrlFlags & WHERE_DISTINCTBY ){ in wherePathSolver()
4908 pWInfo->wctrlFlags |= WHERE_DISTINCTBY; in sqlite3WhereBegin()
H A DsqliteInt.h2954 #define WHERE_DISTINCTBY 0x0080 /* pOrderby is really a DISTINCT clause */ macro
/dports/devel/cppcheck-gui/cppcheck-2.6.3/test/bug-hunting/cve/CVE-2019-16168/
H A Dwhere.c3699 } else if (wctrlFlags & WHERE_DISTINCTBY) { in wherePathSatisfiesOrderBy()
3827 testcase( wctrlFlags & WHERE_DISTINCTBY ); in wherePathSatisfiesOrderBy()
3828 if ((wctrlFlags & (WHERE_GROUPBY|WHERE_DISTINCTBY))==0) bOnce = 0; in wherePathSatisfiesOrderBy()
3843 if (wctrlFlags & WHERE_DISTINCTBY) { in wherePathSatisfiesOrderBy()
4316 && (pWInfo->wctrlFlags & WHERE_DISTINCTBY)==0 in wherePathSolver()
4322WHERE_DISTINCTBY, nLoop-1, pFrom->aLoop[nLoop-1], &notUsed); in wherePathSolver()
4329 if (pWInfo->wctrlFlags & WHERE_DISTINCTBY) { in wherePathSolver()
4763 pWInfo->wctrlFlags |= WHERE_DISTINCTBY; in sqlite3WhereBegin()
/dports/devel/cppcheck/cppcheck-2.6.3/test/bug-hunting/cve/CVE-2019-16168/
H A Dwhere.c3699 } else if (wctrlFlags & WHERE_DISTINCTBY) { in wherePathSatisfiesOrderBy()
3827 testcase( wctrlFlags & WHERE_DISTINCTBY ); in wherePathSatisfiesOrderBy()
3828 if ((wctrlFlags & (WHERE_GROUPBY|WHERE_DISTINCTBY))==0) bOnce = 0; in wherePathSatisfiesOrderBy()
3843 if (wctrlFlags & WHERE_DISTINCTBY) { in wherePathSatisfiesOrderBy()
4316 && (pWInfo->wctrlFlags & WHERE_DISTINCTBY)==0 in wherePathSolver()
4322WHERE_DISTINCTBY, nLoop-1, pFrom->aLoop[nLoop-1], &notUsed); in wherePathSolver()
4329 if (pWInfo->wctrlFlags & WHERE_DISTINCTBY) { in wherePathSolver()
4763 pWInfo->wctrlFlags |= WHERE_DISTINCTBY; in sqlite3WhereBegin()
/dports/databases/sqlcipher/sqlcipher-3.4.2/src/
H A Dwhere.c3680 testcase( wctrlFlags & WHERE_DISTINCTBY ); in wherePathSatisfiesOrderBy()
3681 if( (wctrlFlags & (WHERE_GROUPBY|WHERE_DISTINCTBY))==0 ) bOnce = 0; in wherePathSatisfiesOrderBy()
4158 && (pWInfo->wctrlFlags & WHERE_DISTINCTBY)==0 in wherePathSolver()
4164 WHERE_DISTINCTBY, nLoop-1, pFrom->aLoop[nLoop-1], &notUsed); in wherePathSolver()
4170 if( pWInfo->wctrlFlags & WHERE_DISTINCTBY ){ in wherePathSolver()
4600 pWInfo->wctrlFlags |= WHERE_DISTINCTBY; in sqlite3WhereBegin()
H A DsqliteInt.h2627 #define WHERE_DISTINCTBY 0x0080 /* pOrderby is really a DISTINCT clause */ macro
/dports/www/gitea/gitea-1.16.5/vendor/github.com/mattn/go-sqlite3/
H A Dsqlite3-binding.c153153 if( (pWInfo->wctrlFlags & (WHERE_GROUPBY|WHERE_DISTINCTBY)) ){
153154 eDistinct = 1 + ((pWInfo->wctrlFlags & WHERE_DISTINCTBY)!=0);
156156 if( pLoop->u.vtab.isOrdered && (wctrlFlags & WHERE_DISTINCTBY)==0 ){
156160 }else if( wctrlFlags & WHERE_DISTINCTBY ){
156307 testcase( wctrlFlags & WHERE_DISTINCTBY );
156309 if( (wctrlFlags & (WHERE_GROUPBY|WHERE_DISTINCTBY))==0 ) bOnce = 0;
156324 if( wctrlFlags & WHERE_DISTINCTBY ){
156811 && (pWInfo->wctrlFlags & WHERE_DISTINCTBY)==0
156817 WHERE_DISTINCTBY, nLoop-1, pFrom->aLoop[nLoop-1], &notUsed);
156824 if( pWInfo->wctrlFlags & WHERE_DISTINCTBY ){
[all …]
/dports/games/craft/Craft-1.0fbsd/deps/sqlite/
H A Dsqlite3.c11480 #define WHERE_DISTINCTBY 0x0200 /* pOrderby is really a DISTINCT clause */ macro
114245 testcase( wctrlFlags & WHERE_DISTINCTBY );
114246 if( (wctrlFlags & (WHERE_GROUPBY|WHERE_DISTINCTBY))==0 ) bOnce = 0;
114575 && (pWInfo->wctrlFlags & WHERE_DISTINCTBY)==0
114581 WHERE_DISTINCTBY, nLoop-1, pFrom->aLoop[nLoop-1], &notUsed);
114585 if( pWInfo->wctrlFlags & WHERE_DISTINCTBY ){
114929 pWInfo->wctrlFlags |= WHERE_DISTINCTBY;
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/github.com/docker/docker/vendor/github.com/mattn/go-sqlite3/code/
H A Dsqlite3-binding.c11592 #define WHERE_DISTINCTBY 0x0200 /* pOrderby is really a DISTINCT clause */ macro
115183 testcase( wctrlFlags & WHERE_DISTINCTBY );
115184 if( (wctrlFlags & (WHERE_GROUPBY|WHERE_DISTINCTBY))==0 ) bOnce = 0;
115561 && (pWInfo->wctrlFlags & WHERE_DISTINCTBY)==0
115567 WHERE_DISTINCTBY, nLoop-1, pFrom->aLoop[nLoop-1], &notUsed);
115573 if( pWInfo->wctrlFlags & WHERE_DISTINCTBY ){
115936 pWInfo->wctrlFlags |= WHERE_DISTINCTBY;
/dports/databases/R-cran-RSQLite/RSQLite/src/sqlite/
H A Dsqlite3.c11616 #define WHERE_DISTINCTBY 0x0200 /* pOrderby is really a DISTINCT clause */ macro
116183 testcase( wctrlFlags & WHERE_DISTINCTBY );
116184 if( (wctrlFlags & (WHERE_GROUPBY|WHERE_DISTINCTBY))==0 ) bOnce = 0;
116637 && (pWInfo->wctrlFlags & WHERE_DISTINCTBY)==0
116643 WHERE_DISTINCTBY, nLoop-1, pFrom->aLoop[nLoop-1], &notUsed);
116649 if( pWInfo->wctrlFlags & WHERE_DISTINCTBY ){
117012 pWInfo->wctrlFlags |= WHERE_DISTINCTBY;
/dports/chinese/libchewing/libchewing-0.5.1/thirdparty/sqlite-amalgamation/
H A Dsqlite3.c11198 #define WHERE_DISTINCTBY 0x0200 /* pOrderby is really a DISTINCT clause */ macro
109927 testcase( wctrlFlags & WHERE_DISTINCTBY );
109928 if( (wctrlFlags & (WHERE_GROUPBY|WHERE_DISTINCTBY))==0 ) bOnce = 0;
110241 && (pWInfo->wctrlFlags & WHERE_DISTINCTBY)==0
110247 WHERE_DISTINCTBY, nLoop-1, pFrom->aLoop[nLoop-1], &notUsed);
110251 if( pWInfo->wctrlFlags & WHERE_DISTINCTBY ){
110600 pWInfo->wctrlFlags |= WHERE_DISTINCTBY;
/dports/games/freeminer/freeminer-0.4.10.4/src/sqlite/
H A Dsqlite3.c11592 #define WHERE_DISTINCTBY 0x0200 /* pOrderby is really a DISTINCT clause */ macro
115183 testcase( wctrlFlags & WHERE_DISTINCTBY );
115184 if( (wctrlFlags & (WHERE_GROUPBY|WHERE_DISTINCTBY))==0 ) bOnce = 0;
115561 && (pWInfo->wctrlFlags & WHERE_DISTINCTBY)==0
115567 WHERE_DISTINCTBY, nLoop-1, pFrom->aLoop[nLoop-1], &notUsed);
115573 if( pWInfo->wctrlFlags & WHERE_DISTINCTBY ){
115936 pWInfo->wctrlFlags |= WHERE_DISTINCTBY;
/dports/devel/libgpkg/luciad-libgpkg-c56e3708453e/sqlite/
H A Dsqlite3.c11592 #define WHERE_DISTINCTBY 0x0200 /* pOrderby is really a DISTINCT clause */ macro
115183 testcase( wctrlFlags & WHERE_DISTINCTBY );
115184 if( (wctrlFlags & (WHERE_GROUPBY|WHERE_DISTINCTBY))==0 ) bOnce = 0;
115561 && (pWInfo->wctrlFlags & WHERE_DISTINCTBY)==0
115567 WHERE_DISTINCTBY, nLoop-1, pFrom->aLoop[nLoop-1], &notUsed);
115573 if( pWInfo->wctrlFlags & WHERE_DISTINCTBY ){
115936 pWInfo->wctrlFlags |= WHERE_DISTINCTBY;
/dports/biology/hyphy/hyphy-2.5.33/contrib/SQLite-3.8.2/
H A Dsqlite3.c11328 #define WHERE_DISTINCTBY 0x0200 /* pOrderby is really a DISTINCT clause */ macro
113228 testcase( wctrlFlags & WHERE_DISTINCTBY );
113229 if( (wctrlFlags & (WHERE_GROUPBY|WHERE_DISTINCTBY))==0 ) bOnce = 0;
113555 && (pWInfo->wctrlFlags & WHERE_DISTINCTBY)==0
113561 WHERE_DISTINCTBY, nLoop-1, pFrom->aLoop[nLoop-1], &notUsed);
113565 if( pWInfo->wctrlFlags & WHERE_DISTINCTBY ){
113923 pWInfo->wctrlFlags |= WHERE_DISTINCTBY;
/dports/games/redeclipse/base-2.0.0/src/support/
H A Dsqlite3.c12281 #define WHERE_DISTINCTBY 0x0200 /* pOrderby is really a DISTINCT clause */ macro
123381 testcase( wctrlFlags & WHERE_DISTINCTBY );
123382 if( (wctrlFlags & (WHERE_GROUPBY|WHERE_DISTINCTBY))==0 ) bOnce = 0;
123835 && (pWInfo->wctrlFlags & WHERE_DISTINCTBY)==0
123841 WHERE_DISTINCTBY, nLoop-1, pFrom->aLoop[nLoop-1], &notUsed);
123847 if( pWInfo->wctrlFlags & WHERE_DISTINCTBY ){
124210 pWInfo->wctrlFlags |= WHERE_DISTINCTBY;
/dports/games/redeclipse16/base-1.6.0/src/support/
H A Dsqlite3.c12281 #define WHERE_DISTINCTBY 0x0200 /* pOrderby is really a DISTINCT clause */ macro
123381 testcase( wctrlFlags & WHERE_DISTINCTBY );
123382 if( (wctrlFlags & (WHERE_GROUPBY|WHERE_DISTINCTBY))==0 ) bOnce = 0;
123835 && (pWInfo->wctrlFlags & WHERE_DISTINCTBY)==0
123841 WHERE_DISTINCTBY, nLoop-1, pFrom->aLoop[nLoop-1], &notUsed);
123847 if( pWInfo->wctrlFlags & WHERE_DISTINCTBY ){
124210 pWInfo->wctrlFlags |= WHERE_DISTINCTBY;
/dports/security/libzrtpcppcore/ZRTPCPP-4.6.6/clients/tivi/android/jni/sqlite3/
H A Dsqlite3.c12114 #define WHERE_DISTINCTBY 0x0200 /* pOrderby is really a DISTINCT clause */ macro
121510 testcase( wctrlFlags & WHERE_DISTINCTBY );
121511 if( (wctrlFlags & (WHERE_GROUPBY|WHERE_DISTINCTBY))==0 ) bOnce = 0;
121964 && (pWInfo->wctrlFlags & WHERE_DISTINCTBY)==0
121970 WHERE_DISTINCTBY, nLoop-1, pFrom->aLoop[nLoop-1], &notUsed);
121976 if( pWInfo->wctrlFlags & WHERE_DISTINCTBY ){
122341 pWInfo->wctrlFlags |= WHERE_DISTINCTBY;
/dports/devel/global/global-6.6.7/libdb/
H A Dsqlite3.c11760 #define WHERE_DISTINCTBY 0x0200 /* pOrderby is really a DISTINCT clause */ macro
118914 testcase( wctrlFlags & WHERE_DISTINCTBY );
118915 if( (wctrlFlags & (WHERE_GROUPBY|WHERE_DISTINCTBY))==0 ) bOnce = 0;
119368 && (pWInfo->wctrlFlags & WHERE_DISTINCTBY)==0
119374 WHERE_DISTINCTBY, nLoop-1, pFrom->aLoop[nLoop-1], &notUsed);
119380 if( pWInfo->wctrlFlags & WHERE_DISTINCTBY ){
119746 pWInfo->wctrlFlags |= WHERE_DISTINCTBY;
/dports/sysutils/py-pytsk/pytsk3-20210419/sleuthkit/tsk/auto/
H A Dsqlite3.c12281 #define WHERE_DISTINCTBY 0x0200 /* pOrderby is really a DISTINCT clause */ macro
123402 testcase( wctrlFlags & WHERE_DISTINCTBY );
123403 if( (wctrlFlags & (WHERE_GROUPBY|WHERE_DISTINCTBY))==0 ) bOnce = 0;
123856 && (pWInfo->wctrlFlags & WHERE_DISTINCTBY)==0
123862 WHERE_DISTINCTBY, nLoop-1, pFrom->aLoop[nLoop-1], &notUsed);
123868 if( pWInfo->wctrlFlags & WHERE_DISTINCTBY ){
124231 pWInfo->wctrlFlags |= WHERE_DISTINCTBY;
/dports/databases/libgda5-bdb/libgda-5.2.10/libgda/sqlite/sqlite-src/
H A Dsqlite3.c12281 #define WHERE_DISTINCTBY 0x0200 /* pOrderby is really a DISTINCT clause */ macro
123381 testcase( wctrlFlags & WHERE_DISTINCTBY );
123382 if( (wctrlFlags & (WHERE_GROUPBY|WHERE_DISTINCTBY))==0 ) bOnce = 0;
123835 && (pWInfo->wctrlFlags & WHERE_DISTINCTBY)==0
123841 WHERE_DISTINCTBY, nLoop-1, pFrom->aLoop[nLoop-1], &notUsed);
123847 if( pWInfo->wctrlFlags & WHERE_DISTINCTBY ){
124210 pWInfo->wctrlFlags |= WHERE_DISTINCTBY;
/dports/databases/libgda5/libgda-5.2.10/libgda/sqlite/sqlite-src/
H A Dsqlite3.c12281 #define WHERE_DISTINCTBY 0x0200 /* pOrderby is really a DISTINCT clause */ macro
123381 testcase( wctrlFlags & WHERE_DISTINCTBY );
123382 if( (wctrlFlags & (WHERE_GROUPBY|WHERE_DISTINCTBY))==0 ) bOnce = 0;
123835 && (pWInfo->wctrlFlags & WHERE_DISTINCTBY)==0
123841 WHERE_DISTINCTBY, nLoop-1, pFrom->aLoop[nLoop-1], &notUsed);
123847 if( pWInfo->wctrlFlags & WHERE_DISTINCTBY ){
124210 pWInfo->wctrlFlags |= WHERE_DISTINCTBY;

1234567