Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c19897 #define NC_InAggFunc 0x020000 /* True if analyzing arguments to an agg func */ macro
117463 if( (pNC->ncFlags & NC_InAggFunc)==0 ) break;
117517 if( (pNC->ncFlags & NC_InAggFunc)==0
151452 pNC->ncFlags |= NC_InAggFunc;
151470 pNC->ncFlags &= ~NC_InAggFunc;