Home
last modified time | relevance | path

Searched refs:OK_IF_ALWAYS_TRUE (Results 1 – 25 of 111) sorted by relevance

12345

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/src/
H A Dselect.c103 if( OK_IF_ALWAYS_TRUE(p->pWinDefn) ){ in clearSelect()
108 if( OK_IF_ALWAYS_TRUE(p->pWith) ) sqlite3WithDelete(db, p->pWith); in clearSelect()
191 if( OK_IF_ALWAYS_TRUE(p) ) clearSelect(db, p, 1); in sqlite3SelectDelete()
4839 if( OK_IF_ALWAYS_TRUE(pParse->pWith) && p->pPrior==0 ){ in selectPopWith()
5241 if( OK_IF_ALWAYS_TRUE(pParse->hasCompound) ){ in sqlite3SelectExpand()
H A DsqliteInt.h477 # define OK_IF_ALWAYS_TRUE(X) (1) macro
480 # define OK_IF_ALWAYS_TRUE(X) (X) macro
/dports/databases/sqlite3/sqlite-src-3350500/src/
H A Dselect.c88 if( OK_IF_ALWAYS_TRUE(p->pWith) ) sqlite3WithDelete(db, p->pWith); in clearSelect()
90 if( OK_IF_ALWAYS_TRUE(p->pWinDefn) ){ in clearSelect()
180 if( OK_IF_ALWAYS_TRUE(p) ) clearSelect(db, p, 1); in sqlite3SelectDelete()
5125 if( OK_IF_ALWAYS_TRUE(pParse->pWith) && p->pPrior==0 ){ in selectPopWith()
5509 if( OK_IF_ALWAYS_TRUE(pParse->hasCompound) ){ in sqlite3SelectExpand()
H A DsqliteInt.h514 # define OK_IF_ALWAYS_TRUE(X) (1) macro
517 # define OK_IF_ALWAYS_TRUE(X) (X) macro
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/src/
H A Dselect.c89 if( OK_IF_ALWAYS_TRUE(p->pWinDefn) ){ in clearSelect()
93 if( OK_IF_ALWAYS_TRUE(p->pWith) ) sqlite3WithDelete(db, p->pWith); in clearSelect()
176 if( OK_IF_ALWAYS_TRUE(p) ) clearSelect(db, p, 1); in sqlite3SelectDelete()
4938 if( OK_IF_ALWAYS_TRUE(pParse->pWith) && p->pPrior==0 ){ in selectPopWith()
5317 if( OK_IF_ALWAYS_TRUE(pParse->hasCompound) ){ in sqlite3SelectExpand()
H A DsqliteInt.h501 # define OK_IF_ALWAYS_TRUE(X) (1) macro
504 # define OK_IF_ALWAYS_TRUE(X) (X) macro
/dports/lang/php73/php-7.3.33/ext/sqlite3/libsqlite/
H A Dsqlite3.c13300 # define OK_IF_ALWAYS_TRUE(X) (1) macro
13303 # define OK_IF_ALWAYS_TRUE(X) (X) macro
124721 if( OK_IF_ALWAYS_TRUE(p->pWinDefn) ){
124725 if( OK_IF_ALWAYS_TRUE(p->pWith) ) sqlite3WithDelete(db, p->pWith);
124808 if( OK_IF_ALWAYS_TRUE(p) ) clearSelect(db, p, 1);
129383 if( OK_IF_ALWAYS_TRUE(pParse->pWith) && p->pPrior==0 ){
129764 if( OK_IF_ALWAYS_TRUE(pParse->hasCompound) ){
/dports/www/firefox-esr/firefox-91.8.0/security/nss/lib/sqlite/
H A Dsqlite3.c13344 # define OK_IF_ALWAYS_TRUE(X) (1) macro
13347 # define OK_IF_ALWAYS_TRUE(X) (X) macro
125242 if( OK_IF_ALWAYS_TRUE(p->pWinDefn) ){
125246 if( OK_IF_ALWAYS_TRUE(p->pWith) ) sqlite3WithDelete(db, p->pWith);
125329 if( OK_IF_ALWAYS_TRUE(p) ) clearSelect(db, p, 1);
129902 if( OK_IF_ALWAYS_TRUE(pParse->pWith) && p->pPrior==0 ){
130290 if( OK_IF_ALWAYS_TRUE(pParse->hasCompound) ){
/dports/databases/php73-sqlite3/php-7.3.33/ext/sqlite3/libsqlite/
H A Dsqlite3.c13300 # define OK_IF_ALWAYS_TRUE(X) (1) macro
13303 # define OK_IF_ALWAYS_TRUE(X) (X) macro
124721 if( OK_IF_ALWAYS_TRUE(p->pWinDefn) ){
124725 if( OK_IF_ALWAYS_TRUE(p->pWith) ) sqlite3WithDelete(db, p->pWith);
124808 if( OK_IF_ALWAYS_TRUE(p) ) clearSelect(db, p, 1);
129383 if( OK_IF_ALWAYS_TRUE(pParse->pWith) && p->pPrior==0 ){
129764 if( OK_IF_ALWAYS_TRUE(pParse->hasCompound) ){
/dports/security/certmgr/certmgr-3.0.3/vendor/github.com/cloudflare/cfssl/cfssl-2001f384ec4f/vendor/github.com/mattn/go-sqlite3/
H A Dsqlite3-binding.c13115 # define OK_IF_ALWAYS_TRUE(X) (1) macro
13118 # define OK_IF_ALWAYS_TRUE(X) (X) macro
123224 if( OK_IF_ALWAYS_TRUE(p->pWinDefn) ){
123228 if( OK_IF_ALWAYS_TRUE(p->pWith) ) sqlite3WithDelete(db, p->pWith);
123311 if( OK_IF_ALWAYS_TRUE(p) ) clearSelect(db, p, 1);
127859 if( OK_IF_ALWAYS_TRUE(pParse->pWith) && p->pPrior==0 ){
128240 if( OK_IF_ALWAYS_TRUE(pParse->hasCompound) ){
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/direct-sqlite-2.3.26/cbits/
H A Dsqlite3.c13300 # define OK_IF_ALWAYS_TRUE(X) (1) macro
13303 # define OK_IF_ALWAYS_TRUE(X) (X) macro
124721 if( OK_IF_ALWAYS_TRUE(p->pWinDefn) ){
124725 if( OK_IF_ALWAYS_TRUE(p->pWith) ) sqlite3WithDelete(db, p->pWith);
124808 if( OK_IF_ALWAYS_TRUE(p) ) clearSelect(db, p, 1);
129383 if( OK_IF_ALWAYS_TRUE(pParse->pWith) && p->pPrior==0 ){
129764 if( OK_IF_ALWAYS_TRUE(pParse->hasCompound) ){
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/pressly/goose/vendor/github.com/mattn/go-sqlite3/
H A Dsqlite3-binding.c13115 # define OK_IF_ALWAYS_TRUE(X) (1) macro
13118 # define OK_IF_ALWAYS_TRUE(X) (X) macro
123224 if( OK_IF_ALWAYS_TRUE(p->pWinDefn) ){
123228 if( OK_IF_ALWAYS_TRUE(p->pWith) ) sqlite3WithDelete(db, p->pWith);
123311 if( OK_IF_ALWAYS_TRUE(p) ) clearSelect(db, p, 1);
127859 if( OK_IF_ALWAYS_TRUE(pParse->pWith) && p->pPrior==0 ){
128240 if( OK_IF_ALWAYS_TRUE(pParse->hasCompound) ){
/dports/security/sequoia/sequoia-383133f6be990237044900a4df676488bf8dd71e/cargo-crates/libsqlite3-sys-0.15.0/sqlite3/
H A Dsqlite3.c13300 # define OK_IF_ALWAYS_TRUE(X) (1) macro
13303 # define OK_IF_ALWAYS_TRUE(X) (X) macro
124721 if( OK_IF_ALWAYS_TRUE(p->pWinDefn) ){
124725 if( OK_IF_ALWAYS_TRUE(p->pWith) ) sqlite3WithDelete(db, p->pWith);
124808 if( OK_IF_ALWAYS_TRUE(p) ) clearSelect(db, p, 1);
129383 if( OK_IF_ALWAYS_TRUE(pParse->pWith) && p->pPrior==0 ){
129764 if( OK_IF_ALWAYS_TRUE(pParse->hasCompound) ){
/dports/audio/gonic/gonic-0.8.4/vendor/github.com/mattn/go-sqlite3/
H A Dsqlite3-binding.c13115 # define OK_IF_ALWAYS_TRUE(X) (1) macro
13118 # define OK_IF_ALWAYS_TRUE(X) (X) macro
123224 if( OK_IF_ALWAYS_TRUE(p->pWinDefn) ){
123228 if( OK_IF_ALWAYS_TRUE(p->pWith) ) sqlite3WithDelete(db, p->pWith);
123311 if( OK_IF_ALWAYS_TRUE(p) ) clearSelect(db, p, 1);
127859 if( OK_IF_ALWAYS_TRUE(pParse->pWith) && p->pPrior==0 ){
128240 if( OK_IF_ALWAYS_TRUE(pParse->hasCompound) ){
/dports/net/concourse-fly/concourse-6.7.1/vendor/github.com/mattn/go-sqlite3/
H A Dsqlite3-binding.c13115 # define OK_IF_ALWAYS_TRUE(X) (1) macro
13118 # define OK_IF_ALWAYS_TRUE(X) (X) macro
123224 if( OK_IF_ALWAYS_TRUE(p->pWinDefn) ){
123228 if( OK_IF_ALWAYS_TRUE(p->pWith) ) sqlite3WithDelete(db, p->pWith);
123311 if( OK_IF_ALWAYS_TRUE(p) ) clearSelect(db, p, 1);
127859 if( OK_IF_ALWAYS_TRUE(pParse->pWith) && p->pPrior==0 ){
128240 if( OK_IF_ALWAYS_TRUE(pParse->hasCompound) ){
/dports/www/firefox/firefox-99.0/security/nss/lib/sqlite/
H A Dsqlite3.c13344 # define OK_IF_ALWAYS_TRUE(X) (1) macro
13347 # define OK_IF_ALWAYS_TRUE(X) (X) macro
125242 if( OK_IF_ALWAYS_TRUE(p->pWinDefn) ){
125246 if( OK_IF_ALWAYS_TRUE(p->pWith) ) sqlite3WithDelete(db, p->pWith);
125329 if( OK_IF_ALWAYS_TRUE(p) ) clearSelect(db, p, 1);
129902 if( OK_IF_ALWAYS_TRUE(pParse->pWith) && p->pPrior==0 ){
130290 if( OK_IF_ALWAYS_TRUE(pParse->hasCompound) ){
/dports/math/vtk8/VTK-8.2.0/ThirdParty/sqlite/vtksqlite/
H A Dsqlite3.c12262 # define OK_IF_ALWAYS_TRUE(X) (1) macro
12265 # define OK_IF_ALWAYS_TRUE(X) (X) macro
117768 if( OK_IF_ALWAYS_TRUE(p->pWith) ) sqlite3WithDelete(db, p->pWith);
117864 if( OK_IF_ALWAYS_TRUE(p) ) clearSelect(db, p, 1);
121989 if( OK_IF_ALWAYS_TRUE(pParse->pWith) && p->pPrior==0 ){
122044 if( OK_IF_ALWAYS_TRUE(p->pWith) ){
122347 if( OK_IF_ALWAYS_TRUE(pParse->hasCompound) ){
/dports/math/cadabra2/cadabra2-2.3.6.8/libs/sqlite3/
H A Dsqlite3.c12295 # define OK_IF_ALWAYS_TRUE(X) (1) macro
12298 # define OK_IF_ALWAYS_TRUE(X) (X) macro
119098 if( OK_IF_ALWAYS_TRUE(p->pWith) ) sqlite3WithDelete(db, p->pWith);
119190 if( OK_IF_ALWAYS_TRUE(p) ) clearSelect(db, p, 1);
123303 if( OK_IF_ALWAYS_TRUE(pParse->pWith) && p->pPrior==0 ){
123360 if( OK_IF_ALWAYS_TRUE(p->pWith) ){
123670 if( OK_IF_ALWAYS_TRUE(pParse->hasCompound) ){
/dports/security/ca_root_nss/nss-3.71/nss/lib/sqlite/
H A Dsqlite3.c13344 # define OK_IF_ALWAYS_TRUE(X) (1) macro
13347 # define OK_IF_ALWAYS_TRUE(X) (X) macro
125242 if( OK_IF_ALWAYS_TRUE(p->pWinDefn) ){
125246 if( OK_IF_ALWAYS_TRUE(p->pWith) ) sqlite3WithDelete(db, p->pWith);
125329 if( OK_IF_ALWAYS_TRUE(p) ) clearSelect(db, p, 1);
129902 if( OK_IF_ALWAYS_TRUE(pParse->pWith) && p->pPrior==0 ){
130290 if( OK_IF_ALWAYS_TRUE(pParse->hasCompound) ){
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/mattn/go-sqlite3/
H A Dsqlite3-binding.c13115 # define OK_IF_ALWAYS_TRUE(X) (1) macro
13118 # define OK_IF_ALWAYS_TRUE(X) (X) macro
123224 if( OK_IF_ALWAYS_TRUE(p->pWinDefn) ){
123228 if( OK_IF_ALWAYS_TRUE(p->pWith) ) sqlite3WithDelete(db, p->pWith);
123311 if( OK_IF_ALWAYS_TRUE(p) ) clearSelect(db, p, 1);
127859 if( OK_IF_ALWAYS_TRUE(pParse->pWith) && p->pPrior==0 ){
128240 if( OK_IF_ALWAYS_TRUE(pParse->hasCompound) ){
/dports/sysutils/mcfly/mcfly-0.5.11/cargo-crates/libsqlite3-sys-0.10.0/sqlite3/
H A Dsqlite3.c13114 # define OK_IF_ALWAYS_TRUE(X) (1) macro
13117 # define OK_IF_ALWAYS_TRUE(X) (X) macro
123223 if( OK_IF_ALWAYS_TRUE(p->pWinDefn) ){
123227 if( OK_IF_ALWAYS_TRUE(p->pWith) ) sqlite3WithDelete(db, p->pWith);
123310 if( OK_IF_ALWAYS_TRUE(p) ) clearSelect(db, p, 1);
127858 if( OK_IF_ALWAYS_TRUE(pParse->pWith) && p->pPrior==0 ){
128239 if( OK_IF_ALWAYS_TRUE(pParse->hasCompound) ){
/dports/lang/spidermonkey60/firefox-60.9.0/db/sqlite3/src/
H A Dsqlite3.c12359 # define OK_IF_ALWAYS_TRUE(X) (1) macro
12362 # define OK_IF_ALWAYS_TRUE(X) (X) macro
118763 if( OK_IF_ALWAYS_TRUE(p->pWith) ) sqlite3WithDelete(db, p->pWith);
118855 if( OK_IF_ALWAYS_TRUE(p) ) clearSelect(db, p, 1);
122965 if( OK_IF_ALWAYS_TRUE(pParse->pWith) && p->pPrior==0 ){
123022 if( OK_IF_ALWAYS_TRUE(p->pWith) ){
123332 if( OK_IF_ALWAYS_TRUE(pParse->hasCompound) ){
/dports/mail/thunderbird/thunderbird-91.8.0/security/nss/lib/sqlite/
H A Dsqlite3.c13344 # define OK_IF_ALWAYS_TRUE(X) (1) macro
13347 # define OK_IF_ALWAYS_TRUE(X) (X) macro
125242 if( OK_IF_ALWAYS_TRUE(p->pWinDefn) ){
125246 if( OK_IF_ALWAYS_TRUE(p->pWith) ) sqlite3WithDelete(db, p->pWith);
125329 if( OK_IF_ALWAYS_TRUE(p) ) clearSelect(db, p, 1);
129902 if( OK_IF_ALWAYS_TRUE(pParse->pWith) && p->pPrior==0 ){
130290 if( OK_IF_ALWAYS_TRUE(pParse->hasCompound) ){
/dports/lang/spidermonkey78/firefox-78.9.0/security/nss/lib/sqlite/
H A Dsqlite3.c13344 # define OK_IF_ALWAYS_TRUE(X) (1) macro
13347 # define OK_IF_ALWAYS_TRUE(X) (X) macro
125242 if( OK_IF_ALWAYS_TRUE(p->pWinDefn) ){
125246 if( OK_IF_ALWAYS_TRUE(p->pWith) ) sqlite3WithDelete(db, p->pWith);
125329 if( OK_IF_ALWAYS_TRUE(p) ) clearSelect(db, p, 1);
129902 if( OK_IF_ALWAYS_TRUE(pParse->pWith) && p->pPrior==0 ){
130290 if( OK_IF_ALWAYS_TRUE(pParse->hasCompound) ){
/dports/multimedia/navidrome/navidrome-0.40.0/vendor/github.com/pressly/goose/vendor/github.com/mattn/go-sqlite3/
H A Dsqlite3-binding.c13115 # define OK_IF_ALWAYS_TRUE(X) (1) macro
13118 # define OK_IF_ALWAYS_TRUE(X) (X) macro
123224 if( OK_IF_ALWAYS_TRUE(p->pWinDefn) ){
123228 if( OK_IF_ALWAYS_TRUE(p->pWith) ) sqlite3WithDelete(db, p->pWith);
123311 if( OK_IF_ALWAYS_TRUE(p) ) clearSelect(db, p, 1);
127859 if( OK_IF_ALWAYS_TRUE(pParse->pWith) && p->pPrior==0 ){
128240 if( OK_IF_ALWAYS_TRUE(pParse->hasCompound) ){

12345