Lines Matching refs:sqlite3_aggregate_context
6186 SQLITE_API void *sqlite3_aggregate_context(sqlite3_context*, int nBytes);
91003 SQLITE_API void *sqlite3_aggregate_context(sqlite3_context *p, int nByte){
129724 p = sqlite3_aggregate_context(context, sizeof(*p));
129760 p = sqlite3_aggregate_context(context, sizeof(*p));
129787 p = sqlite3_aggregate_context(context, 0);
129804 p = sqlite3_aggregate_context(context, 0);
129819 p = sqlite3_aggregate_context(context, 0);
129848 p = sqlite3_aggregate_context(context, sizeof(*p));
129864 p = sqlite3_aggregate_context(context, 0);
129870 p = sqlite3_aggregate_context(ctx, sizeof(*p));
129895 pBest = (Mem *)sqlite3_aggregate_context(context, sizeof(*pBest));
129926 pRes = (sqlite3_value *)sqlite3_aggregate_context(context, 0);
129980 pGCC = (GroupConcatCtx*)sqlite3_aggregate_context(context, sizeof(*pGCC));
130049 pGCC = (GroupConcatCtx*)sqlite3_aggregate_context(context, sizeof(*pGCC));
130088 = (GroupConcatCtx*)sqlite3_aggregate_context(context, 0);
130099 = (GroupConcatCtx*)sqlite3_aggregate_context(context, 0);
135865 #define sqlite3_aggregate_context sqlite3_api->aggregate_context
136309 sqlite3_aggregate_context,
168005 i64 *p = (i64*)sqlite3_aggregate_context(pCtx, sizeof(*p));
168011 i64 *p = (i64*)sqlite3_aggregate_context(pCtx, sizeof(*p));
168037 p = (struct CallCount*)sqlite3_aggregate_context(pCtx, sizeof(*p));
168044 p = (struct CallCount*)sqlite3_aggregate_context(pCtx, sizeof(*p));
168069 p = (struct NthValueCtx*)sqlite3_aggregate_context(pCtx, sizeof(*p));
168106 p = (struct NthValueCtx*)sqlite3_aggregate_context(pCtx, 0);
168122 p = (struct NthValueCtx*)sqlite3_aggregate_context(pCtx, sizeof(*p));
168134 p = (struct NthValueCtx*)sqlite3_aggregate_context(pCtx, sizeof(*p));
168156 p = (struct CallCount*)sqlite3_aggregate_context(pCtx, sizeof(*p));
168168 p = (struct CallCount*)sqlite3_aggregate_context(pCtx, sizeof(*p));
168189 p = (struct CallCount*)sqlite3_aggregate_context(pCtx, sizeof(*p));
168202 p = (struct CallCount*)sqlite3_aggregate_context(pCtx, sizeof(*p));
168207 p = (struct CallCount*)sqlite3_aggregate_context(pCtx, sizeof(*p));
168234 p = (struct CallCount*)sqlite3_aggregate_context(pCtx, sizeof(*p));
168247 p = (struct CallCount*)sqlite3_aggregate_context(pCtx, sizeof(*p));
168252 p = (struct CallCount*)sqlite3_aggregate_context(pCtx, 0);
168282 p = (struct NtileCtx*)sqlite3_aggregate_context(pCtx, sizeof(*p));
168303 p = (struct NtileCtx*)sqlite3_aggregate_context(pCtx, sizeof(*p));
168308 p = (struct NtileCtx*)sqlite3_aggregate_context(pCtx, sizeof(*p));
168348 p = (struct LastValueCtx*)sqlite3_aggregate_context(pCtx, sizeof(*p));
168367 p = (struct LastValueCtx*)sqlite3_aggregate_context(pCtx, sizeof(*p));
168378 p = (struct LastValueCtx*)sqlite3_aggregate_context(pCtx, 0);
168385 p = (struct LastValueCtx*)sqlite3_aggregate_context(pCtx, sizeof(*p));
207651 pStr = (JsonString*)sqlite3_aggregate_context(ctx, sizeof(*pStr));
207665 pStr = (JsonString*)sqlite3_aggregate_context(ctx, 0);
207723 pStr = (JsonString*)sqlite3_aggregate_context(ctx, 0);
207767 pStr = (JsonString*)sqlite3_aggregate_context(ctx, sizeof(*pStr));
207785 pStr = (JsonString*)sqlite3_aggregate_context(ctx, 0);
213534 pBBox = (GeoBBox*)sqlite3_aggregate_context(context, sizeof(*pBBox));
213552 pBBox = (GeoBBox*)sqlite3_aggregate_context(context, 0);