Home
last modified time | relevance | path

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

/netbsd-src/external/public-domain/sqlite/dist/
H A Dsqlite3.c19357 #define NC_AllowAgg 0x000001 /* Aggregate functions are allowed here */ macro
106825 if( (pNC->ncFlags&NC_AllowAgg)==0 && ExprHasProperty(pOrig, EP_Agg) ){
107236 int savedAllowFlags = (pNC->ncFlags & (NC_AllowAgg | NC_AllowWin));
107341 (is_agg && (pNC->ncFlags & NC_AllowAgg)==0)
107356 if( (is_agg && (pNC->ncFlags & NC_AllowAgg)==0) ){
107392 pNC->ncFlags &= ~(NC_AllowWin | (!pWin ? NC_AllowAgg : 0));
107394 pNC->ncFlags &= ~NC_AllowAgg;
107627 nc.ncFlags = NC_AllowAgg|NC_UEList|NC_NoSelect;
108034 sNC.ncFlags = NC_AllowAgg|NC_AllowWin;
108052 sNC.ncFlags &= ~NC_AllowAgg;
[all …]