Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3ext.h403 #define sqlite3_aggregate_context sqlite3_api->aggregate_context macro
H A Dsqlite3.h6252 SQLITE_API void *sqlite3_aggregate_context(sqlite3_context*, int nBytes);
H A Dshell.c5154 p = (SHA3Context*)sqlite3_aggregate_context(context, sizeof(*p)); in sha3AggStep()
5175 p = (SHA3Context*)sqlite3_aggregate_context(context, sizeof(*p)); in sha3AggFinal()
6556 p = sqlite3_aggregate_context(context, sizeof(*p)); in decimalSumStep()
6582 p = sqlite3_aggregate_context(context, sizeof(*p)); in decimalSumInverse()
6591 Decimal *p = sqlite3_aggregate_context(context, 0); in decimalSumValue()
6596 Decimal *p = sqlite3_aggregate_context(context, 0); in decimalSumFinalize()
14178 p = (ZipfileCtx*)sqlite3_aggregate_context(pCtx, sizeof(ZipfileCtx)); in zipfileStep()
14337 p = (ZipfileCtx*)sqlite3_aggregate_context(pCtx, sizeof(ZipfileCtx)); in zipfileFinal()
H A Dsqlite3.c6573 SQLITE_API void *sqlite3_aggregate_context(sqlite3_context*, int nBytes);
94678 SQLITE_API void *sqlite3_aggregate_context(sqlite3_context *p, int nByte){ function
135648 p = sqlite3_aggregate_context(context, sizeof(*p));
135684 p = sqlite3_aggregate_context(context, sizeof(*p));
135714 p = sqlite3_aggregate_context(context, 0);
135731 p = sqlite3_aggregate_context(context, 0);
135746 p = sqlite3_aggregate_context(context, 0);
135775 p = sqlite3_aggregate_context(context, sizeof(*p));
135791 p = sqlite3_aggregate_context(context, 0);
135797 p = sqlite3_aggregate_context(ctx, sizeof(*p));
[all …]