Searched refs:AggInfo (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A DsqliteInt.h597 typedef struct AggInfo AggInfo; typedef in typeref:struct:AggInfo
1520 ** AggInfo.aCol[] or AggInfo.aFunc[] of information needed to generate
1523 ** AggInfo.pGroupBy and AggInfo.aFunc.pExpr point to fields within the
1525 ** fields do not need to be freed when deallocating the AggInfo structure.
1527 struct AggInfo { struct
1673 AggInfo *pAggInfo; /* Used by TK_AGG_COLUMN and TK_AGG_FUNCTION */
2006 AggInfo *pAggInf
[all...]
H A Dexpr.c2282 AggInfo *pAggInfo = pExpr->pAggInfo;
2516 AggInfo *pInfo = pExpr->pAggInfo;
3495 static int addAggInfoColumn(sqlite3 *db, AggInfo *pInfo){
3513 static int addAggInfoFunc(sqlite3 *db, AggInfo *pInfo){
3537 AggInfo *pAggInfo = pNC->pAggInfo;
H A Dselect.c3086 static Table *isSimpleCount(Select *p, AggInfo *pAggInfo){
3508 static void resetAccumulator(Parse *pParse, AggInfo *pAggInfo){
3538 ** in the AggInfo structure.
3540 static void finalizeAggFunctions(Parse *pParse, AggInfo *pAggInfo){
3556 static void updateAccumulator(Parse *pParse, AggInfo *pAggInfo){
3724 AggInfo sAggInfo; /* Information used by aggregate queries */
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c7577 typedef struct AggInfo AggInfo; typedef in typeref:struct:AggInfo
9865 ** AggInfo.aCol[] or AggInfo.aFunc[] of information needed to generate
9868 ** AggInfo.pGroupBy and AggInfo.aFunc.pExpr point to fields within the
9870 ** fields do not need to be freed when deallocating the AggInfo structure.
9872 struct AggInfo { struct
10018 AggInfo *pAggInfo; /* Used by TK_AGG_COLUMN and TK_AGG_FUNCTION */
10351 AggInfo *pAggInf
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c8780 typedef struct AggInfo AggInfo; typedef in typeref:struct:AggInfo
11232 ** AggInfo.aCol[] or AggInfo.aFunc[] of information needed to generate
11235 ** AggInfo.pGroupBy and AggInfo.aFunc.pExpr point to fields within the
11237 ** fields do not need to be freed when deallocating the AggInfo structure.
11239 struct AggInfo { struct
11389 AggInfo *pAggInfo; /* Used by TK_AGG_COLUMN and TK_AGG_FUNCTION */
11653 AggInfo *pAggInf
[all...]
/external/sqlite/dist/
H A Dsqlite3.c8780 typedef struct AggInfo AggInfo; typedef in typeref:struct:AggInfo
11232 ** AggInfo.aCol[] or AggInfo.aFunc[] of information needed to generate
11235 ** AggInfo.pGroupBy and AggInfo.aFunc.pExpr point to fields within the
11237 ** fields do not need to be freed when deallocating the AggInfo structure.
11239 struct AggInfo { struct
11389 AggInfo *pAggInfo; /* Used by TK_AGG_COLUMN and TK_AGG_FUNCTION */
11653 AggInfo *pAggInf
[all...]

Completed in 807 milliseconds