AggElem
AggElem *pElem, *pOld;
pElem = sqliteMalloc( sizeof(AggElem) + nKey +
static AggElem *_AggInFocus(Agg *p){
AggElem *pElem;
AggElem *pFocus = AggInFocus(p->agg);
AggElem *pFocus = AggInFocus(p->agg);
typedef struct AggElem AggElem;
AggElem *pCurrent; /* The AggElem currently in focus */
AggElem *pElem = sqliteHashData(p);