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.h6254 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()
6569 p = sqlite3_aggregate_context(context, sizeof(*p)); in decimalSumStep()
6595 p = sqlite3_aggregate_context(context, sizeof(*p)); in decimalSumInverse()
6604 Decimal *p = sqlite3_aggregate_context(context, 0); in decimalSumValue()
6609 Decimal *p = sqlite3_aggregate_context(context, 0); in decimalSumFinalize()
14216 p = (ZipfileCtx*)sqlite3_aggregate_context(pCtx, sizeof(ZipfileCtx)); in zipfileStep()
14375 p = (ZipfileCtx*)sqlite3_aggregate_context(pCtx, sizeof(ZipfileCtx)); in zipfileFinal()
H A Dsqlite3.c6575 SQLITE_API void *sqlite3_aggregate_context(sqlite3_context*, int nBytes);
94836 SQLITE_API void *sqlite3_aggregate_context(sqlite3_context *p, int nByte){ function
135865 p = sqlite3_aggregate_context(context, sizeof(*p));
135901 p = sqlite3_aggregate_context(context, sizeof(*p));
135936 p = sqlite3_aggregate_context(context, 0);
135953 p = sqlite3_aggregate_context(context, 0);
135968 p = sqlite3_aggregate_context(context, 0);
135997 p = sqlite3_aggregate_context(context, sizeof(*p));
136013 p = sqlite3_aggregate_context(context, 0);
136019 p = sqlite3_aggregate_context(ctx, sizeof(*p));
[all …]