Home
last modified time | relevance | path

Searched refs:ejdb_count (Results 1 – 3 of 3) sorted by relevance

/third_party/ejdb/src/
Dejdb2.h273 IW_EXPORT WUR iwrc ejdb_count(EJDB db, JQL q, int64_t *count, int64_t limit);
Dejdb2.c1000 iwrc ejdb_count(EJDB db, JQL q, int64_t *count, int64_t limit) { in ejdb_count() function
1015 return ejdb_count(db, q, &count, 0); in ejdb_update()
/third_party/ejdb/
DChangelog199 * Added `ejdb_count` (ejdb2.h)