Searched refs:ejdb_list3 (Results 1 – 3 of 3) sorted by relevance
/third_party/ejdb/src/tests/ |
D | ejdb_test3.c | 51 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/ |
D | ejdb2.h | 346 IW_EXPORT WUR iwrc ejdb_list3(
|
D | ejdb2.c | 1027 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()
|