Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libsqlite/src/
H A DsqliteInt.h247 typedef struct AggExpr AggExpr; typedef
901 struct AggExpr { struct
933 AggExpr *aAgg; /* An array of aggregate expressions */
H A Dexpr.c1532 AggExpr *aAgg = sqliteRealloc(pParse->aAgg, amt*sizeof(pParse->aAgg[0])); in appendAggInfo()
1555 AggExpr *aAgg; in sqliteExprAnalyzeAggregates()
H A Dselect.c2348 AggExpr *pAgg; in sqliteSelect()