Home
last modified time | relevance | path

Searched refs:AggElem (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libsqlite/src/
H A DvdbeInt.h170 typedef struct AggElem AggElem; typedef
173 AggElem *pCurrent; /* The AggElem currently in focus */
178 struct AggElem { struct
H A Dvdbe.c162 AggElem *pElem, *pOld; in AggInsert()
165 pElem = sqliteMalloc( sizeof(AggElem) + nKey + in AggInsert()
188 static AggElem *_AggInFocus(Agg *p){ in _AggInFocus()
4491 AggElem *pElem; in sqliteVdbeExec()
4518 AggElem *pFocus = AggInFocus(p->agg); in sqliteVdbeExec()
4545 AggElem *pFocus = AggInFocus(p->agg); in sqliteVdbeExec()
H A Dvdbeaux.c682 AggElem *pElem = sqliteHashData(p); in sqliteVdbeAggReset()