Home | History | Annotate | Download | only in orig

Lines Matching defs:sqlite3_aggregate_count

4253 SQLITE_API SQLITE_DEPRECATED int sqlite3_aggregate_count(sqlite3_context*);
66950 SQLITE_API int sqlite3_aggregate_count(sqlite3_context *p){
93113 /* The sqlite3_aggregate_count() function is deprecated. But just to make
93118 || p->n==sqlite3_aggregate_count(context) );
97240 #define sqlite3_aggregate_count sqlite3_api->aggregate_count
97574 sqlite3_aggregate_count,