AggInfo          7837 sqlite3/libsqlite/sqlite3.c typedef struct AggInfo AggInfo;
AggInfo          10286 sqlite3/libsqlite/sqlite3.c   AggInfo *pAggInfo;     /* Used by TK_AGG_COLUMN and TK_AGG_FUNCTION */
AggInfo          10619 sqlite3/libsqlite/sqlite3.c   AggInfo *pAggInfo;   /* Information about aggregates at this level */
AggInfo          73504 sqlite3/libsqlite/sqlite3.c       AggInfo *pAggInfo = pExpr->pAggInfo;
AggInfo          73740 sqlite3/libsqlite/sqlite3.c       AggInfo *pInfo = pExpr->pAggInfo;
AggInfo          74761 sqlite3/libsqlite/sqlite3.c   AggInfo *pAggInfo = pNC->pAggInfo;
AggInfo          94194 sqlite3/libsqlite/sqlite3.c   AggInfo sAggInfo;      /* Information used by aggregate queries */