Home
last modified time | relevance | path

Searched refs:WHERE_USE_LIMIT (Results 1 – 25 of 138) sorted by relevance

123456

/dports/databases/sqlcipher/sqlcipher-3.4.2/src/
H A Dwhere.c3833 if( (pWInfo->wctrlFlags & WHERE_USE_LIMIT)!=0 && pWInfo->iLimit<nRow ){ in whereSortingCost()
4454 || (wctrlFlags & WHERE_USE_LIMIT)==0 ); in sqlite3WhereBegin()
4609 if( wctrlFlags & WHERE_USE_LIMIT ){ in sqlite3WhereBegin()
H A DsqliteInt.h2634 #define WHERE_USE_LIMIT 0x4000 /* Use the LIMIT in cost estimates */ macro
H A Dselect.c5514 assert( WHERE_USE_LIMIT==SF_FixedLimit ); in sqlite3Select()
/dports/databases/sqlite3/sqlite-src-3350500/src/
H A Dwhere.c4118 if( (pWInfo->wctrlFlags & WHERE_USE_LIMIT)!=0 && pWInfo->iLimit<nRow ){ in whereSortingCost()
4779 || (wctrlFlags & WHERE_USE_LIMIT)==0 ); in sqlite3WhereBegin()
4937 if( wctrlFlags & WHERE_USE_LIMIT ){ in sqlite3WhereBegin()
H A DsqliteInt.h3029 #define WHERE_USE_LIMIT 0x4000 /* Use the LIMIT in cost estimates */ macro
H A Dselect.c6548 assert( WHERE_USE_LIMIT==SF_FixedLimit ); in sqlite3Select()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/src/
H A Dwhere.c4025 if( (pWInfo->wctrlFlags & WHERE_USE_LIMIT)!=0 && pWInfo->iLimit<nRow ){ in whereSortingCost()
4655 || (wctrlFlags & WHERE_USE_LIMIT)==0 ); in sqlite3WhereBegin()
4813 if( wctrlFlags & WHERE_USE_LIMIT ){ in sqlite3WhereBegin()
H A DsqliteInt.h2902 #define WHERE_USE_LIMIT 0x4000 /* Use the LIMIT in cost estimates */ macro
H A Dselect.c6212 assert( WHERE_USE_LIMIT==SF_FixedLimit ); in sqlite3Select()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/src/
H A Dwhere.c4098 if( (pWInfo->wctrlFlags & WHERE_USE_LIMIT)!=0 && pWInfo->iLimit<nRow ){ in whereSortingCost()
4759 || (wctrlFlags & WHERE_USE_LIMIT)==0 ); in sqlite3WhereBegin()
4917 if( wctrlFlags & WHERE_USE_LIMIT ){ in sqlite3WhereBegin()
H A DsqliteInt.h2961 #define WHERE_USE_LIMIT 0x4000 /* Use the LIMIT in cost estimates */ macro
H A Dselect.c6315 assert( WHERE_USE_LIMIT==SF_FixedLimit ); in sqlite3Select()
/dports/devel/cppcheck-gui/cppcheck-2.6.3/test/bug-hunting/cve/CVE-2019-16168/
H A Dwhere.c3984 if ((pWInfo->wctrlFlags & WHERE_USE_LIMIT)!=0 && pWInfo->iLimit<nRow) { in whereSortingCost()
4614 || (wctrlFlags & WHERE_USE_LIMIT)==0 ); in sqlite3WhereBegin()
4772 if (wctrlFlags & WHERE_USE_LIMIT) { in sqlite3WhereBegin()
/dports/devel/cppcheck/cppcheck-2.6.3/test/bug-hunting/cve/CVE-2019-16168/
H A Dwhere.c3984 if ((pWInfo->wctrlFlags & WHERE_USE_LIMIT)!=0 && pWInfo->iLimit<nRow) { in whereSortingCost()
4614 || (wctrlFlags & WHERE_USE_LIMIT)==0 ); in sqlite3WhereBegin()
4772 if (wctrlFlags & WHERE_USE_LIMIT) { in sqlite3WhereBegin()
/dports/lang/jimtcl/jimtcl-0.81/sqlite3/
H A Dsqlite3.c15167 #define WHERE_USE_LIMIT 0x4000 /* Use the LIMIT in cost estimates */ macro
118678 assert( WHERE_USE_LIMIT==SF_FixedLimit );
130349 if( (pWInfo->wctrlFlags & WHERE_USE_LIMIT)!=0 && pWInfo->iLimit<nRow ){
130926 || (wctrlFlags & WHERE_USE_LIMIT)==0 );
131065 if( wctrlFlags & WHERE_USE_LIMIT ){
/dports/finance/moneymanagerex/moneymanagerex-1.2.7/lib/wxsqlite3/sqlite3/secure/src/
H A Dsqlite3.c13430 #define WHERE_USE_LIMIT 0x4000 /* There is a constant LIMIT clause */ macro
115654 assert( WHERE_USE_LIMIT==SF_FixedLimit );
127115 if( (pWInfo->wctrlFlags & WHERE_USE_LIMIT)!=0 && pWInfo->iLimit<nRow ){
127681 || (wctrlFlags & WHERE_USE_LIMIT)==0 );
127820 if( wctrlFlags & WHERE_USE_LIMIT ){
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/concourse/dex/vendor/github.com/mattn/go-sqlite3/
H A Dsqlite3-binding.c15163 #define WHERE_USE_LIMIT 0x4000 /* Use the LIMIT in cost estimates */ macro
118654 assert( WHERE_USE_LIMIT==SF_FixedLimit );
130325 if( (pWInfo->wctrlFlags & WHERE_USE_LIMIT)!=0 && pWInfo->iLimit<nRow ){
130902 || (wctrlFlags & WHERE_USE_LIMIT)==0 );
131041 if( wctrlFlags & WHERE_USE_LIMIT ){
/dports/devel/openocd/openocd-0.11.0/jimtcl/sqlite3/
H A Dsqlite3.c15167 #define WHERE_USE_LIMIT 0x4000 /* Use the LIMIT in cost estimates */ macro
118678 assert( WHERE_USE_LIMIT==SF_FixedLimit );
130349 if( (pWInfo->wctrlFlags & WHERE_USE_LIMIT)!=0 && pWInfo->iLimit<nRow ){
130926 || (wctrlFlags & WHERE_USE_LIMIT)==0 );
131065 if( wctrlFlags & WHERE_USE_LIMIT ){
/dports/lang/php73/php-7.3.33/ext/sqlite3/libsqlite/
H A Dsqlite3.c17645 #define WHERE_USE_LIMIT 0x4000 /* Use the LIMIT in cost estimates */ macro
130690 assert( WHERE_USE_LIMIT==SF_FixedLimit );
144012 if( (pWInfo->wctrlFlags & WHERE_USE_LIMIT)!=0 && pWInfo->iLimit<nRow ){
144642 || (wctrlFlags & WHERE_USE_LIMIT)==0 );
144800 if( wctrlFlags & WHERE_USE_LIMIT ){
/dports/games/libretro-play/Play--3cd0a367b5e24c061a6310c68c9fa7f6b531ebd4/deps/Dependencies/sqlite-3.20.1/
H A Dsqlite3.c16374 #define WHERE_USE_LIMIT 0x4000 /* Use the LIMIT in cost estimates */ macro
122949 assert( WHERE_USE_LIMIT==SF_FixedLimit );
135280 if( (pWInfo->wctrlFlags & WHERE_USE_LIMIT)!=0 && pWInfo->iLimit<nRow ){
135901 || (wctrlFlags & WHERE_USE_LIMIT)==0 );
136056 if( wctrlFlags & WHERE_USE_LIMIT ){
/dports/www/firefox-esr/firefox-91.8.0/security/nss/lib/sqlite/
H A Dsqlite3.c17697 #define WHERE_USE_LIMIT 0x4000 /* Use the LIMIT in cost estimates */ macro
131224 assert( WHERE_USE_LIMIT==SF_FixedLimit );
144568 if( (pWInfo->wctrlFlags & WHERE_USE_LIMIT)!=0 && pWInfo->iLimit<nRow ){
145198 || (wctrlFlags & WHERE_USE_LIMIT)==0 );
145356 if( wctrlFlags & WHERE_USE_LIMIT ){
/dports/databases/php73-sqlite3/php-7.3.33/ext/sqlite3/libsqlite/
H A Dsqlite3.c17645 #define WHERE_USE_LIMIT 0x4000 /* Use the LIMIT in cost estimates */ macro
130690 assert( WHERE_USE_LIMIT==SF_FixedLimit );
144012 if( (pWInfo->wctrlFlags & WHERE_USE_LIMIT)!=0 && pWInfo->iLimit<nRow ){
144642 || (wctrlFlags & WHERE_USE_LIMIT)==0 );
144800 if( wctrlFlags & WHERE_USE_LIMIT ){
/dports/security/certmgr/certmgr-3.0.3/vendor/github.com/cloudflare/cfssl/cfssl-2001f384ec4f/vendor/github.com/mattn/go-sqlite3/
H A Dsqlite3-binding.c17420 #define WHERE_USE_LIMIT 0x4000 /* Use the LIMIT in cost estimates */ macro
129170 assert( WHERE_USE_LIMIT==SF_FixedLimit );
142280 if( (pWInfo->wctrlFlags & WHERE_USE_LIMIT)!=0 && pWInfo->iLimit<nRow ){
142910 || (wctrlFlags & WHERE_USE_LIMIT)==0 );
143068 if( wctrlFlags & WHERE_USE_LIMIT ){
/dports/emulators/mgba/mgba-0.9.2/src/third-party/sqlite3/
H A Dsqlite3.c15285 #define WHERE_USE_LIMIT 0x4000 /* Use the LIMIT in cost estimates */ macro
120694 assert( WHERE_USE_LIMIT==SF_FixedLimit );
132783 if( (pWInfo->wctrlFlags & WHERE_USE_LIMIT)!=0 && pWInfo->iLimit<nRow ){
133367 || (wctrlFlags & WHERE_USE_LIMIT)==0 );
133509 if( wctrlFlags & WHERE_USE_LIMIT ){
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/direct-sqlite-2.3.26/cbits/
H A Dsqlite3.c17645 #define WHERE_USE_LIMIT 0x4000 /* Use the LIMIT in cost estimates */ macro
130690 assert( WHERE_USE_LIMIT==SF_FixedLimit );
144012 if( (pWInfo->wctrlFlags & WHERE_USE_LIMIT)!=0 && pWInfo->iLimit<nRow ){
144642 || (wctrlFlags & WHERE_USE_LIMIT)==0 );
144800 if( wctrlFlags & WHERE_USE_LIMIT ){

123456