Lines Matching refs:sqlite3_aggregate_context
6416 SQLITE_API void *sqlite3_aggregate_context(sqlite3_context*, int nBytes);
92590 SQLITE_API void *sqlite3_aggregate_context(sqlite3_context *p, int nByte){
132309 p = sqlite3_aggregate_context(context, sizeof(*p));
132345 p = sqlite3_aggregate_context(context, sizeof(*p));
132375 p = sqlite3_aggregate_context(context, 0);
132392 p = sqlite3_aggregate_context(context, 0);
132407 p = sqlite3_aggregate_context(context, 0);
132436 p = sqlite3_aggregate_context(context, sizeof(*p));
132452 p = sqlite3_aggregate_context(context, 0);
132458 p = sqlite3_aggregate_context(ctx, sizeof(*p));
132483 pBest = (Mem *)sqlite3_aggregate_context(context, sizeof(*pBest));
132514 pRes = (sqlite3_value *)sqlite3_aggregate_context(context, 0);
132572 pGCC = (GroupConcatCtx*)sqlite3_aggregate_context(context, sizeof(*pGCC));
132641 pGCC = (GroupConcatCtx*)sqlite3_aggregate_context(context, sizeof(*pGCC));
132680 = (GroupConcatCtx*)sqlite3_aggregate_context(context, 0);
132691 = (GroupConcatCtx*)sqlite3_aggregate_context(context, 0);
138766 #define sqlite3_aggregate_context sqlite3_api->aggregate_context
139212 sqlite3_aggregate_context,
172306 i64 *p = (i64*)sqlite3_aggregate_context(pCtx, sizeof(*p));
172312 i64 *p = (i64*)sqlite3_aggregate_context(pCtx, sizeof(*p));
172338 p = (struct CallCount*)sqlite3_aggregate_context(pCtx, sizeof(*p));
172345 p = (struct CallCount*)sqlite3_aggregate_context(pCtx, sizeof(*p));
172370 p = (struct NthValueCtx*)sqlite3_aggregate_context(pCtx, sizeof(*p));
172407 p = (struct NthValueCtx*)sqlite3_aggregate_context(pCtx, 0);
172423 p = (struct NthValueCtx*)sqlite3_aggregate_context(pCtx, sizeof(*p));
172435 p = (struct NthValueCtx*)sqlite3_aggregate_context(pCtx, sizeof(*p));
172457 p = (struct CallCount*)sqlite3_aggregate_context(pCtx, sizeof(*p));
172469 p = (struct CallCount*)sqlite3_aggregate_context(pCtx, sizeof(*p));
172490 p = (struct CallCount*)sqlite3_aggregate_context(pCtx, sizeof(*p));
172503 p = (struct CallCount*)sqlite3_aggregate_context(pCtx, sizeof(*p));
172508 p = (struct CallCount*)sqlite3_aggregate_context(pCtx, sizeof(*p));
172535 p = (struct CallCount*)sqlite3_aggregate_context(pCtx, sizeof(*p));
172548 p = (struct CallCount*)sqlite3_aggregate_context(pCtx, sizeof(*p));
172553 p = (struct CallCount*)sqlite3_aggregate_context(pCtx, 0);
172583 p = (struct NtileCtx*)sqlite3_aggregate_context(pCtx, sizeof(*p));
172604 p = (struct NtileCtx*)sqlite3_aggregate_context(pCtx, sizeof(*p));
172609 p = (struct NtileCtx*)sqlite3_aggregate_context(pCtx, sizeof(*p));
172649 p = (struct LastValueCtx*)sqlite3_aggregate_context(pCtx, sizeof(*p));
172668 p = (struct LastValueCtx*)sqlite3_aggregate_context(pCtx, sizeof(*p));
172679 p = (struct LastValueCtx*)sqlite3_aggregate_context(pCtx, 0);
172686 p = (struct LastValueCtx*)sqlite3_aggregate_context(pCtx, sizeof(*p));
212583 pStr = (JsonString*)sqlite3_aggregate_context(ctx, sizeof(*pStr));
212597 pStr = (JsonString*)sqlite3_aggregate_context(ctx, 0);
212655 pStr = (JsonString*)sqlite3_aggregate_context(ctx, 0);
212699 pStr = (JsonString*)sqlite3_aggregate_context(ctx, sizeof(*pStr));
212719 pStr = (JsonString*)sqlite3_aggregate_context(ctx, 0);
218498 pBBox = (GeoBBox*)sqlite3_aggregate_context(context, sizeof(*pBBox));
218516 pBBox = (GeoBBox*)sqlite3_aggregate_context(context, 0);