Home | History | Annotate | Download | only in dist

Lines Matching full:sqlite3_aggregate_count

4042 SQLITE_API SQLITE_DEPRECATED int sqlite3_aggregate_count(sqlite3_context*);
59106 SQLITE_API int sqlite3_aggregate_count(sqlite3_context *p){
80941 /* The sqlite3_aggregate_count() function is deprecated. But just to make
80946 || p->n==sqlite3_aggregate_count(context) );
84658 #define sqlite3_aggregate_count sqlite3_api->aggregate_count
84954 sqlite3_aggregate_count,