Searched refs:AggElem (Results 1 – 3 of 3) sorted by relevance
173 typedef struct AggElem AggElem; typedef176 AggElem *pCurrent; /* The AggElem currently in focus */181 struct AggElem { struct
164 AggElem *pElem, *pOld; in AggInsert()167 pElem = sqliteMalloc( sizeof(AggElem) + nKey + in AggInsert()190 static AggElem *_AggInFocus(Agg *p){ in _AggInFocus()4493 AggElem *pElem; in sqliteVdbeExec()4520 AggElem *pFocus = AggInFocus(p->agg); in sqliteVdbeExec()4547 AggElem *pFocus = AggInFocus(p->agg); in sqliteVdbeExec()
685 AggElem *pElem = sqliteHashData(p); in sqliteVdbeAggReset()