Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/sqlite3/
H A Dsqlite3.c19440 #define NC_InAggFunc 0x020000 /* True if analyzing arguments to an agg func */ macro
115844 if( (pNC->ncFlags & NC_InAggFunc)==0 ) break;
115898 if( (pNC->ncFlags & NC_InAggFunc)==0
149420 pNC->ncFlags |= NC_InAggFunc;
149438 pNC->ncFlags &= ~NC_InAggFunc;