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

/osnet-11/usr/src/lib/libsqlite/src/
H A DvdbeInt.h137 /* The following MEM_ value appears only in AggElem.aMem.s.flag fields.
138 ** It indicates that the corresponding AggElem.aMem.z points to a
167 ** zero or more Aggregator elements (AggElem). Each AggElem contains
173 typedef struct AggElem AggElem; typedef in typeref:struct:AggElem
175 int nMem; /* Number of values stored in each AggElem */
176 AggElem *pCurrent; /* The AggElem currently in focus */
181 struct AggElem { struct
[all...]
H A Dvdbe.c164 AggElem *pElem, *pOld;
167 pElem = sqliteMalloc( sizeof(AggElem) + nKey +
187 ** Get the AggElem currently in focus
190 static AggElem *_AggInFocus(Agg *p){
4493 AggElem *pElem;
4520 AggElem *pFocus = AggInFocus(p->agg);
4547 AggElem *pFocus = AggInFocus(p->agg);
H A Dvdbeaux.c685 AggElem *pElem = sqliteHashData(p);

Completed in 27 milliseconds