Home
last modified time | relevance | path

Searched refs:NC_InAggFunc (Results 1 – 1 of 1) sorted by path

/PHP-5.6/ext/sqlite3/libsqlite/
H A Dsqlite3.c12253 #define NC_InAggFunc 0x0008 /* True if analyzing arguments to an agg func */ macro
87074 if( (pNC->ncFlags & NC_InAggFunc)==0
111565 sNC.ncFlags |= NC_InAggFunc;
111567 sNC.ncFlags &= ~NC_InAggFunc;

Completed in 370 milliseconds