Searched defs:sqlite3_aggregate_count (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Dvdbeapi.c652 int sqlite3_aggregate_count(sqlite3_context *p){ function
H A Dsqlite3ext.h231 #define sqlite3_aggregate_count sqlite3_api->aggregate_count macro
/external/sqlite/dist/orig/
H A Dsqlite3ext.h269 #define sqlite3_aggregate_count sqlite3_api->aggregate_count macro
H A Dsqlite3.c4253 SQLITE_API SQLITE_DEPRECATED int sqlite3_aggregate_count(sqlite3_context*);
66950 SQLITE_API int sqlite3_aggregate_count(sqlite3_context *p){ function
97240 #define sqlite3_aggregate_count macro
[all...]
/external/sqlite/dist/
H A Dsqlite3ext.h269 #define sqlite3_aggregate_count sqlite3_api->aggregate_count macro
H A Dsqlite3.c4253 SQLITE_API SQLITE_DEPRECATED int sqlite3_aggregate_count(sqlite3_context*);
66970 SQLITE_API int sqlite3_aggregate_count(sqlite3_context *p){ function
97260 #define sqlite3_aggregate_count macro
[all...]
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c4122 SQLITE_API SQLITE_DEPRECATED int sqlite3_aggregate_count(sqlite3_context*);
60986 SQLITE_API int sqlite3_aggregate_count(sqlite3_context *p){ function
86713 #define sqlite3_aggregate_count macro
[all...]

Completed in 638 milliseconds