Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libsqlite/src/
H A DvdbeInt.h173 typedef struct AggElem AggElem; typedef
176 AggElem *pCurrent; /* The AggElem currently in focus */
181 struct AggElem { struct
H A Dvdbe.c164 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()
H A Dvdbeaux.c685 AggElem *pElem = sqliteHashData(p); in sqliteVdbeAggReset()