Home
last modified time | relevance | path

Searched refs:WHERE_DUPLICATES_OK (Results 1 – 25 of 176) sorted by relevance

12345678

/dports/databases/db5/db-5.3.28/lang/sql/sqlite/src/
H A Ddelete.c374 pWInfo = sqlite3WhereBegin(pParse, pTabList, pWhere,0,WHERE_DUPLICATES_OK); in sqlite3DeleteFrom()
H A DsqliteInt.h1947 #define WHERE_DUPLICATES_OK 0x0008 /* Ok to return a row more than once */ macro
H A Dwhere.c4118 if( (wctrlFlags & WHERE_DUPLICATES_OK)==0 ){ in codeOneLoopStart()
4137 if( (wctrlFlags & WHERE_DUPLICATES_OK)==0 ){ in codeOneLoopStart()
/dports/databases/sqlcipher/sqlcipher-3.4.2/src/
H A Ddelete.c382 u16 wcf = WHERE_ONEPASS_DESIRED|WHERE_DUPLICATES_OK|WHERE_SEEK_TABLE; in sqlite3DeleteFrom()
H A Dwherecode.c1815 if( (pWInfo->wctrlFlags & WHERE_DUPLICATES_OK)==0 ){ in sqlite3WhereCodeOneLoopStart()
1894 if( (pWInfo->wctrlFlags & WHERE_DUPLICATES_OK)==0 ){ in sqlite3WhereCodeOneLoopStart()
H A DsqliteInt.h2623 #define WHERE_DUPLICATES_OK 0x0010 /* Ok to return a row more than once */ macro
/dports/databases/sqlite3/sqlite-src-3350500/src/
H A Ddelete.c435 u16 wcf = WHERE_ONEPASS_DESIRED|WHERE_DUPLICATES_OK; in sqlite3DeleteFrom()
H A Dwherecode.c2116 if( (pWInfo->wctrlFlags & WHERE_DUPLICATES_OK)==0 ){ in sqlite3WhereCodeOneLoopStart()
2203 if( (pWInfo->wctrlFlags & WHERE_DUPLICATES_OK)==0 ){ in sqlite3WhereCodeOneLoopStart()
H A DsqliteInt.h3018 #define WHERE_DUPLICATES_OK 0x0010 /* Ok to return a row more than once */ macro
H A Dwhere.c5137 && (0==(wsFlags & WHERE_MULTI_OR) || (wctrlFlags & WHERE_DUPLICATES_OK)) in sqlite3WhereBegin()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/src/
H A Ddelete.c428 u16 wcf = WHERE_ONEPASS_DESIRED|WHERE_DUPLICATES_OK|WHERE_SEEK_TABLE; in sqlite3DeleteFrom()
H A Dwherecode.c2090 if( (pWInfo->wctrlFlags & WHERE_DUPLICATES_OK)==0 ){ in sqlite3WhereCodeOneLoopStart()
2178 if( (pWInfo->wctrlFlags & WHERE_DUPLICATES_OK)==0 ){ in sqlite3WhereCodeOneLoopStart()
H A DsqliteInt.h2891 #define WHERE_DUPLICATES_OK 0x0010 /* Ok to return a row more than once */ macro
H A Dwhere.c5004 && (0==(wsFlags & WHERE_MULTI_OR) || (wctrlFlags & WHERE_DUPLICATES_OK)) in sqlite3WhereBegin()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/src/
H A Ddelete.c428 u16 wcf = WHERE_ONEPASS_DESIRED|WHERE_DUPLICATES_OK; in sqlite3DeleteFrom()
H A Dwherecode.c2110 if( (pWInfo->wctrlFlags & WHERE_DUPLICATES_OK)==0 ){ in sqlite3WhereCodeOneLoopStart()
2197 if( (pWInfo->wctrlFlags & WHERE_DUPLICATES_OK)==0 ){ in sqlite3WhereCodeOneLoopStart()
H A DsqliteInt.h2950 #define WHERE_DUPLICATES_OK 0x0010 /* Ok to return a row more than once */ macro
H A Dwhere.c5117 && (0==(wsFlags & WHERE_MULTI_OR) || (wctrlFlags & WHERE_DUPLICATES_OK)) in sqlite3WhereBegin()
/dports/security/vault/vault-1.8.2/vendor/github.com/apple/foundationdb/fdbserver/sqlite/
H A DsqliteInt.h1948 #define WHERE_DUPLICATES_OK 0x0008 /* Ok to return a row more than once */
H A Dsqlite3.amalgamation.c3823 #define WHERE_DUPLICATES_OK 0x0008 /* Ok to return a row more than once */ macro
65973 pWInfo = sqlite3WhereBegin(pParse, pTabList, pWhere,0,WHERE_DUPLICATES_OK);
86283 if( (wctrlFlags & WHERE_DUPLICATES_OK)==0 ){
86302 if( (wctrlFlags & WHERE_DUPLICATES_OK)==0 ){
/dports/devel/cppcheck-gui/cppcheck-2.6.3/test/bug-hunting/cve/CVE-2019-16168/
H A Dwhere.c4956 && (0==(wsFlags & WHERE_MULTI_OR) || (wctrlFlags & WHERE_DUPLICATES_OK)) in sqlite3WhereBegin()
/dports/devel/cppcheck/cppcheck-2.6.3/test/bug-hunting/cve/CVE-2019-16168/
H A Dwhere.c4956 && (0==(wsFlags & WHERE_MULTI_OR) || (wctrlFlags & WHERE_DUPLICATES_OK)) in sqlite3WhereBegin()
/dports/math/vtk6/VTK-6.2.0/ThirdParty/sqlite/vtksqlite/
H A Dvtk_sqlite3.c9415 #define WHERE_DUPLICATES_OK 0x0008 /* Ok to return a row more than once */ macro
70762 pWInfo = vtk_sqlite3WhereBegin(pParse, pTabList, pWhere,0,WHERE_DUPLICATES_OK);
89862 if( (wctrlFlags & WHERE_DUPLICATES_OK)==0 ){
89878 if( (wctrlFlags & WHERE_DUPLICATES_OK)==0 ){
/dports/databases/db5/db-5.3.28/lang/sql/generated/
H A Dsqlite3.c10048 #define WHERE_DUPLICATES_OK 0x0008 /* Ok to return a row more than once */ macro
72500 pWInfo = sqlite3WhereBegin(pParse, pTabList, pWhere,0,WHERE_DUPLICATES_OK);
92869 if( (wctrlFlags & WHERE_DUPLICATES_OK)==0 ){
92888 if( (wctrlFlags & WHERE_DUPLICATES_OK)==0 ){
/dports/games/pokerth/pokerth-1.1.2-rc/src/third_party/sqlite3/
H A Dsqlite3.c10855 #define WHERE_DUPLICATES_OK 0x0008 /* Ok to return a row more than once */ macro
85845 pParse, pTabList, pWhere, 0, 0, WHERE_DUPLICATES_OK
106865 if( (wctrlFlags & WHERE_DUPLICATES_OK)==0 ){
106914 if( (wctrlFlags & WHERE_DUPLICATES_OK)==0 ){

12345678