Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/sqlite3/
H A Dsqlite3ext.h393 #define sqlite3_aggregate_context sqlite3_api->aggregate_context macro
H A Dsqlite3.h5892 SQLITE_API void *sqlite3_aggregate_context(sqlite3_context*, int nBytes);
H A Dsqlite3.c130475 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));
137270 sqlite3_aggregate_context,
209456 pStr = (JsonString*)sqlite3_aggregate_context(ctx, 0);
[all …]
H A Dshell.c4403 p = sqlite3_aggregate_context(context, sizeof(*p)); in decimalSumStep()
4429 p = sqlite3_aggregate_context(context, sizeof(*p)); in decimalSumInverse()
4438 Decimal *p = sqlite3_aggregate_context(context, 0); in decimalSumValue()
4443 Decimal *p = sqlite3_aggregate_context(context, 0); in decimalSumFinalize()
11374 p = (ZipfileCtx*)sqlite3_aggregate_context(pCtx, sizeof(ZipfileCtx)); in zipfileStep()
11526 p = (ZipfileCtx*)sqlite3_aggregate_context(pCtx, sizeof(ZipfileCtx)); in zipfileFinal()