Home
last modified time | relevance | path

Searched refs:EP_Agg (Results 1 – 25 of 168) sorted by relevance

1234567

/dports/databases/db5/db-5.3.28/lang/sql/sqlite/src/
H A Dresolve.c309 if( !pNC->allowAgg && ExprHasProperty(pOrig, EP_Agg) ){ in lookupName()
1068 if( ExprHasProperty(pItem->pExpr, EP_Agg) ){ in resolveSelectStep()
1171 ExprSetProperty(pExpr, EP_Agg); in sqlite3ResolveExprNames()
H A DsqliteInt.h1685 #define EP_Agg 0x0002 /* Contains one or more aggregate functions */ 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()
1705 if( ExprHasProperty(pItem->pExpr, EP_Agg) ){ in resolveSelectStep()
1822 assert( EP_Agg==NC_HasAgg ); in sqlite3ResolveExprNames()
1864 assert( EP_Agg==NC_HasAgg ); in sqlite3ResolveExprListNames()
H A DsqliteInt.h2706 #define EP_Agg 0x000010 /* Contains one or more aggregate functions */ macro
/dports/databases/sqlcipher/sqlcipher-3.4.2/src/
H A Dresolve.c398 if( (pNC->ncFlags&NC_AllowAgg)==0 && ExprHasProperty(pOrig, EP_Agg) ){ in lookupName()
1345 if( ExprHasProperty(pItem->pExpr, EP_Agg) ){ in resolveSelectStep()
1450 ExprSetProperty(pExpr, EP_Agg); in sqlite3ResolveExprNames()
H A DsqliteInt.h2384 #define EP_Agg 0x000002 /* Contains one or more aggregate functions */ macro
/dports/databases/sqlite3/sqlite-src-3350500/src/
H A Dresolve.c517 if( (pNC->ncFlags&NC_AllowAgg)==0 && ExprHasProperty(pOrig, EP_Agg) ){ in lookupName()
1769 if( ExprHasProperty(pItem->pExpr, EP_Agg) ){ in resolveSelectStep()
1886 assert( EP_Agg==NC_HasAgg ); in sqlite3ResolveExprNames()
1928 assert( EP_Agg==NC_HasAgg ); in sqlite3ResolveExprListNames()
H A DsqliteInt.h2764 #define EP_Agg 0x000010 /* Contains one or more aggregate functions */ 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()
1679 if( ExprHasProperty(pItem->pExpr, EP_Agg) ){ in resolveSelectStep()
1796 assert( EP_Agg==NC_HasAgg ); in sqlite3ResolveExprNames()
H A DsqliteInt.h2658 #define EP_Agg 0x000010 /* Contains one or more aggregate functions */ macro
/dports/databases/db5/db-5.3.28/util/db_sql_codegen/sqlite/
H A DsqliteInt.h1170 #define EP_Agg 0x0002 /* Contains one or more aggregate functions */ macro
/dports/security/vault/vault-1.8.2/vendor/github.com/apple/foundationdb/fdbserver/sqlite/
H A DsqliteInt.h1686 #define EP_Agg 0x0002 /* Contains one or more aggregate functions */
H A Dsqlite3.amalgamation.c3561 #define EP_Agg 0x0002 /* Contains one or more aggregate functions */ macro
54496 if( !pNC->allowAgg && ExprHasProperty(pOrig, EP_Agg) ){
55255 if( ExprHasProperty(pItem->pExpr, EP_Agg) ){
55358 ExprSetProperty(pExpr, EP_Agg);
/dports/math/vtk6/VTK-6.2.0/ThirdParty/sqlite/vtksqlite/
H A Dvtk_sqlite3.c9160 #define EP_Agg 0x0002 /* Contains one or more aggregate functions */ macro
59374 if( !pNC->allowAgg && ExprHasProperty(pOrig, EP_Agg) ){
60125 if( ExprHasProperty(pItem->pExpr, EP_Agg) ){
60228 ExprSetProperty(pExpr, EP_Agg);
/dports/devel/raknet/raknet-3.9.2_10,1/DependentExtensions/SQLite3Plugin/
H A Dsqlite3.c8795 #define EP_Agg 0x0002 /* Contains one or more aggregate functions */ macro
56244 if( !pNC->allowAgg && ExprHasProperty(pOrig, EP_Agg) ){
56990 if( ExprHasProperty(pItem->pExpr, EP_Agg) ){
57093 ExprSetProperty(pExpr, EP_Agg);
/dports/databases/db5/db-5.3.28/lang/sql/generated/
H A Dsqlite3.c9786 #define EP_Agg 0x0002 /* Contains one or more aggregate functions */ macro
60909 if( !pNC->allowAgg && ExprHasProperty(pOrig, EP_Agg) ){
61668 if( ExprHasProperty(pItem->pExpr, EP_Agg) ){
61771 ExprSetProperty(pExpr, EP_Agg);
/dports/games/pokerth/pokerth-1.1.2-rc/src/third_party/sqlite3/
H A Dsqlite3.c10593 #define EP_Agg 0x0002 /* Contains one or more aggregate functions */ macro
73480 if( !pNC->allowAgg && ExprHasProperty(pOrig, EP_Agg) ){
74253 if( ExprHasProperty(pItem->pExpr, EP_Agg) ){
74356 ExprSetProperty(pExpr, EP_Agg);
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/sqlite/
H A Dsqlite3.c10300 #define EP_Agg 0x0002 /* Contains one or more aggregate functions */ macro
70357 if( !pNC->allowAgg && ExprHasProperty(pOrig, EP_Agg) ){
71116 if( ExprHasProperty(pItem->pExpr, EP_Agg) ){
71219 ExprSetProperty(pExpr, EP_Agg);
/dports/devel/emscripten/emscripten-2.0.3/tests/third_party/sqlite/
H A Dsqlite3.c10293 #define EP_Agg 0x0002 /* Contains one or more aggregate functions */ macro
70321 if( !pNC->allowAgg && ExprHasProperty(pOrig, EP_Agg) ){
71080 if( ExprHasProperty(pItem->pExpr, EP_Agg) ){
71183 ExprSetProperty(pExpr, EP_Agg);
/dports/irc/ircd-ratbox-devel/ircd-ratbox-3.0.7/bandb/sqlite3/
H A Dsqlite3.c10334 #define EP_Agg 0x0002 /* Contains one or more aggregate functions */ macro
72106 if( !pNC->allowAgg && ExprHasProperty(pOrig, EP_Agg) ){
72879 if( ExprHasProperty(pItem->pExpr, EP_Agg) ){
72982 ExprSetProperty(pExpr, EP_Agg);
/dports/games/craft/Craft-1.0fbsd/deps/sqlite/
H A Dsqlite3.c11260 #define EP_Agg 0x000002 /* Contains one or more aggregate functions */ macro
76064 if( (pNC->ncFlags&NC_AllowAgg)==0 && ExprHasProperty(pOrig, EP_Agg) ){
76914 if( ExprHasProperty(pItem->pExpr, EP_Agg) ){
77018 ExprSetProperty(pExpr, EP_Agg);
/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.c11373 #define EP_Agg 0x000002 /* Contains one or more aggregate functions */ macro
76566 if( (pNC->ncFlags&NC_AllowAgg)==0 && ExprHasProperty(pOrig, EP_Agg) ){
77416 if( ExprHasProperty(pItem->pExpr, EP_Agg) ){
77520 ExprSetProperty(pExpr, EP_Agg);
/dports/deskutils/coolreader/coolreader-cr3.2.55/thirdparty_unman/sqlite/
H A Dsqlite3.c10926 #define EP_Agg 0x0002 /* Contains one or more aggregate functions */ macro
74291 if( (pNC->ncFlags&NC_AllowAgg)==0 && ExprHasProperty(pOrig, EP_Agg) ){
75083 if( ExprHasProperty(pItem->pExpr, EP_Agg) ){
75187 ExprSetProperty(pExpr, EP_Agg);
/dports/databases/R-cran-RSQLite/RSQLite/src/sqlite/
H A Dsqlite3.c11397 #define EP_Agg 0x000002 /* Contains one or more aggregate functions */ macro
77189 if( (pNC->ncFlags&NC_AllowAgg)==0 && ExprHasProperty(pOrig, EP_Agg) ){
78044 if( ExprHasProperty(pItem->pExpr, EP_Agg) ){
78148 ExprSetProperty(pExpr, EP_Agg);
/dports/chinese/libchewing/libchewing-0.5.1/thirdparty/sqlite-amalgamation/
H A Dsqlite3.c10983 #define EP_Agg 0x0002 /* Contains one or more aggregate functions */ macro
74450 if( (pNC->ncFlags&NC_AllowAgg)==0 && ExprHasProperty(pOrig, EP_Agg) ){
75271 if( ExprHasProperty(pItem->pExpr, EP_Agg) ){
75375 ExprSetProperty(pExpr, EP_Agg);

1234567