Home
last modified time | relevance | path

Searched refs:NC_AllowAgg (Results 1 – 25 of 156) sorted by relevance

1234567

/dports/databases/sqlcipher/sqlcipher-3.4.2/src/
H A Dresolve.c398 if( (pNC->ncFlags&NC_AllowAgg)==0 && ExprHasProperty(pOrig, EP_Agg) ){ in lookupName()
723 if( is_agg && (pNC->ncFlags & NC_AllowAgg)==0 ){ in resolveExprStep()
739 if( is_agg ) pNC->ncFlags &= ~NC_AllowAgg; in resolveExprStep()
756 pNC->ncFlags |= NC_AllowAgg; in resolveExprStep()
897 nc.ncFlags = NC_AllowAgg; in resolveOrderByTermToExprList()
1251 sNC.ncFlags = NC_AllowAgg; in resolveSelectStep()
1267 sNC.ncFlags &= ~NC_AllowAgg; in resolveSelectStep()
1303 sNC.ncFlags |= NC_AllowAgg; in resolveSelectStep()
H A DsqliteInt.h2684 #define NC_AllowAgg 0x0001 /* Aggregate functions are allowed here */ macro
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/src/
H A Dresolve.c463 if( (pNC->ncFlags&NC_AllowAgg)==0 && ExprHasProperty(pOrig, EP_Agg) ){ in lookupName()
809 int savedAllowFlags = (pNC->ncFlags & (NC_AllowAgg | NC_AllowWin)); in resolveExprStep()
914 (is_agg && (pNC->ncFlags & NC_AllowAgg)==0) in resolveExprStep()
929 if( (is_agg && (pNC->ncFlags & NC_AllowAgg)==0) ){ in resolveExprStep()
961 pNC->ncFlags &= ~(NC_AllowWin | (!pWin ? NC_AllowAgg : 0)); in resolveExprStep()
963 pNC->ncFlags &= ~NC_AllowAgg; in resolveExprStep()
1176 nc.ncFlags = NC_AllowAgg|NC_UEList; in resolveOrderByTermToExprList()
1581 sNC.ncFlags = NC_AllowAgg|NC_AllowWin; in resolveSelectStep()
1598 sNC.ncFlags &= ~NC_AllowAgg; in resolveSelectStep()
1636 sNC.ncFlags |= NC_AllowAgg|NC_AllowWin; in resolveSelectStep()
H A DsqliteInt.h2957 #define NC_AllowAgg 0x00001 /* Aggregate functions are allowed here */ macro
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/src/
H A Dresolve.c505 if( (pNC->ncFlags&NC_AllowAgg)==0 && ExprHasProperty(pOrig, EP_Agg) ){ in lookupName()
833 int savedAllowFlags = (pNC->ncFlags & (NC_AllowAgg | NC_AllowWin)); in resolveExprStep()
938 (is_agg && (pNC->ncFlags & NC_AllowAgg)==0) in resolveExprStep()
953 if( (is_agg && (pNC->ncFlags & NC_AllowAgg)==0) ){ in resolveExprStep()
985 pNC->ncFlags &= ~(NC_AllowWin | (!pWin ? NC_AllowAgg : 0)); in resolveExprStep()
987 pNC->ncFlags &= ~NC_AllowAgg; in resolveExprStep()
1200 nc.ncFlags = NC_AllowAgg|NC_UEList; in resolveOrderByTermToExprList()
1607 sNC.ncFlags = NC_AllowAgg|NC_AllowWin; in resolveSelectStep()
1624 sNC.ncFlags &= ~NC_AllowAgg; in resolveSelectStep()
1662 sNC.ncFlags |= NC_AllowAgg|NC_AllowWin; in resolveSelectStep()
H A DsqliteInt.h3016 #define NC_AllowAgg 0x00001 /* Aggregate functions are allowed here */ macro
/dports/databases/sqlite3/sqlite-src-3350500/src/
H A Dresolve.c517 if( (pNC->ncFlags&NC_AllowAgg)==0 && ExprHasProperty(pOrig, EP_Agg) ){ in lookupName()
898 int savedAllowFlags = (pNC->ncFlags & (NC_AllowAgg | NC_AllowWin)); in resolveExprStep()
1003 (is_agg && (pNC->ncFlags & NC_AllowAgg)==0) in resolveExprStep()
1018 if( (is_agg && (pNC->ncFlags & NC_AllowAgg)==0) ){ in resolveExprStep()
1050 pNC->ncFlags &= ~(NC_AllowWin | (!pWin ? NC_AllowAgg : 0)); in resolveExprStep()
1052 pNC->ncFlags &= ~NC_AllowAgg; in resolveExprStep()
1266 nc.ncFlags = NC_AllowAgg|NC_UEList; in resolveOrderByTermToExprList()
1671 sNC.ncFlags = NC_AllowAgg|NC_AllowWin; in resolveSelectStep()
1688 sNC.ncFlags &= ~NC_AllowAgg; in resolveSelectStep()
1726 sNC.ncFlags |= NC_AllowAgg|NC_AllowWin; in resolveSelectStep()
H A DsqliteInt.h3085 #define NC_AllowAgg 0x00001 /* Aggregate functions are allowed here */ macro
/dports/games/craft/Craft-1.0fbsd/deps/sqlite/
H A Dsqlite3.c11525 #define NC_AllowAgg 0x01 /* Aggregate functions are allowed here */ macro
76064 if( (pNC->ncFlags&NC_AllowAgg)==0 && ExprHasProperty(pOrig, EP_Agg) ){
76375 if( is_agg && (pNC->ncFlags & NC_AllowAgg)==0 ){
76387 if( is_agg ) pNC->ncFlags &= ~NC_AllowAgg;
76398 pNC->ncFlags |= NC_AllowAgg;
76504 nc.ncFlags = NC_AllowAgg;
76842 sNC.ncFlags = NC_AllowAgg;
76864 sNC.ncFlags &= ~NC_AllowAgg;
76890 sNC.ncFlags |= NC_AllowAgg;
/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.c11638 #define NC_AllowAgg 0x01 /* Aggregate functions are allowed here */ macro
76566 if( (pNC->ncFlags&NC_AllowAgg)==0 && ExprHasProperty(pOrig, EP_Agg) ){
76877 if( is_agg && (pNC->ncFlags & NC_AllowAgg)==0 ){
76889 if( is_agg ) pNC->ncFlags &= ~NC_AllowAgg;
76900 pNC->ncFlags |= NC_AllowAgg;
77006 nc.ncFlags = NC_AllowAgg;
77344 sNC.ncFlags = NC_AllowAgg;
77366 sNC.ncFlags &= ~NC_AllowAgg;
77392 sNC.ncFlags |= NC_AllowAgg;
/dports/deskutils/coolreader/coolreader-cr3.2.55/thirdparty_unman/sqlite/
H A Dsqlite3.c11275 #define NC_AllowAgg 0x01 /* Aggregate functions are allowed here */ macro
74291 if( (pNC->ncFlags&NC_AllowAgg)==0 && ExprHasProperty(pOrig, EP_Agg) ){
74539 if( is_agg && (pNC->ncFlags & NC_AllowAgg)==0 ){
74551 if( is_agg ) pNC->ncFlags &= ~NC_AllowAgg;
74562 pNC->ncFlags |= NC_AllowAgg;
74674 nc.ncFlags = NC_AllowAgg;
75009 sNC.ncFlags = NC_AllowAgg;
75031 sNC.ncFlags &= ~NC_AllowAgg;
75059 sNC.ncFlags |= NC_AllowAgg;
/dports/databases/R-cran-RSQLite/RSQLite/src/sqlite/
H A Dsqlite3.c11663 #define NC_AllowAgg 0x01 /* Aggregate functions are allowed here */ macro
77189 if( (pNC->ncFlags&NC_AllowAgg)==0 && ExprHasProperty(pOrig, EP_Agg) ){
77505 if( is_agg && (pNC->ncFlags & NC_AllowAgg)==0 ){
77517 if( is_agg ) pNC->ncFlags &= ~NC_AllowAgg;
77528 pNC->ncFlags |= NC_AllowAgg;
77634 nc.ncFlags = NC_AllowAgg;
77972 sNC.ncFlags = NC_AllowAgg;
77994 sNC.ncFlags &= ~NC_AllowAgg;
78020 sNC.ncFlags |= NC_AllowAgg;
/dports/chinese/libchewing/libchewing-0.5.1/thirdparty/sqlite-amalgamation/
H A Dsqlite3.c11243 #define NC_AllowAgg 0x01 /* Aggregate functions are allowed here */ macro
74450 if( (pNC->ncFlags&NC_AllowAgg)==0 && ExprHasProperty(pOrig, EP_Agg) ){
74732 if( is_agg && (pNC->ncFlags & NC_AllowAgg)==0 ){
74744 if( is_agg ) pNC->ncFlags &= ~NC_AllowAgg;
74755 pNC->ncFlags |= NC_AllowAgg;
74861 nc.ncFlags = NC_AllowAgg;
75199 sNC.ncFlags = NC_AllowAgg;
75221 sNC.ncFlags &= ~NC_AllowAgg;
75247 sNC.ncFlags |= NC_AllowAgg;
/dports/games/freeminer/freeminer-0.4.10.4/src/sqlite/
H A Dsqlite3.c11638 #define NC_AllowAgg 0x01 /* Aggregate functions are allowed here */ macro
76566 if( (pNC->ncFlags&NC_AllowAgg)==0 && ExprHasProperty(pOrig, EP_Agg) ){
76877 if( is_agg && (pNC->ncFlags & NC_AllowAgg)==0 ){
76889 if( is_agg ) pNC->ncFlags &= ~NC_AllowAgg;
76900 pNC->ncFlags |= NC_AllowAgg;
77006 nc.ncFlags = NC_AllowAgg;
77344 sNC.ncFlags = NC_AllowAgg;
77366 sNC.ncFlags &= ~NC_AllowAgg;
77392 sNC.ncFlags |= NC_AllowAgg;
/dports/devel/libgpkg/luciad-libgpkg-c56e3708453e/sqlite/
H A Dsqlite3.c11638 #define NC_AllowAgg 0x01 /* Aggregate functions are allowed here */ macro
76566 if( (pNC->ncFlags&NC_AllowAgg)==0 && ExprHasProperty(pOrig, EP_Agg) ){
76877 if( is_agg && (pNC->ncFlags & NC_AllowAgg)==0 ){
76889 if( is_agg ) pNC->ncFlags &= ~NC_AllowAgg;
76900 pNC->ncFlags |= NC_AllowAgg;
77006 nc.ncFlags = NC_AllowAgg;
77344 sNC.ncFlags = NC_AllowAgg;
77366 sNC.ncFlags &= ~NC_AllowAgg;
77392 sNC.ncFlags |= NC_AllowAgg;
/dports/biology/hyphy/hyphy-2.5.33/contrib/SQLite-3.8.2/
H A Dsqlite3.c11373 #define NC_AllowAgg 0x01 /* Aggregate functions are allowed here */ macro
75580 if( (pNC->ncFlags&NC_AllowAgg)==0 && ExprHasProperty(pOrig, EP_Agg) ){
75891 if( is_agg && (pNC->ncFlags & NC_AllowAgg)==0 ){
75903 if( is_agg ) pNC->ncFlags &= ~NC_AllowAgg;
75914 pNC->ncFlags |= NC_AllowAgg;
76020 nc.ncFlags = NC_AllowAgg;
76358 sNC.ncFlags = NC_AllowAgg;
76380 sNC.ncFlags &= ~NC_AllowAgg;
76406 sNC.ncFlags |= NC_AllowAgg;
/dports/games/redeclipse/base-2.0.0/src/support/
H A Dsqlite3.c12332 #define NC_AllowAgg 0x0001 /* Aggregate functions are allowed here */ macro
83071 if( (pNC->ncFlags&NC_AllowAgg)==0 && ExprHasProperty(pOrig, EP_Agg) ){
83389 if( is_agg && (pNC->ncFlags & NC_AllowAgg)==0 ){
83401 if( is_agg ) pNC->ncFlags &= ~NC_AllowAgg;
83418 pNC->ncFlags |= NC_AllowAgg;
83524 nc.ncFlags = NC_AllowAgg;
83879 sNC.ncFlags = NC_AllowAgg;
83902 sNC.ncFlags &= ~NC_AllowAgg;
83928 sNC.ncFlags |= NC_AllowAgg;
/dports/games/redeclipse16/base-1.6.0/src/support/
H A Dsqlite3.c12332 #define NC_AllowAgg 0x0001 /* Aggregate functions are allowed here */ macro
83071 if( (pNC->ncFlags&NC_AllowAgg)==0 && ExprHasProperty(pOrig, EP_Agg) ){
83389 if( is_agg && (pNC->ncFlags & NC_AllowAgg)==0 ){
83401 if( is_agg ) pNC->ncFlags &= ~NC_AllowAgg;
83418 pNC->ncFlags |= NC_AllowAgg;
83524 nc.ncFlags = NC_AllowAgg;
83879 sNC.ncFlags = NC_AllowAgg;
83902 sNC.ncFlags &= ~NC_AllowAgg;
83928 sNC.ncFlags |= NC_AllowAgg;
/dports/security/libzrtpcppcore/ZRTPCPP-4.6.6/clients/tivi/android/jni/sqlite3/
H A Dsqlite3.c12165 #define NC_AllowAgg 0x0001 /* Aggregate functions are allowed here */ macro
81374 if( (pNC->ncFlags&NC_AllowAgg)==0 && ExprHasProperty(pOrig, EP_Agg) ){
81692 if( is_agg && (pNC->ncFlags & NC_AllowAgg)==0 ){
81704 if( is_agg ) pNC->ncFlags &= ~NC_AllowAgg;
81721 pNC->ncFlags |= NC_AllowAgg;
81827 nc.ncFlags = NC_AllowAgg;
82180 sNC.ncFlags = NC_AllowAgg;
82203 sNC.ncFlags &= ~NC_AllowAgg;
82229 sNC.ncFlags |= NC_AllowAgg;
/dports/devel/global/global-6.6.7/libdb/
H A Dsqlite3.c11811 #define NC_AllowAgg 0x0001 /* Aggregate functions are allowed here */ macro
79558 if( (pNC->ncFlags&NC_AllowAgg)==0 && ExprHasProperty(pOrig, EP_Agg) ){
79872 if( is_agg && (pNC->ncFlags & NC_AllowAgg)==0 ){
79884 if( is_agg ) pNC->ncFlags &= ~NC_AllowAgg;
79901 pNC->ncFlags |= NC_AllowAgg;
80007 nc.ncFlags = NC_AllowAgg;
80345 sNC.ncFlags = NC_AllowAgg;
80368 sNC.ncFlags &= ~NC_AllowAgg;
80394 sNC.ncFlags |= NC_AllowAgg;
/dports/sysutils/py-pytsk/pytsk3-20210419/sleuthkit/tsk/auto/
H A Dsqlite3.c12332 #define NC_AllowAgg 0x0001 /* Aggregate functions are allowed here */ macro
83092 if( (pNC->ncFlags&NC_AllowAgg)==0 && ExprHasProperty(pOrig, EP_Agg) ){
83410 if( is_agg && (pNC->ncFlags & NC_AllowAgg)==0 ){
83422 if( is_agg ) pNC->ncFlags &= ~NC_AllowAgg;
83439 pNC->ncFlags |= NC_AllowAgg;
83545 nc.ncFlags = NC_AllowAgg;
83900 sNC.ncFlags = NC_AllowAgg;
83923 sNC.ncFlags &= ~NC_AllowAgg;
83949 sNC.ncFlags |= NC_AllowAgg;
/dports/databases/libgda5-bdb/libgda-5.2.10/libgda/sqlite/sqlite-src/
H A Dsqlite3.c12332 #define NC_AllowAgg 0x0001 /* Aggregate functions are allowed here */ macro
83071 if( (pNC->ncFlags&NC_AllowAgg)==0 && ExprHasProperty(pOrig, EP_Agg) ){
83389 if( is_agg && (pNC->ncFlags & NC_AllowAgg)==0 ){
83401 if( is_agg ) pNC->ncFlags &= ~NC_AllowAgg;
83418 pNC->ncFlags |= NC_AllowAgg;
83524 nc.ncFlags = NC_AllowAgg;
83879 sNC.ncFlags = NC_AllowAgg;
83902 sNC.ncFlags &= ~NC_AllowAgg;
83928 sNC.ncFlags |= NC_AllowAgg;
/dports/databases/libgda5/libgda-5.2.10/libgda/sqlite/sqlite-src/
H A Dsqlite3.c12332 #define NC_AllowAgg 0x0001 /* Aggregate functions are allowed here */ macro
83071 if( (pNC->ncFlags&NC_AllowAgg)==0 && ExprHasProperty(pOrig, EP_Agg) ){
83389 if( is_agg && (pNC->ncFlags & NC_AllowAgg)==0 ){
83401 if( is_agg ) pNC->ncFlags &= ~NC_AllowAgg;
83418 pNC->ncFlags |= NC_AllowAgg;
83524 nc.ncFlags = NC_AllowAgg;
83879 sNC.ncFlags = NC_AllowAgg;
83902 sNC.ncFlags &= ~NC_AllowAgg;
83928 sNC.ncFlags |= NC_AllowAgg;
/dports/databases/libgda5-ui/libgda-5.2.10/libgda/sqlite/sqlite-src/
H A Dsqlite3.c12332 #define NC_AllowAgg 0x0001 /* Aggregate functions are allowed here */
83071 if( (pNC->ncFlags&NC_AllowAgg)==0 && ExprHasProperty(pOrig, EP_Agg) ){
83389 if( is_agg && (pNC->ncFlags & NC_AllowAgg)==0 ){
83401 if( is_agg ) pNC->ncFlags &= ~NC_AllowAgg;
83418 pNC->ncFlags |= NC_AllowAgg;
83524 nc.ncFlags = NC_AllowAgg;
83879 sNC.ncFlags = NC_AllowAgg;
83902 sNC.ncFlags &= ~NC_AllowAgg;
83928 sNC.ncFlags |= NC_AllowAgg;
/dports/databases/libgda5-mysql/libgda-5.2.10/libgda/sqlite/sqlite-src/
H A Dsqlite3.c12332 #define NC_AllowAgg 0x0001 /* Aggregate functions are allowed here */ macro
83071 if( (pNC->ncFlags&NC_AllowAgg)==0 && ExprHasProperty(pOrig, EP_Agg) ){
83389 if( is_agg && (pNC->ncFlags & NC_AllowAgg)==0 ){
83401 if( is_agg ) pNC->ncFlags &= ~NC_AllowAgg;
83418 pNC->ncFlags |= NC_AllowAgg;
83524 nc.ncFlags = NC_AllowAgg;
83879 sNC.ncFlags = NC_AllowAgg;
83902 sNC.ncFlags &= ~NC_AllowAgg;
83928 sNC.ncFlags |= NC_AllowAgg;

1234567