Home | History | Annotate | Download | only in dist

Lines Matching defs:sqlite3_aggregate_count

4253 SQLITE_API SQLITE_DEPRECATED int sqlite3_aggregate_count(sqlite3_context*);
66970 SQLITE_API int sqlite3_aggregate_count(sqlite3_context *p){
93133 /* The sqlite3_aggregate_count() function is deprecated. But just to make
93138 || p->n==sqlite3_aggregate_count(context) );
97260 #define sqlite3_aggregate_count sqlite3_api->aggregate_count
97594 sqlite3_aggregate_count,