Lines Matching refs:sqlite3_aggregate_context
4427 ** [sqlite3_aggregate_context()], [sqlite3_user_data()],
5672 ** ^The first time the sqlite3_aggregate_context(C,N) routine is called
5676 ** sqlite3_aggregate_context() for the same aggregate function instance,
5682 ** In those cases, sqlite3_aggregate_context() might be called for the
5685 ** ^The sqlite3_aggregate_context(C,N) routine returns a NULL pointer
5689 ** ^(The amount of space allocated by sqlite3_aggregate_context(C,N) is
5691 ** value of N in any subsequent call to sqlite3_aggregate_context() within
5694 ** N=0 in calls to sqlite3_aggregate_context(C,N) so that no
5698 ** sqlite3_aggregate_context() when the aggregate query concludes.
5708 SQLITE_API void *sqlite3_aggregate_context(sqlite3_context*, int nBytes);