Home
last modified time | relevance | path

Searched refs:sqlite3_aggregate_count (Results 1 – 8 of 8) sorted by relevance

/sqlite-3.40.0/test/
H A Dtkt3841.test14 # The sqlite3_aggregate_count() is not being reset when an aggregate
H A Dfunc.test1121 # This is to test the deprecated sqlite3_aggregate_count() API.
/sqlite-3.40.0/src/
H A Dloadext.c136 sqlite3_aggregate_count,
H A Dsqlite3ext.h388 #define sqlite3_aggregate_count sqlite3_api->aggregate_count macro
H A Dvdbeapi.c1096 int sqlite3_aggregate_count(sqlite3_context *p){ in sqlite3_aggregate_count() function
H A Dfunc.c1663 || p->n==sqlite3_aggregate_count(context) ); in countStep()
H A Dtest1.c1171 sqlite3_result_int(context, sqlite3_aggregate_count(context)); in legacyCountFinalize()
H A Dsqlite.h.in5457 SQLITE_DEPRECATED int sqlite3_aggregate_count(sqlite3_context*);