Home
last modified time | relevance | path

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

/PHP-7.2/ext/sqlite3/libsqlite/
H A Dsqlite3.c17700 #define NC_AllowAgg 0x0001 /* Aggregate functions are allowed here */ macro
95547 if( (pNC->ncFlags&NC_AllowAgg)==0 && ExprHasProperty(pOrig, EP_Agg) ){
95845 int savedAllowFlags = (pNC->ncFlags & (NC_AllowAgg | NC_AllowWin));
95933 (is_agg && (pNC->ncFlags & NC_AllowAgg)==0)
95948 if( (is_agg && (pNC->ncFlags & NC_AllowAgg)==0) ){
95971 pNC->ncFlags &= ~(NC_AllowWin | (!pExpr->y.pWin ? NC_AllowAgg : 0));
95973 pNC->ncFlags &= ~NC_AllowAgg;
96167 nc.ncFlags = NC_AllowAgg|NC_UEList;
96574 sNC.ncFlags = NC_AllowAgg|NC_AllowWin;
96591 sNC.ncFlags &= ~NC_AllowAgg;
[all …]

Completed in 795 milliseconds