Home
last modified time | relevance | path

Searched refs:ejdb_open (Results 1 – 15 of 15) sorted by relevance

/third_party/ejdb/src/tests/
Dejdb_test1.c27 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()
Dejdb_test3.c30 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()
Dejdb_test4.c45 iwrc rc = ejdb_open(&opts, &db); in ejdb_test4_1()
153 iwrc rc = ejdb_open(&opts, &db); in ejdb_test4_2()
Dejdb_test2.c36 iwrc rc = ejdb_open(&opts, &db); in ejdb_test2_2()
104 iwrc rc = ejdb_open(&opts, &db); in ejdb_test2_1()
/third_party/ejdb/
Dlibejdb.map4 "ejdb_open";
DCAPI.md41 rc = ejdb_open(&opts, &db);
DREADME.md1261 rc = ejdb_open(&opts, &db);
/third_party/ejdb/src/examples/
Dexample1.c31 rc = ejdb_open(&opts, &db); in main()
/third_party/ejdb/src/jbs/
Djbs.c96 rc = ejdb_open(&opts, &db); in main()
/third_party/ejdb/src/
Dejdb2.h196 IW_EXPORT WUR iwrc ejdb_open(const EJDB_OPTS *opts, EJDB *ejdbp);
Dejdb2.c1779 iwrc ejdb_open(const EJDB_OPTS *_opts, EJDB *ejdbp) { in ejdb_open() function
/third_party/ejdb/src/jbr/tests/
Djbr_test1.c50 iwrc rc = ejdb_open(&opts, &db); in jbr_test1_1()
/third_party/ejdb/src/bindings/ejdb2_jni/src/
Dejdb2jni.c278 rc = ejdb_open(&opts, &db); in Java_com_softmotions_ejdb2_EJDB2__1open()
/third_party/ejdb/src/bindings/ejdb2_dart/lib/
Dejdb2_dart.c883 rc = ejdb_open(opts, &db); in ejdb2_isolate_shared_open()
/third_party/ejdb/src/bindings/ejdb2_node/
Dejdb2_node.c645 work->rc = ejdb_open(&jbn->opts, &jbn->db); in jn_open_execute()