Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dresolve.c568 && (pNC->ncFlags & NC_UEList)!=0 in lookupName()
1377 nc.ncFlags = NC_AllowAgg|NC_UEList|NC_NoSelect; in resolveOrderByTermToExprList()
1813 sNC.ncFlags |= NC_UEList; in resolveSelectStep()
H A DsqliteInt.h3278 #define NC_UEList 0x000080 /* True if uNC.pEList is used */ macro