Home
last modified time | relevance | path

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

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