Searched refs:ejdb_remove_index (Results 1 – 7 of 7) sorted by relevance
/third_party/ejdb/src/tests/ |
D | ejdb_test1.c | 209 rc = ejdb_remove_index(db, "col1", "/foo/baz", EJDB_IDX_STR); in ejdb_test1_2() 212 rc = ejdb_remove_index(db, "col1", "/foo/gaz", EJDB_IDX_STR); in ejdb_test1_2()
|
/third_party/ejdb/src/ |
D | ejdb2.h | 610 IW_EXPORT iwrc ejdb_remove_index(EJDB db, const char *coll, const char *path, ejdb_idx_mode_t mode);
|
D | ejdb2.c | 1107 iwrc ejdb_remove_index(EJDB db, const char *coll, const char *path, ejdb_idx_mode_t mode) { in ejdb_remove_index() function
|
/third_party/ejdb/src/bindings/ejdb2_jni/src/ |
D | ejdb2jni.c | 628 rc = ejdb_remove_index(db, coll, path, (ejdb_idx_mode_t) mode); in Java_com_softmotions_ejdb2_EJDB2__1remove_1index()
|
/third_party/ejdb/src/jbr/ |
D | jbr.c | 878 iwrc rc = ejdb_remove_index(wctx->db, coll, path, mode); in _jbr_ws_del_index()
|
/third_party/ejdb/src/bindings/ejdb2_dart/lib/ |
D | ejdb2_dart.c | 1273 rc = ejdb_remove_index(db, coll, path, mode); in ejd_rmi_wrapped()
|
/third_party/ejdb/src/bindings/ejdb2_node/ |
D | ejdb2_node.c | 1130 work->rc = ejdb_remove_index(jbn->db, wdata->coll, wdata->path, wdata->mode); in jn_index_execute()
|