Lines Matching refs:sqlite3_aggregate_context

6208 SQLITE_API void *sqlite3_aggregate_context(sqlite3_context*, int nBytes);
82120 SQLITE_API void *sqlite3_aggregate_context(sqlite3_context *p, int nByte){
114494 p = sqlite3_aggregate_context(context, sizeof(*p));
114516 p = sqlite3_aggregate_context(context, sizeof(*p));
114538 p = sqlite3_aggregate_context(context, 0);
114551 p = sqlite3_aggregate_context(context, 0);
114558 p = sqlite3_aggregate_context(context, 0);
114580 p = sqlite3_aggregate_context(context, sizeof(*p));
114596 p = sqlite3_aggregate_context(context, 0);
114602 p = sqlite3_aggregate_context(ctx, sizeof(*p));
114627 pBest = (Mem *)sqlite3_aggregate_context(context, sizeof(*pBest));
114658 pRes = (sqlite3_value *)sqlite3_aggregate_context(context, 0);
114691 pAccum = (StrAccum*)sqlite3_aggregate_context(context, sizeof(*pAccum));
114722 pAccum = (StrAccum*)sqlite3_aggregate_context(context, sizeof(*pAccum));
114746 pAccum = sqlite3_aggregate_context(context, 0);
114761 pAccum = (sqlite3_str*)sqlite3_aggregate_context(context, 0);
119417 #define sqlite3_aggregate_context sqlite3_api->aggregate_context
119820 sqlite3_aggregate_context,
145561 i64 *p = (i64*)sqlite3_aggregate_context(pCtx, sizeof(*p));
145567 i64 *p = (i64*)sqlite3_aggregate_context(pCtx, sizeof(*p));
145593 p = (struct CallCount*)sqlite3_aggregate_context(pCtx, sizeof(*p));
145600 p = (struct CallCount*)sqlite3_aggregate_context(pCtx, sizeof(*p));
145625 p = (struct NthValueCtx*)sqlite3_aggregate_context(pCtx, sizeof(*p));
145662 p = (struct NthValueCtx*)sqlite3_aggregate_context(pCtx, 0);
145678 p = (struct NthValueCtx*)sqlite3_aggregate_context(pCtx, sizeof(*p));
145690 p = (struct NthValueCtx*)sqlite3_aggregate_context(pCtx, sizeof(*p));
145712 p = (struct CallCount*)sqlite3_aggregate_context(pCtx, sizeof(*p));
145724 p = (struct CallCount*)sqlite3_aggregate_context(pCtx, sizeof(*p));
145745 p = (struct CallCount*)sqlite3_aggregate_context(pCtx, sizeof(*p));
145758 p = (struct CallCount*)sqlite3_aggregate_context(pCtx, sizeof(*p));
145763 p = (struct CallCount*)sqlite3_aggregate_context(pCtx, sizeof(*p));
145790 p = (struct CallCount*)sqlite3_aggregate_context(pCtx, sizeof(*p));
145803 p = (struct CallCount*)sqlite3_aggregate_context(pCtx, sizeof(*p));
145808 p = (struct CallCount*)sqlite3_aggregate_context(pCtx, 0);
145838 p = (struct NtileCtx*)sqlite3_aggregate_context(pCtx, sizeof(*p));
145859 p = (struct NtileCtx*)sqlite3_aggregate_context(pCtx, sizeof(*p));
145864 p = (struct NtileCtx*)sqlite3_aggregate_context(pCtx, sizeof(*p));
145904 p = (struct LastValueCtx*)sqlite3_aggregate_context(pCtx, sizeof(*p));
145923 p = (struct LastValueCtx*)sqlite3_aggregate_context(pCtx, sizeof(*p));
145934 p = (struct LastValueCtx*)sqlite3_aggregate_context(pCtx, 0);
145941 p = (struct LastValueCtx*)sqlite3_aggregate_context(pCtx, sizeof(*p));
180426 pStr = (JsonString*)sqlite3_aggregate_context(ctx, sizeof(*pStr));
180440 pStr = (JsonString*)sqlite3_aggregate_context(ctx, 0);
180485 pStr = (JsonString*)sqlite3_aggregate_context(ctx, 0);
180522 pStr = (JsonString*)sqlite3_aggregate_context(ctx, sizeof(*pStr));
180540 pStr = (JsonString*)sqlite3_aggregate_context(ctx, 0);
186171 pBBox = (GeoBBox*)sqlite3_aggregate_context(context, sizeof(*pBBox));
186189 pBBox = (GeoBBox*)sqlite3_aggregate_context(context, 0);