Searched refs:pAggInfo (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3.c18047 ** If Expr.op==TK_AGG_COLUMN or TK_AGG_FUNCTION then Expr.pAggInfo is a
18213 i16 iAgg; /* Which entry in pAggInfo->aCol[] or ->aFunc[] */
18215 AggInfo *pAggInfo; /* Used by TK_AGG_COLUMN and TK_AGG_FUNCTION */ member in struct:Expr
18539 AggInfo *pAggInfo; /* Information about aggregates at this level */ member in union:NameContext::__anon23
18568 #define NC_UAggInfo 0x00100 /* True if uNC.pAggInfo is used */
104502 AggInfo *pAggInfo = pExpr->pAggInfo; local
106441 AggInfo *pAggInfo = pExpr->pAggInfo; local
106522 AggInfo *pAggInfo = pNC->uNC.pAggInfo; local
135900 isSimpleCount(Select *p, AggInfo *pAggInfo) argument
136775 resetAccumulator(Parse *pParse, AggInfo *pAggInfo) argument
136817 finalizeAggFunctions(Parse *pParse, AggInfo *pAggInfo) argument
136839 updateAccumulator(Parse *pParse, int regAcc, AggInfo *pAggInfo) argument
137176 AggInfo *pAggInfo = 0; /* Aggregate information */ local
[all...]
/freebsd-11-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c10170 ** If Expr.op==TK_AGG_COLUMN or TK_AGG_FUNCTION then Expr.pAggInfo is a
10322 i16 iAgg; /* Which entry in pAggInfo->aCol[] or ->aFunc[] */
10326 AggInfo *pAggInfo; /* Used by TK_AGG_COLUMN and TK_AGG_FUNCTION */ member in struct:Expr
10665 AggInfo *pAggInfo; /* Information about aggregates at this level */ member in struct:NameContext
75300 AggInfo *pAggInfo = pExpr->pAggInfo; local
76557 AggInfo *pAggInfo = pNC->pAggInfo; local
95456 isSimpleCount(Select *p, AggInfo *pAggInfo) argument
95878 resetAccumulator(Parse *pParse, AggInfo *pAggInfo) argument
95910 finalizeAggFunctions(Parse *pParse, AggInfo *pAggInfo) argument
95926 updateAccumulator(Parse *pParse, AggInfo *pAggInfo) argument
[all...]

Completed in 720 milliseconds