Searched refs:ejdb_open (Results 1 – 15 of 15) sorted by relevance
/third_party/ejdb/src/tests/ |
D | ejdb_test1.c | 27 iwrc rc = ejdb_open(&opts, &db); in ejdb_test1_3() 68 iwrc rc = ejdb_open(&opts, &db); in ejdb_test1_2() 177 rc = ejdb_open(&opts, &db); in ejdb_test1_2() 244 iwrc rc = ejdb_open(&opts, &db); in ejdb_test1_1() 279 rc = ejdb_open(&opts, &db); in ejdb_test1_1()
|
D | ejdb_test3.c | 30 iwrc rc = ejdb_open(&opts, &db); in ejdb_test3_1() 359 iwrc rc = ejdb_open(&opts, &db); in ejdb_test3_2() 539 iwrc rc = ejdb_open(&opts, &db); in ejdb_test3_3() 714 iwrc rc = ejdb_open(&opts, &db); in ejdb_test3_4() 852 iwrc rc = ejdb_open(&opts, &db); in ejdb_test3_5() 947 iwrc rc = ejdb_open(&opts, &db); in ejdb_test3_6() 997 iwrc rc = ejdb_open(&opts, &db); in ejdb_test3_7() 1022 rc = ejdb_open(&opts, &db); in ejdb_test3_7() 1054 iwrc rc = ejdb_open(&opts, &db); in ejdb_test3_8()
|
D | ejdb_test4.c | 45 iwrc rc = ejdb_open(&opts, &db); in ejdb_test4_1() 153 iwrc rc = ejdb_open(&opts, &db); in ejdb_test4_2()
|
D | ejdb_test2.c | 36 iwrc rc = ejdb_open(&opts, &db); in ejdb_test2_2() 104 iwrc rc = ejdb_open(&opts, &db); in ejdb_test2_1()
|
/third_party/ejdb/ |
D | libejdb.map | 4 "ejdb_open";
|
D | CAPI.md | 41 rc = ejdb_open(&opts, &db);
|
D | README.md | 1261 rc = ejdb_open(&opts, &db);
|
/third_party/ejdb/src/examples/ |
D | example1.c | 31 rc = ejdb_open(&opts, &db); in main()
|
/third_party/ejdb/src/jbs/ |
D | jbs.c | 96 rc = ejdb_open(&opts, &db); in main()
|
/third_party/ejdb/src/ |
D | ejdb2.h | 196 IW_EXPORT WUR iwrc ejdb_open(const EJDB_OPTS *opts, EJDB *ejdbp);
|
D | ejdb2.c | 1779 iwrc ejdb_open(const EJDB_OPTS *_opts, EJDB *ejdbp) { in ejdb_open() function
|
/third_party/ejdb/src/jbr/tests/ |
D | jbr_test1.c | 50 iwrc rc = ejdb_open(&opts, &db); in jbr_test1_1()
|
/third_party/ejdb/src/bindings/ejdb2_jni/src/ |
D | ejdb2jni.c | 278 rc = ejdb_open(&opts, &db); in Java_com_softmotions_ejdb2_EJDB2__1open()
|
/third_party/ejdb/src/bindings/ejdb2_dart/lib/ |
D | ejdb2_dart.c | 883 rc = ejdb_open(opts, &db); in ejdb2_isolate_shared_open()
|
/third_party/ejdb/src/bindings/ejdb2_node/ |
D | ejdb2_node.c | 645 work->rc = ejdb_open(&jbn->opts, &jbn->db); in jn_open_execute()
|