Searched refs:cobject_bool (Results 1 – 1 of 1) sorted by relevance
/third_party/ejdb/src/bindings/ejdb2_dart/lib/ |
D | ejdb2_dart.c | 160 IW_INLINE bool cobject_bool(Dart_CObject *co, bool nulls, iwrc *rcp) { in cobject_bool() function 980 opts.kv.wal.enabled = cobject_bool(varr[c++], false, &rc); in ejd_open_wrapped() 982 opts.kv.wal.check_crc_on_checkpoint = cobject_bool(varr[c++], true, &rc); in ejd_open_wrapped() 996 opts.http.enabled = cobject_bool(varr[c++], true, &rc); in ejd_open_wrapped() 1006 opts.http.read_anon = cobject_bool(varr[c++], true, &rc); in ejd_open_wrapped() 1083 bool upsert = cobject_bool(msg->value.as_array.values[c++], true, &rc); in ejd_patch_wrapped()
|