Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A DsqliteInt.h3287 #define NC_InAggFunc 0x020000 /* True if analyzing arguments to an agg func */ macro
H A Dselect.c7417 sNC.ncFlags |= NC_InAggFunc; in sqlite3Select()
7425 sNC.ncFlags &= ~NC_InAggFunc; in sqlite3Select()
H A Dexpr.c6338 if( (pNC->ncFlags & NC_InAggFunc)==0 in analyzeAggregate()