Searched defs:aAgg (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libsqlite/src/
H A Dexpr.c1527 ** Add a new element to the pParse->aAgg[] array and return its index.
1532 AggExpr *aAgg = sqliteRealloc(pParse->aAgg, amt*sizeof(pParse->aAgg[0])); local
1533 if( aAgg==0 ){
1536 pParse->aAgg = aAgg;
1538 memset(&pParse->aAgg[pParse->nAgg], 0, sizeof(pParse->aAgg[0]));
1544 ** for variables that need to be added to the pParse->aAgg[] arra
1555 AggExpr *aAgg; local
[all...]
H A DsqliteInt.h933 AggExpr *aAgg; /* An array of aggregate expressions */ member in struct:Parse

Completed in 68 milliseconds