Home
last modified time | relevance | path

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

/NextBSD/crypto/heimdal/lib/sqlite/
HDsqlite3ext.h234 #define sqlite3_aggregate_count sqlite3_api->aggregate_count macro
HDsqlite3.h3763 SQLITE_API SQLITE_DEPRECATED int sqlite3_aggregate_count(sqlite3_context*);
HDsqlite3.c4316 SQLITE_API SQLITE_DEPRECATED int sqlite3_aggregate_count(sqlite3_context*);
62204 SQLITE_API int sqlite3_aggregate_count(sqlite3_context *p){
85369 || p->n==sqlite3_aggregate_count(context) );
89126 #define sqlite3_aggregate_count sqlite3_api->aggregate_count
89434 sqlite3_aggregate_count,
/NextBSD/contrib/sqlite3/
HDsqlite3ext.h291 #define sqlite3_aggregate_count sqlite3_api->aggregate_count macro
HDsqlite3.h4290 SQLITE_API SQLITE_DEPRECATED int SQLITE_STDCALL sqlite3_aggregate_count(sqlite3_context*);
HDsqlite3.c4504 SQLITE_API SQLITE_DEPRECATED int SQLITE_STDCALL sqlite3_aggregate_count(sqlite3_context*);
71010 SQLITE_API int SQLITE_STDCALL sqlite3_aggregate_count(sqlite3_context *p){
99039 || p->n==sqlite3_aggregate_count(context) );
103277 #define sqlite3_aggregate_count sqlite3_api->aggregate_count
103629 sqlite3_aggregate_count,