Lines Matching defs:sqlite3_aggregate_context

5331 ** [sqlite3_aggregate_context()], [sqlite3_user_data()],
6558 ** ^The first time the sqlite3_aggregate_context(C,N) routine is called
6562 ** sqlite3_aggregate_context() for the same aggregate function instance,
6568 ** In those cases, sqlite3_aggregate_context() might be called for the
6571 ** ^The sqlite3_aggregate_context(C,N) routine returns a NULL pointer
6575 ** ^(The amount of space allocated by sqlite3_aggregate_context(C,N) is
6577 ** value of N in any subsequent call to sqlite3_aggregate_context() within
6580 ** N=0 in calls to sqlite3_aggregate_context(C,N) so that no
6584 ** sqlite3_aggregate_context() when the aggregate query concludes.
6594 SQLITE_API void *sqlite3_aggregate_context(sqlite3_context*, int nBytes);
84513 SQLITE_API void *sqlite3_aggregate_context(sqlite3_context *p, int nByte){
119955 p = sqlite3_aggregate_context(context, sizeof(*p));
119977 p = sqlite3_aggregate_context(context, sizeof(*p));
119999 p = sqlite3_aggregate_context(context, 0);
120012 p = sqlite3_aggregate_context(context, 0);
120019 p = sqlite3_aggregate_context(context, 0);
120041 p = sqlite3_aggregate_context(context, sizeof(*p));
120057 p = sqlite3_aggregate_context(context, 0);
120063 p = sqlite3_aggregate_context(ctx, sizeof(*p));
120088 pBest = (Mem *)sqlite3_aggregate_context(context, sizeof(*pBest));
120119 pRes = (sqlite3_value *)sqlite3_aggregate_context(context, 0);
120152 pAccum = (StrAccum*)sqlite3_aggregate_context(context, sizeof(*pAccum));
120183 pAccum = (StrAccum*)sqlite3_aggregate_context(context, sizeof(*pAccum));
120207 pAccum = sqlite3_aggregate_context(context, 0);
120222 pAccum = (sqlite3_str*)sqlite3_aggregate_context(context, 0);
125754 #define sqlite3_aggregate_context sqlite3_api->aggregate_context
126171 sqlite3_aggregate_context,
154089 i64 *p = (i64*)sqlite3_aggregate_context(pCtx, sizeof(*p));
154095 i64 *p = (i64*)sqlite3_aggregate_context(pCtx, sizeof(*p));
154121 p = (struct CallCount*)sqlite3_aggregate_context(pCtx, sizeof(*p));
154128 p = (struct CallCount*)sqlite3_aggregate_context(pCtx, sizeof(*p));
154153 p = (struct NthValueCtx*)sqlite3_aggregate_context(pCtx, sizeof(*p));
154190 p = (struct NthValueCtx*)sqlite3_aggregate_context(pCtx, 0);
154206 p = (struct NthValueCtx*)sqlite3_aggregate_context(pCtx, sizeof(*p));
154218 p = (struct NthValueCtx*)sqlite3_aggregate_context(pCtx, sizeof(*p));
154240 p = (struct CallCount*)sqlite3_aggregate_context(pCtx, sizeof(*p));
154252 p = (struct CallCount*)sqlite3_aggregate_context(pCtx, sizeof(*p));
154273 p = (struct CallCount*)sqlite3_aggregate_context(pCtx, sizeof(*p));
154286 p = (struct CallCount*)sqlite3_aggregate_context(pCtx, sizeof(*p));
154291 p = (struct CallCount*)sqlite3_aggregate_context(pCtx, sizeof(*p));
154318 p = (struct CallCount*)sqlite3_aggregate_context(pCtx, sizeof(*p));
154331 p = (struct CallCount*)sqlite3_aggregate_context(pCtx, sizeof(*p));
154336 p = (struct CallCount*)sqlite3_aggregate_context(pCtx, 0);
154366 p = (struct NtileCtx*)sqlite3_aggregate_context(pCtx, sizeof(*p));
154387 p = (struct NtileCtx*)sqlite3_aggregate_context(pCtx, sizeof(*p));
154392 p = (struct NtileCtx*)sqlite3_aggregate_context(pCtx, sizeof(*p));
154432 p = (struct LastValueCtx*)sqlite3_aggregate_context(pCtx, sizeof(*p));
154451 p = (struct LastValueCtx*)sqlite3_aggregate_context(pCtx, sizeof(*p));
154462 p = (struct LastValueCtx*)sqlite3_aggregate_context(pCtx, 0);
154469 p = (struct LastValueCtx*)sqlite3_aggregate_context(pCtx, sizeof(*p));
190456 pStr = (JsonString*)sqlite3_aggregate_context(ctx, sizeof(*pStr));
190470 pStr = (JsonString*)sqlite3_aggregate_context(ctx, 0);
190517 pStr = (JsonString*)sqlite3_aggregate_context(ctx, 0);
190560 pStr = (JsonString*)sqlite3_aggregate_context(ctx, sizeof(*pStr));
190578 pStr = (JsonString*)sqlite3_aggregate_context(ctx, 0);
196297 pBBox = (GeoBBox*)sqlite3_aggregate_context(context, sizeof(*pBBox));
196315 pBBox = (GeoBBox*)sqlite3_aggregate_context(context, 0);