Lines Matching refs:sqlite3_aggregate_context
5935 SQLITE_API void *sqlite3_aggregate_context(sqlite3_context*, int nBytes);
85336 SQLITE_API void *sqlite3_aggregate_context(sqlite3_context *p, int nByte){
121712 p = sqlite3_aggregate_context(context, sizeof(*p));
121734 p = sqlite3_aggregate_context(context, sizeof(*p));
121756 p = sqlite3_aggregate_context(context, 0);
121769 p = sqlite3_aggregate_context(context, 0);
121776 p = sqlite3_aggregate_context(context, 0);
121798 p = sqlite3_aggregate_context(context, sizeof(*p));
121814 p = sqlite3_aggregate_context(context, 0);
121820 p = sqlite3_aggregate_context(ctx, sizeof(*p));
121845 pBest = (Mem *)sqlite3_aggregate_context(context, sizeof(*pBest));
121876 pRes = (sqlite3_value *)sqlite3_aggregate_context(context, 0);
121929 pGCC = (GroupConcatCtx*)sqlite3_aggregate_context(context, sizeof(*pGCC));
121998 pGCC = (GroupConcatCtx*)sqlite3_aggregate_context(context, sizeof(*pGCC));
122037 = (GroupConcatCtx*)sqlite3_aggregate_context(context, 0);
122048 = (GroupConcatCtx*)sqlite3_aggregate_context(context, 0);
127685 #define sqlite3_aggregate_context sqlite3_api->aggregate_context
128107 sqlite3_aggregate_context,
156509 i64 *p = (i64*)sqlite3_aggregate_context(pCtx, sizeof(*p));
156515 i64 *p = (i64*)sqlite3_aggregate_context(pCtx, sizeof(*p));
156541 p = (struct CallCount*)sqlite3_aggregate_context(pCtx, sizeof(*p));
156548 p = (struct CallCount*)sqlite3_aggregate_context(pCtx, sizeof(*p));
156573 p = (struct NthValueCtx*)sqlite3_aggregate_context(pCtx, sizeof(*p));
156610 p = (struct NthValueCtx*)sqlite3_aggregate_context(pCtx, 0);
156626 p = (struct NthValueCtx*)sqlite3_aggregate_context(pCtx, sizeof(*p));
156638 p = (struct NthValueCtx*)sqlite3_aggregate_context(pCtx, sizeof(*p));
156660 p = (struct CallCount*)sqlite3_aggregate_context(pCtx, sizeof(*p));
156672 p = (struct CallCount*)sqlite3_aggregate_context(pCtx, sizeof(*p));
156693 p = (struct CallCount*)sqlite3_aggregate_context(pCtx, sizeof(*p));
156706 p = (struct CallCount*)sqlite3_aggregate_context(pCtx, sizeof(*p));
156711 p = (struct CallCount*)sqlite3_aggregate_context(pCtx, sizeof(*p));
156738 p = (struct CallCount*)sqlite3_aggregate_context(pCtx, sizeof(*p));
156751 p = (struct CallCount*)sqlite3_aggregate_context(pCtx, sizeof(*p));
156756 p = (struct CallCount*)sqlite3_aggregate_context(pCtx, 0);
156786 p = (struct NtileCtx*)sqlite3_aggregate_context(pCtx, sizeof(*p));
156807 p = (struct NtileCtx*)sqlite3_aggregate_context(pCtx, sizeof(*p));
156812 p = (struct NtileCtx*)sqlite3_aggregate_context(pCtx, sizeof(*p));
156852 p = (struct LastValueCtx*)sqlite3_aggregate_context(pCtx, sizeof(*p));
156871 p = (struct LastValueCtx*)sqlite3_aggregate_context(pCtx, sizeof(*p));
156882 p = (struct LastValueCtx*)sqlite3_aggregate_context(pCtx, 0);
156889 p = (struct LastValueCtx*)sqlite3_aggregate_context(pCtx, sizeof(*p));
193193 pStr = (JsonString*)sqlite3_aggregate_context(ctx, sizeof(*pStr));
193207 pStr = (JsonString*)sqlite3_aggregate_context(ctx, 0);
193254 pStr = (JsonString*)sqlite3_aggregate_context(ctx, 0);
193298 pStr = (JsonString*)sqlite3_aggregate_context(ctx, sizeof(*pStr));
193316 pStr = (JsonString*)sqlite3_aggregate_context(ctx, 0);
199085 pBBox = (GeoBBox*)sqlite3_aggregate_context(context, sizeof(*pBBox));
199103 pBBox = (GeoBBox*)sqlite3_aggregate_context(context, 0);