Searched refs:Agg (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/lib/libsqlite/src/
H A DvdbeInt.h166 ** An Agg structure describes an Aggregator. Each Agg consists of
172 typedef struct Agg Agg; typedef in typeref:struct:Agg
174 struct Agg { struct
262 Agg agg; /* Aggregate information */
299 void sqliteVdbeAggReset(Agg*);
H A Dvdbeaux.c673 ** Reset an Agg structure. Delete all its contents.
681 void sqliteVdbeAggReset(Agg *pAgg){
H A Dvdbe.c163 static int AggInsert(Agg *p, char *zKey, int nKey){
190 static AggElem *_AggInFocus(Agg *p){

Completed in 35 milliseconds