Lines Matching refs:sqlite3_aggregate_context
1566 p = sqlite3_aggregate_context(context, sizeof(*p)); in sumStep()
1588 p = sqlite3_aggregate_context(context, sizeof(*p)); in sumInverse()
1610 p = sqlite3_aggregate_context(context, 0); in sumFinalize()
1623 p = sqlite3_aggregate_context(context, 0); in avgFinalize()
1630 p = sqlite3_aggregate_context(context, 0); in totalFinalize()
1652 p = sqlite3_aggregate_context(context, sizeof(*p)); in countStep()
1668 p = sqlite3_aggregate_context(context, 0); in countFinalize()
1674 p = sqlite3_aggregate_context(ctx, sizeof(*p)); in countInverse()
1699 pBest = (Mem *)sqlite3_aggregate_context(context, sizeof(*pBest)); in minmaxStep()
1730 pRes = (sqlite3_value *)sqlite3_aggregate_context(context, 0); in minMaxValueFinalize()
1783 pGCC = (GroupConcatCtx*)sqlite3_aggregate_context(context, sizeof(*pGCC)); in groupConcatStep()
1852 pGCC = (GroupConcatCtx*)sqlite3_aggregate_context(context, sizeof(*pGCC)); in groupConcatInverse()
1891 = (GroupConcatCtx*)sqlite3_aggregate_context(context, 0); in groupConcatFinalize()
1902 = (GroupConcatCtx*)sqlite3_aggregate_context(context, 0); in groupConcatValue()