Home
last modified time | relevance | path

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

/freebsd-head/contrib/sqlite3/
HDsqlite3ext.h393 #define sqlite3_aggregate_context sqlite3_api->aggregate_context macro
HDsqlite3.h5892 SQLITE_API void *sqlite3_aggregate_context(sqlite3_context*, int nBytes);
HDsqlite3.c6205 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));
[all …]
HDshell.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()