Searched refs:Agg (Results 1 – 5 of 5) sorted by relevance
172 typedef struct Agg Agg; typedef174 struct Agg { struct262 Agg agg; /* Aggregate information */299 void sqliteVdbeAggReset(Agg*);
681 void sqliteVdbeAggReset(Agg *pAgg){ in sqliteVdbeAggReset()
163 static int AggInsert(Agg *p, char *zKey, int nKey){ in AggInsert()190 static AggElem *_AggInFocus(Agg *p){ in _AggInFocus()
144 typedef struct Agg { struct
86 # Get the Agg function to rehash in vdbe.c