Searched refs:sqlite3_aggregate_count (Results 1 – 7 of 7) sorted by relevance
286 #define sqlite3_aggregate_count sqlite3_api->aggregate_count macro
4284 SQLITE_API SQLITE_DEPRECATED int SQLITE_STDCALL sqlite3_aggregate_count(sqlite3_context*);
4491 SQLITE_API SQLITE_DEPRECATED int SQLITE_STDCALL sqlite3_aggregate_count(sqlite3_context*);69790 SQLITE_API int SQLITE_STDCALL sqlite3_aggregate_count(sqlite3_context *p){97933 || p->n==sqlite3_aggregate_count(context) );102159 #define sqlite3_aggregate_count sqlite3_api->aggregate_count102505 sqlite3_aggregate_count,
4491 SQLITE_API SQLITE_DEPRECATED int SQLITE_STDCALL sqlite3_aggregate_count(sqlite3_context*);69772 SQLITE_API int SQLITE_STDCALL sqlite3_aggregate_count(sqlite3_context *p){97915 || p->n==sqlite3_aggregate_count(context) );102141 #define sqlite3_aggregate_count sqlite3_api->aggregate_count102487 sqlite3_aggregate_count,
2012 r = (jint) sqlite3_aggregate_count((sqlite3_context *) f->sf); in Java_SQLite_FunctionContext_count()2021 r = (jint) sqlite3_aggregate_count((sqlite3_context *) f->sf); in Java_SQLite_FunctionContext_count()