Home
last modified time | relevance | path

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

/third_party/ejdb/src/tests/
Dejdb_test3.c51 rc = ejdb_list3(db, "c1", "/f/[b = 1]", 0, log, &list); in ejdb_test3_1()
69 rc = ejdb_list3(db, "c1", "/f/[b > 1]", 0, log, &list); in ejdb_test3_1()
93 rc = ejdb_list3(db, "c1", "/f/[b >= 3]", 0, log, &list); in ejdb_test3_1()
111 rc = ejdb_list3(db, "c1", "/f/[b < 9]", 0, log, &list); in ejdb_test3_1()
128 rc = ejdb_list3(db, "c1", "/f/[b < 11]", 0, log, &list); in ejdb_test3_1()
145 rc = ejdb_list3(db, "c1", "/f/[b < 11 and b >= 4]", 0, log, &list); in ejdb_test3_1()
164 rc = ejdb_list3(db, "c1", "/f/[b < 11 and b > 0 or b = 0]", 0, log, &list); in ejdb_test3_1()
170 rc = ejdb_list3(db, "c1", "/f/[b > 1 and b < 2 and b = 2 and b < 3]", 0, log, &list); in ejdb_test3_1()
179 rc = ejdb_list3(db, "c1", "/f/[b > 1 and b < 3 and b <= 4]", 0, log, &list); in ejdb_test3_1()
196 rc = ejdb_list3(db, "c1", "/f/[b > 1] and /f/[b < 3]", 0, log, &list); in ejdb_test3_1()
[all …]
/third_party/ejdb/src/
Dejdb2.h346 IW_EXPORT WUR iwrc ejdb_list3(
Dejdb2.c1027 iwrc ejdb_list3(EJDB db, const char *coll, const char *query, int64_t limit, IWXSTR *log, EJDB_LIST… in ejdb_list3() function
1089 return ejdb_list3(db, coll, query, limit, 0, listp); in ejdb_list2()