Searched refs:Agg (Results 1 – 5 of 5) sorted by relevance
169 typedef struct Agg Agg; typedef171 struct Agg { struct259 Agg agg; /* Aggregate information */296 void sqliteVdbeAggReset(Agg*);
678 void sqliteVdbeAggReset(Agg *pAgg){ in sqliteVdbeAggReset()
161 static int AggInsert(Agg *p, char *zKey, int nKey){ in AggInsert()188 static AggElem *_AggInFocus(Agg *p){ in _AggInFocus()
144 typedef struct Agg { struct
84 # Get the Agg function to rehash in vdbe.c