Home
last modified time | relevance | path

Searched refs:sqlite3_aggregate_context (Results 1 – 4 of 4) sorted by relevance

/src/contrib/sqlite3/
H A Dsqlite3ext.h395 #define sqlite3_aggregate_context sqlite3_api->aggregate_context macro
H A Dsqlite3.h6097 SQLITE_API void *sqlite3_aggregate_context(sqlite3_context*, int nBytes);
H A Dshell.c3115 p = (SHA3Context*)sqlite3_aggregate_context(context, sizeof(*p)); in sha3AggStep()
3136 p = (SHA3Context*)sqlite3_aggregate_context(context, sizeof(*p)); in sha3AggFinal()
4445 p = sqlite3_aggregate_context(context, sizeof(*p)); in decimalSumStep()
4471 p = sqlite3_aggregate_context(context, sizeof(*p)); in decimalSumInverse()
4480 Decimal *p = sqlite3_aggregate_context(context, 0); in decimalSumValue()
4485 Decimal *p = sqlite3_aggregate_context(context, 0); in decimalSumFinalize()
4842 p = (Percentile*)sqlite3_aggregate_context(pCtx, sizeof(*p)); in percentStep()
4982 p = (Percentile*)sqlite3_aggregate_context(pCtx, sizeof(*p)); in percentInverse()
5027 p = (Percentile*)sqlite3_aggregate_context(pCtx, 0); in percentCompute()
12213 p = (ZipfileCtx*)sqlite3_aggregate_context(pCtx, sizeof(ZipfileCtx)); in zipfileStep()
[all …]
H A Dsqlite3.c6416 SQLITE_API void *sqlite3_aggregate_context(sqlite3_context*, int nBytes);
92590 SQLITE_API void *sqlite3_aggregate_context(sqlite3_context *p, int nByte){
132309 p = sqlite3_aggregate_context(context, sizeof(*p));
132345 p = sqlite3_aggregate_context(context, sizeof(*p));
132375 p = sqlite3_aggregate_context(context, 0);
132392 p = sqlite3_aggregate_context(context, 0);
132407 p = sqlite3_aggregate_context(context, 0);
132436 p = sqlite3_aggregate_context(context, sizeof(*p));
132452 p = sqlite3_aggregate_context(context, 0);
132458 p = sqlite3_aggregate_context(ctx, sizeof(*p));
[all …]