Home
last modified time | relevance | path

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

/netbsd-src/external/public-domain/sqlite/dist/
H A Dsqlite3.c19374 #define NC_InAggFunc 0x020000 /* True if analyzing arguments to an agg func */ macro
115112 if( (pNC->ncFlags & NC_InAggFunc)==0 ) break;
115166 if( (pNC->ncFlags & NC_InAggFunc)==0
148274 pNC->ncFlags |= NC_InAggFunc;
148292 pNC->ncFlags &= ~NC_InAggFunc;