Home
last modified time | relevance | path

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

/PHP-7.0/ext/sqlite3/libsqlite/
H A Dsqlite3.c15213 #define NC_AllowAgg 0x0001 /* Aggregate functions are allowed here */ macro
88364 if( (pNC->ncFlags&NC_AllowAgg)==0 && ExprHasProperty(pOrig, EP_Agg) ){
88682 if( is_agg && (pNC->ncFlags & NC_AllowAgg)==0 ){
88698 if( is_agg ) pNC->ncFlags &= ~NC_AllowAgg;
88715 pNC->ncFlags |= NC_AllowAgg;
88820 nc.ncFlags = NC_AllowAgg;
89174 sNC.ncFlags = NC_AllowAgg;
89190 sNC.ncFlags &= ~NC_AllowAgg;
89226 sNC.ncFlags |= NC_AllowAgg;

Completed in 465 milliseconds