Lines Matching refs:sqlite3_aggregate_context
6554 SQLITE_API void *sqlite3_aggregate_context(sqlite3_context*, int nBytes);
83664 SQLITE_API void *sqlite3_aggregate_context(sqlite3_context *p, int nByte){
118178 p = sqlite3_aggregate_context(context, sizeof(*p));
118200 p = sqlite3_aggregate_context(context, sizeof(*p));
118222 p = sqlite3_aggregate_context(context, 0);
118235 p = sqlite3_aggregate_context(context, 0);
118242 p = sqlite3_aggregate_context(context, 0);
118264 p = sqlite3_aggregate_context(context, sizeof(*p));
118280 p = sqlite3_aggregate_context(context, 0);
118286 p = sqlite3_aggregate_context(ctx, sizeof(*p));
118311 pBest = (Mem *)sqlite3_aggregate_context(context, sizeof(*pBest));
118342 pRes = (sqlite3_value *)sqlite3_aggregate_context(context, 0);
118375 pAccum = (StrAccum*)sqlite3_aggregate_context(context, sizeof(*pAccum));
118406 pAccum = (StrAccum*)sqlite3_aggregate_context(context, sizeof(*pAccum));
118430 pAccum = sqlite3_aggregate_context(context, 0);
118445 pAccum = (sqlite3_str*)sqlite3_aggregate_context(context, 0);
123553 #define sqlite3_aggregate_context sqlite3_api->aggregate_context
123968 sqlite3_aggregate_context,
150515 i64 *p = (i64*)sqlite3_aggregate_context(pCtx, sizeof(*p));
150521 i64 *p = (i64*)sqlite3_aggregate_context(pCtx, sizeof(*p));
150547 p = (struct CallCount*)sqlite3_aggregate_context(pCtx, sizeof(*p));
150554 p = (struct CallCount*)sqlite3_aggregate_context(pCtx, sizeof(*p));
150579 p = (struct NthValueCtx*)sqlite3_aggregate_context(pCtx, sizeof(*p));
150616 p = (struct NthValueCtx*)sqlite3_aggregate_context(pCtx, 0);
150632 p = (struct NthValueCtx*)sqlite3_aggregate_context(pCtx, sizeof(*p));
150644 p = (struct NthValueCtx*)sqlite3_aggregate_context(pCtx, sizeof(*p));
150666 p = (struct CallCount*)sqlite3_aggregate_context(pCtx, sizeof(*p));
150678 p = (struct CallCount*)sqlite3_aggregate_context(pCtx, sizeof(*p));
150699 p = (struct CallCount*)sqlite3_aggregate_context(pCtx, sizeof(*p));
150712 p = (struct CallCount*)sqlite3_aggregate_context(pCtx, sizeof(*p));
150717 p = (struct CallCount*)sqlite3_aggregate_context(pCtx, sizeof(*p));
150744 p = (struct CallCount*)sqlite3_aggregate_context(pCtx, sizeof(*p));
150757 p = (struct CallCount*)sqlite3_aggregate_context(pCtx, sizeof(*p));
150762 p = (struct CallCount*)sqlite3_aggregate_context(pCtx, 0);
150792 p = (struct NtileCtx*)sqlite3_aggregate_context(pCtx, sizeof(*p));
150813 p = (struct NtileCtx*)sqlite3_aggregate_context(pCtx, sizeof(*p));
150818 p = (struct NtileCtx*)sqlite3_aggregate_context(pCtx, sizeof(*p));
150858 p = (struct LastValueCtx*)sqlite3_aggregate_context(pCtx, sizeof(*p));
150877 p = (struct LastValueCtx*)sqlite3_aggregate_context(pCtx, sizeof(*p));
150888 p = (struct LastValueCtx*)sqlite3_aggregate_context(pCtx, 0);
150895 p = (struct LastValueCtx*)sqlite3_aggregate_context(pCtx, sizeof(*p));
186448 pStr = (JsonString*)sqlite3_aggregate_context(ctx, sizeof(*pStr));
186462 pStr = (JsonString*)sqlite3_aggregate_context(ctx, 0);
186509 pStr = (JsonString*)sqlite3_aggregate_context(ctx, 0);
186552 pStr = (JsonString*)sqlite3_aggregate_context(ctx, sizeof(*pStr));
186570 pStr = (JsonString*)sqlite3_aggregate_context(ctx, 0);
192268 pBBox = (GeoBBox*)sqlite3_aggregate_context(context, sizeof(*pBBox));
192286 pBBox = (GeoBBox*)sqlite3_aggregate_context(context, 0);