Lines Matching refs:pNC
6252 NameContext *pNC = pWalker->u.pNC; in analyzeAggregate() local
6253 Parse *pParse = pNC->pParse; in analyzeAggregate()
6254 SrcList *pSrcList = pNC->pSrcList; in analyzeAggregate()
6255 AggInfo *pAggInfo = pNC->uNC.pAggInfo; in analyzeAggregate()
6257 assert( pNC->ncFlags & NC_UAggInfo ); in analyzeAggregate()
6338 if( (pNC->ncFlags & NC_InAggFunc)==0 in analyzeAggregate()
6396 void sqlite3ExprAnalyzeAggregates(NameContext *pNC, Expr *pExpr){ in sqlite3ExprAnalyzeAggregates() argument
6402 w.u.pNC = pNC; in sqlite3ExprAnalyzeAggregates()
6404 assert( pNC->pSrcList!=0 ); in sqlite3ExprAnalyzeAggregates()
6414 void sqlite3ExprAnalyzeAggList(NameContext *pNC, ExprList *pList){ in sqlite3ExprAnalyzeAggList() argument
6419 sqlite3ExprAnalyzeAggregates(pNC, pItem->pExpr); in sqlite3ExprAnalyzeAggList()