Home
last modified time | relevance | path

Searched refs:no_wal (Results 1 – 13 of 13) sorted by relevance

/third_party/ejdb/src/bindings/ejdb2_jni/src/main/java/com/softmotions/ejdb2/
DEJDB2Builder.java13 private boolean no_wal; field in EJDB2Builder
32 return no_wal; in isNoWal()
49 this.no_wal = v; in noWAL()
54 this.no_wal = false; in withWAL()
149 …eturn new StringJoiner(", ", EJDB2Builder.class.getSimpleName() + "[", "]").add("no_wal=" + no_wal) in toString()
/third_party/ejdb/src/bindings/ejdb2_jni/src/android/java/com/softmotions/ejdb2/
DEJDB2Builder.java12 private boolean no_wal; field in EJDB2Builder
31 return no_wal; in isNoWal()
48 this.no_wal = v; in noWAL()
53 this.no_wal = false; in withWAL()
149 .append("no_wal=").append(no_wal).append(", ") in toString()
/third_party/ejdb/src/tests/
Dejdb_test1.c21 .no_wal = true in ejdb_test1_3()
63 .no_wal = true in ejdb_test1_2()
240 .no_wal = true in ejdb_test1_1()
Dejdb_test4.c36 .no_wal = true in ejdb_test4_1()
140 .no_wal = true in ejdb_test4_2()
Dejdb_test3.c19 .no_wal = true in ejdb_test3_1()
347 .no_wal = true in ejdb_test3_2()
527 .no_wal = true in ejdb_test3_3()
698 .no_wal = true in ejdb_test3_4()
844 .no_wal = true in ejdb_test3_5()
1039 .no_wal = true in ejdb_test3_8()
Dejdb_test2.c23 .no_wal = true in ejdb_test2_2()
95 .no_wal = true in ejdb_test2_1()
/third_party/ejdb/src/jbs/
Djbs.c81 .no_wal = !fio_cli_get_i("-w"), in main()
/third_party/ejdb/src/
Dejdb2.h111 bool no_wal; /**< Do not use write-ahead-log. Default: false */ member
Dejdb2.c1837 kvopts.wal.enabled = !db->opts.no_wal; in ejdb_open()
/third_party/ejdb/src/jbr/tests/
Djbr_test1.c39 .no_wal = true, in jbr_test1_1()
/third_party/ejdb/src/bindings/ejdb2_jni/src/
Dejdb2jni.c190 opts.no_wal = e->GetBooleanField(env, optsObj, fid); in Java_com_softmotions_ejdb2_EJDB2__1open()
/third_party/ejdb/src/bindings/ejdb2_dart/lib/
Dejdb2_dart.c1010 opts.no_wal = !opts.kv.wal.enabled; in ejd_open_wrapped()
/third_party/ejdb/src/bindings/ejdb2_node/
Dejdb2_node.c536 jbn->opts.no_wal = !jbn->opts.kv.wal.enabled; in jn_ejdb2impl_ctor()