Home
last modified time | relevance | path

Searched refs:name_cnt (Results 1 - 5 of 5) sorted by relevance

/third_party/jerryscript/jerry-ext/arg/
H A Darg.c111 const jerry_length_t name_cnt, /**< count of the name list */ in jerryx_arg_transform_object_properties()
125 prop = (jerry_value_t*) jerry_vla_malloc (sizeof(jerry_value_t) * name_cnt); in jerryx_arg_transform_object_properties()
131 JERRY_VLA (jerry_value_t, prop, name_cnt); in jerryx_arg_transform_object_properties()
133 for (jerry_length_t i = 0; i < name_cnt; i++, name_p++) in jerryx_arg_transform_object_properties()
155 const jerry_value_t ret = jerryx_arg_transform_args (prop, name_cnt, c_arg_p, c_arg_cnt); in jerryx_arg_transform_object_properties()
157 for (jerry_length_t i = 0; i < name_cnt; i++) in jerryx_arg_transform_object_properties()
109 jerryx_arg_transform_object_properties(const jerry_value_t obj_val, const jerry_char_t **name_p, const jerry_length_t name_cnt, const jerryx_arg_t *c_arg_p, jerry_length_t c_arg_cnt) jerryx_arg_transform_object_properties() argument
H A Darg-transform-functions.c487 object_props->name_cnt, in jerryx_arg_transform_object_props()
/third_party/libcoap/man/
H A Dexamples-code-check.c142 static unsigned int name_cnt = 0; variable
186 for (i = 0; i < name_cnt; i++) { in dump_name_synopsis_mismatch()
192 name_cnt = 0; in dump_name_synopsis_mismatch()
353 for (i = 0; i < name_cnt; i++) { in decode_synopsis_definition()
359 if (i == name_cnt) { in decode_synopsis_definition()
473 name_cnt = 0; in main()
596 for (i = 0; i < name_cnt; i++) { in main()
602 if (i != name_cnt) in main()
611 name_cnt++; in main()
/third_party/jerryscript/jerry-ext/include/jerryscript-ext/
H A Darg.h51 jerry_length_t name_cnt; /**< count of the name list */ member
88 const jerry_length_t name_cnt,
/third_party/jerryscript/tests/unit-ext/
H A Dtest-ext-arg.c393 prop_info.name_cnt = 3; in test_validator_prop2_handler()

Completed in 4 milliseconds