Lines Matching refs:sqlite3_aggregate_context
4733 ** [sqlite3_aggregate_context()], [sqlite3_user_data()],
5981 ** ^The first time the sqlite3_aggregate_context(C,N) routine is called
5985 ** sqlite3_aggregate_context() for the same aggregate function instance,
5991 ** In those cases, sqlite3_aggregate_context() might be called for the
5994 ** ^The sqlite3_aggregate_context(C,N) routine returns a NULL pointer
5998 ** ^(The amount of space allocated by sqlite3_aggregate_context(C,N) is
6000 ** value of N in any subsequent call to sqlite3_aggregate_context() within
6003 ** N=0 in calls to sqlite3_aggregate_context(C,N) so that no
6007 ** sqlite3_aggregate_context() when the aggregate query concludes.
6017 SQLITE_API void *sqlite3_aggregate_context(sqlite3_context*, int nBytes);
88895 SQLITE_API void *sqlite3_aggregate_context(sqlite3_context *p, int nByte){
126282 p = sqlite3_aggregate_context(context, sizeof(*p));
126304 p = sqlite3_aggregate_context(context, sizeof(*p));
126326 p = sqlite3_aggregate_context(context, 0);
126339 p = sqlite3_aggregate_context(context, 0);
126346 p = sqlite3_aggregate_context(context, 0);
126368 p = sqlite3_aggregate_context(context, sizeof(*p));
126384 p = sqlite3_aggregate_context(context, 0);
126390 p = sqlite3_aggregate_context(ctx, sizeof(*p));
126415 pBest = (Mem *)sqlite3_aggregate_context(context, sizeof(*pBest));
126446 pRes = (sqlite3_value *)sqlite3_aggregate_context(context, 0);
126499 pGCC = (GroupConcatCtx*)sqlite3_aggregate_context(context, sizeof(*pGCC));
126568 pGCC = (GroupConcatCtx*)sqlite3_aggregate_context(context, sizeof(*pGCC));
126607 = (GroupConcatCtx*)sqlite3_aggregate_context(context, 0);
126618 = (GroupConcatCtx*)sqlite3_aggregate_context(context, 0);
132315 #define sqlite3_aggregate_context sqlite3_api->aggregate_context
132757 sqlite3_aggregate_context,
163278 i64 *p = (i64*)sqlite3_aggregate_context(pCtx, sizeof(*p));
163284 i64 *p = (i64*)sqlite3_aggregate_context(pCtx, sizeof(*p));
163310 p = (struct CallCount*)sqlite3_aggregate_context(pCtx, sizeof(*p));
163317 p = (struct CallCount*)sqlite3_aggregate_context(pCtx, sizeof(*p));
163342 p = (struct NthValueCtx*)sqlite3_aggregate_context(pCtx, sizeof(*p));
163379 p = (struct NthValueCtx*)sqlite3_aggregate_context(pCtx, 0);
163395 p = (struct NthValueCtx*)sqlite3_aggregate_context(pCtx, sizeof(*p));
163407 p = (struct NthValueCtx*)sqlite3_aggregate_context(pCtx, sizeof(*p));
163429 p = (struct CallCount*)sqlite3_aggregate_context(pCtx, sizeof(*p));
163441 p = (struct CallCount*)sqlite3_aggregate_context(pCtx, sizeof(*p));
163462 p = (struct CallCount*)sqlite3_aggregate_context(pCtx, sizeof(*p));
163475 p = (struct CallCount*)sqlite3_aggregate_context(pCtx, sizeof(*p));
163480 p = (struct CallCount*)sqlite3_aggregate_context(pCtx, sizeof(*p));
163507 p = (struct CallCount*)sqlite3_aggregate_context(pCtx, sizeof(*p));
163520 p = (struct CallCount*)sqlite3_aggregate_context(pCtx, sizeof(*p));
163525 p = (struct CallCount*)sqlite3_aggregate_context(pCtx, 0);
163555 p = (struct NtileCtx*)sqlite3_aggregate_context(pCtx, sizeof(*p));
163576 p = (struct NtileCtx*)sqlite3_aggregate_context(pCtx, sizeof(*p));
163581 p = (struct NtileCtx*)sqlite3_aggregate_context(pCtx, sizeof(*p));
163621 p = (struct LastValueCtx*)sqlite3_aggregate_context(pCtx, sizeof(*p));
163640 p = (struct LastValueCtx*)sqlite3_aggregate_context(pCtx, sizeof(*p));
163651 p = (struct LastValueCtx*)sqlite3_aggregate_context(pCtx, 0);
163658 p = (struct LastValueCtx*)sqlite3_aggregate_context(pCtx, sizeof(*p));
200211 pStr = (JsonString*)sqlite3_aggregate_context(ctx, sizeof(*pStr));
200225 pStr = (JsonString*)sqlite3_aggregate_context(ctx, 0);
200272 pStr = (JsonString*)sqlite3_aggregate_context(ctx, 0);
200316 pStr = (JsonString*)sqlite3_aggregate_context(ctx, sizeof(*pStr));
200334 pStr = (JsonString*)sqlite3_aggregate_context(ctx, 0);
206083 pBBox = (GeoBBox*)sqlite3_aggregate_context(context, sizeof(*pBBox));
206101 pBBox = (GeoBBox*)sqlite3_aggregate_context(context, 0);