Searched refs:sqlite3_aggregate_context (Results 1 – 4 of 4) sorted by relevance
| /freebsd-src/contrib/sqlite3/ |
| H A D | sqlite3ext.h | 393 #define sqlite3_aggregate_context sqlite3_api->aggregate_context macro
|
| H A D | sqlite3.h | 4555 ** [sqlite3_aggregate_context()], [sqlite3_user_data()], 5856 ** ^The first time the sqlite3_aggregate_context(C,N) routine is called 5860 ** sqlite3_aggregate_context() for the same aggregate function instance, 5866 ** In those cases, sqlite3_aggregate_context() might be called for the 5869 ** ^The sqlite3_aggregate_context(C,N) routine returns a NULL pointer 5873 ** ^(The amount of space allocated by sqlite3_aggregate_context(C,N) is 5875 ** value of N in any subsequent call to sqlite3_aggregate_context() within 5878 ** N=0 in calls to sqlite3_aggregate_context(C,N) so that no 5882 ** sqlite3_aggregate_context() when the aggregate query concludes. 5892 SQLITE_API void *sqlite3_aggregate_context(sqlite3_contex [all...] |
| H A D | sqlite3.c | 4868 ** [sqlite3_aggregate_context()], [sqlite3_user_data()], 6169 ** ^The first time the sqlite3_aggregate_context(C,N) routine is called 6173 ** sqlite3_aggregate_context() for the same aggregate function instance, 6179 ** In those cases, sqlite3_aggregate_context() might be called for the 6182 ** ^The sqlite3_aggregate_context(C,N) routine returns a NULL pointer 6186 ** ^(The amount of space allocated by sqlite3_aggregate_context(C,N) is 6188 ** value of N in any subsequent call to sqlite3_aggregate_context() within 6191 ** N=0 in calls to sqlite3_aggregate_context(C,N) so that no 6195 ** sqlite3_aggregate_context() when the aggregate query concludes. 6205 SQLITE_API void *sqlite3_aggregate_context(sqlite3_contex [all...] |
| H A D | shell.c | 4403 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 decimalSumInverse() 4443 Decimal *p = sqlite3_aggregate_context(context, 0); in decimalSumValue() 11374 p = (ZipfileCtx*)sqlite3_aggregate_context(pCtx, sizeof(ZipfileCtx)); in zipfileStep() 11526 p = (ZipfileCtx*)sqlite3_aggregate_context(pCtx, sizeof(ZipfileCtx)); in zipfileFinal()
|