Home
last modified time | relevance | path

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

/PHP-5.5/ext/sqlite3/libsqlite/
H A Dsqlite3.c12250 #define NC_AllowAgg 0x0001 /* Aggregate functions are allowed here */ macro
81723 if( (pNC->ncFlags&NC_AllowAgg)==0 && ExprHasProperty(pOrig, EP_Agg) ){
82041 if( is_agg && (pNC->ncFlags & NC_AllowAgg)==0 ){
82053 if( is_agg ) pNC->ncFlags &= ~NC_AllowAgg;
82070 pNC->ncFlags |= NC_AllowAgg;
82176 nc.ncFlags = NC_AllowAgg;
82531 sNC.ncFlags = NC_AllowAgg;
82554 sNC.ncFlags &= ~NC_AllowAgg;
82580 sNC.ncFlags |= NC_AllowAgg;

Completed in 323 milliseconds