Searched refs:varr (Results 1 – 4 of 4) sorted by relevance
/third_party/ejdb/src/bindings/ejdb2_dart/lib/ |
D | ejdb2_dart.c | 957 Dart_CObject **varr = msg->value.as_array.values; in ejd_open_wrapped() local 976 opts.kv.path = cobject_str(varr[c++], false, &rc); in ejd_open_wrapped() 978 opts.kv.oflags = cobject_int(varr[c++], false, &rc); in ejd_open_wrapped() 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() 984 opts.kv.wal.checkpoint_buffer_sz = cobject_int(varr[c++], true, &rc); in ejd_open_wrapped() 986 opts.kv.wal.checkpoint_timeout_sec = cobject_int(varr[c++], true, &rc); in ejd_open_wrapped() 988 opts.kv.wal.savepoint_timeout_sec = cobject_int(varr[c++], true, &rc); in ejd_open_wrapped() 990 opts.kv.wal.wal_buffer_sz = cobject_int(varr[c++], true, &rc); in ejd_open_wrapped() 992 opts.document_buffer_sz = cobject_int(varr[c++], true, &rc); in ejd_open_wrapped() [all …]
|
/third_party/ejdb/src/bindings/ejdb2_node/ |
D | ejdb2_node.c | 458 napi_value varr, this; in jn_ejdb2impl_ctor() local 461 JNGO(ns, env, napi_get_cb_info(env, info, &argc, &varr, &this, &data), finish); in jn_ejdb2impl_ctor() 468 napi_is_array(env, varr, &bv); in jn_ejdb2impl_ctor() 474 JNGO(ns, env, napi_get_array_length(env, varr, &ulv), finish); in jn_ejdb2impl_ctor() 502 jbn->opts.kv.path = jn_string_at(env, jbn->pool, varr, false, false, argc++, &rc); in jn_ejdb2impl_ctor() 504 jbn->opts.kv.oflags = jn_int_at(env, varr, false, false, argc++, &rc); in jn_ejdb2impl_ctor() 506 jbn->opts.kv.wal.enabled = jn_bool_at(env, varr, false, false, argc++, &rc); in jn_ejdb2impl_ctor() 508 jbn->opts.kv.wal.check_crc_on_checkpoint = jn_bool_at(env, varr, true, true, argc++, &rc); in jn_ejdb2impl_ctor() 510 jbn->opts.kv.wal.checkpoint_buffer_sz = jn_int_at(env, varr, true, false, argc++, &rc); in jn_ejdb2impl_ctor() 512 jbn->opts.kv.wal.checkpoint_timeout_sec = jn_int_at(env, varr, true, false, argc++, &rc); in jn_ejdb2impl_ctor() [all …]
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
D | es3fLifetimeTests.cpp | 272 void BufferVAOAttacher::detach (GLuint buffer, GLuint varr) in detach() argument 275 attach(0, varr); in detach() 278 GLuint BufferVAOAttacher::getAttachment (GLuint varr) in getAttachment() argument 281 gl().bindVertexArray(varr); in getAttachment()
|
/third_party/node/tools/ |
D | lint-md.mjs | 37346 varr: '↕', property
|