Lines Matching refs:sqlite3_aggregate_context
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_context*, int nBytes);