Searched refs:sqlite3_aggregate_count (Results 1 – 8 of 8) sorted by relevance
14 # The sqlite3_aggregate_count() is not being reset when an aggregate
1121 # This is to test the deprecated sqlite3_aggregate_count() API.
136 sqlite3_aggregate_count,
388 #define sqlite3_aggregate_count sqlite3_api->aggregate_count macro
1096 int sqlite3_aggregate_count(sqlite3_context *p){ in sqlite3_aggregate_count() function
1663 || p->n==sqlite3_aggregate_count(context) ); in countStep()
1171 sqlite3_result_int(context, sqlite3_aggregate_count(context)); in legacyCountFinalize()
5457 SQLITE_DEPRECATED int sqlite3_aggregate_count(sqlite3_context*);