Lines Matching refs:sqlite3_aggregate_context
4868 ** [sqlite3_aggregate_context()], [sqlite3_user_data()],
6169 ** ^The first time the sqlite3_aggregate_context(C,N) routine is called
6173 ** sqlite3_aggregate_context() for the same aggregate function instance,
6179 ** In those cases, sqlite3_aggregate_context() might be called for the
6182 ** ^The sqlite3_aggregate_context(C,N) routine returns a NULL pointer
6186 ** ^(The amount of space allocated by sqlite3_aggregate_context(C,N) is
6188 ** value of N in any subsequent call to sqlite3_aggregate_context() within
6191 ** N=0 in calls to sqlite3_aggregate_context(C,N) so that no
6195 ** sqlite3_aggregate_context() when the aggregate query concludes.
6205 SQLITE_API void *sqlite3_aggregate_context(sqlite3_context*, int nBytes);
91507 SQLITE_API void *sqlite3_aggregate_context(sqlite3_context *p, int nByte){
130475 p = sqlite3_aggregate_context(context, sizeof(*p));
130511 p = sqlite3_aggregate_context(context, sizeof(*p));
130538 p = sqlite3_aggregate_context(context, 0);
130555 p = sqlite3_aggregate_context(context, 0);
130570 p = sqlite3_aggregate_context(context, 0);
130599 p = sqlite3_aggregate_context(context, sizeof(*p));
130615 p = sqlite3_aggregate_context(context, 0);
130621 p = sqlite3_aggregate_context(ctx, sizeof(*p));
130646 pBest = (Mem *)sqlite3_aggregate_context(context, sizeof(*pBest));
130677 pRes = (sqlite3_value *)sqlite3_aggregate_context(context, 0);
130731 pGCC = (GroupConcatCtx*)sqlite3_aggregate_context(context, sizeof(*pGCC));
130800 pGCC = (GroupConcatCtx*)sqlite3_aggregate_context(context, sizeof(*pGCC));
130839 = (GroupConcatCtx*)sqlite3_aggregate_context(context, 0);
130850 = (GroupConcatCtx*)sqlite3_aggregate_context(context, 0);
136826 #define sqlite3_aggregate_context sqlite3_api->aggregate_context
137270 sqlite3_aggregate_context,
169499 i64 *p = (i64*)sqlite3_aggregate_context(pCtx, sizeof(*p));
169505 i64 *p = (i64*)sqlite3_aggregate_context(pCtx, sizeof(*p));
169531 p = (struct CallCount*)sqlite3_aggregate_context(pCtx, sizeof(*p));
169538 p = (struct CallCount*)sqlite3_aggregate_context(pCtx, sizeof(*p));
169563 p = (struct NthValueCtx*)sqlite3_aggregate_context(pCtx, sizeof(*p));
169600 p = (struct NthValueCtx*)sqlite3_aggregate_context(pCtx, 0);
169616 p = (struct NthValueCtx*)sqlite3_aggregate_context(pCtx, sizeof(*p));
169628 p = (struct NthValueCtx*)sqlite3_aggregate_context(pCtx, sizeof(*p));
169650 p = (struct CallCount*)sqlite3_aggregate_context(pCtx, sizeof(*p));
169662 p = (struct CallCount*)sqlite3_aggregate_context(pCtx, sizeof(*p));
169683 p = (struct CallCount*)sqlite3_aggregate_context(pCtx, sizeof(*p));
169696 p = (struct CallCount*)sqlite3_aggregate_context(pCtx, sizeof(*p));
169701 p = (struct CallCount*)sqlite3_aggregate_context(pCtx, sizeof(*p));
169728 p = (struct CallCount*)sqlite3_aggregate_context(pCtx, sizeof(*p));
169741 p = (struct CallCount*)sqlite3_aggregate_context(pCtx, sizeof(*p));
169746 p = (struct CallCount*)sqlite3_aggregate_context(pCtx, 0);
169776 p = (struct NtileCtx*)sqlite3_aggregate_context(pCtx, sizeof(*p));
169797 p = (struct NtileCtx*)sqlite3_aggregate_context(pCtx, sizeof(*p));
169802 p = (struct NtileCtx*)sqlite3_aggregate_context(pCtx, sizeof(*p));
169842 p = (struct LastValueCtx*)sqlite3_aggregate_context(pCtx, sizeof(*p));
169861 p = (struct LastValueCtx*)sqlite3_aggregate_context(pCtx, sizeof(*p));
169872 p = (struct LastValueCtx*)sqlite3_aggregate_context(pCtx, 0);
169879 p = (struct LastValueCtx*)sqlite3_aggregate_context(pCtx, sizeof(*p));
209442 pStr = (JsonString*)sqlite3_aggregate_context(ctx, sizeof(*pStr));
209456 pStr = (JsonString*)sqlite3_aggregate_context(ctx, 0);
209514 pStr = (JsonString*)sqlite3_aggregate_context(ctx, 0);
209558 pStr = (JsonString*)sqlite3_aggregate_context(ctx, sizeof(*pStr));
209576 pStr = (JsonString*)sqlite3_aggregate_context(ctx, 0);
215342 pBBox = (GeoBBox*)sqlite3_aggregate_context(context, sizeof(*pBBox));
215360 pBBox = (GeoBBox*)sqlite3_aggregate_context(context, 0);