Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dselect.c6218 struct AggInfo_func *pFunc; in resetAccumulator()
6264 struct AggInfo_func *pF; in finalizeAggFunctions()
6294 struct AggInfo_func *pF; in updateAccumulator()
7707 struct AggInfo_func *pF = &pAggInfo->aFunc[0]; in sqlite3Select()
7830 struct AggInfo_func *pF = pAggInfo->aFunc; in sqlite3Select()
H A DsqliteInt.h2736 struct AggInfo_func { /* For each aggregate function */ struct
H A Dexpr.c6344 struct AggInfo_func *pItem = pAggInfo->aFunc; in analyzeAggregate()