Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/sqlite3/
H A Dsqlite3ext.h371 #define sqlite3_aggregate_context sqlite3_api->aggregate_context macro
H A Dsqlite3.h5629 SQLITE_API void *sqlite3_aggregate_context(sqlite3_context*, int nBytes);
H A Dshell.c5052 p = sqlite3_aggregate_context(context, sizeof(*p)); in decimalSumStep()
5078 p = sqlite3_aggregate_context(context, sizeof(*p)); in decimalSumInverse()
5087 Decimal *p = sqlite3_aggregate_context(context, 0); in decimalSumValue()
5092 Decimal *p = sqlite3_aggregate_context(context, 0); in decimalSumFinalize()
8709 p = (ZipfileCtx*)sqlite3_aggregate_context(pCtx, sizeof(ZipfileCtx)); in zipfileStep()
8861 p = (ZipfileCtx*)sqlite3_aggregate_context(pCtx, sizeof(ZipfileCtx)); in zipfileFinal()
H A Dsqlite3.c121712 p = sqlite3_aggregate_context(context, sizeof(*p));
121734 p = sqlite3_aggregate_context(context, sizeof(*p));
121756 p = sqlite3_aggregate_context(context, 0);
121769 p = sqlite3_aggregate_context(context, 0);
121776 p = sqlite3_aggregate_context(context, 0);
121798 p = sqlite3_aggregate_context(context, sizeof(*p));
121814 p = sqlite3_aggregate_context(context, 0);
121820 p = sqlite3_aggregate_context(ctx, sizeof(*p));
128107 sqlite3_aggregate_context,
193207 pStr = (JsonString*)sqlite3_aggregate_context(ctx, 0);
[all …]