Home
last modified time | relevance | path

Searched refs:R_JSON_ARRAY (Results 1 – 4 of 4) sorted by relevance

/dports/devel/radare2/radare2-5.1.1/test/unit/
H A Dtest_json.c27 mu_assert_eq (child_0->type, R_JSON_ARRAY, "array type"); in check_expected_0()
72 mu_assert_eq (child_0->type, R_JSON_ARRAY, "array type"); in check_expected_0()
194 mu_assert_eq (j->type, R_JSON_ARRAY, "array type"); in check_expected_4()
408 mu_assert_eq (j->type, R_JSON_ARRAY, "array type"); in check_expected_19()
608 mu_assert_eq (j->type, R_JSON_ARRAY, "array type"); in check_expected_24()
652 mu_assert_eq (j->type, R_JSON_ARRAY, "array type"); in check_expected_25()
754 mu_assert_eq (j->type, R_JSON_ARRAY, "array type"); in check_expected_30()
818 mu_assert_eq (j->type, R_JSON_ARRAY, "array type"); in check_expected_31()
889 mu_assert_eq (j->type, R_JSON_ARRAY, "array type"); in check_expected_38()
904 mu_assert_eq (j->type, R_JSON_ARRAY, "array type"); in check_expected_39()
[all …]
/dports/devel/radare2/radare2-5.1.1/libr/include/r_util/
H A Dr_json.h28 R_JSON_ARRAY, // items can be found in child nodes enumerator
/dports/devel/radare2/radare2-5.1.1/libr/util/
H A Djson_parser.c41 if (js->type == R_JSON_OBJECT || js->type == R_JSON_ARRAY) { in r_json_free()
268 js = create_json (R_JSON_ARRAY, key, parent); in parse_value()
/dports/devel/radare2/radare2-5.1.1/libr/debug/
H A Ddsession.c472 if (!reg_json || reg_json->type != R_JSON_ARRAY) { in deserialize_memory_cb()
521 if (!reg_json || reg_json->type != R_JSON_ARRAY) { in deserialize_registers_cb()
584 if (!regs_json || regs_json->type != R_JSON_ARRAY) { in deserialize_checkpoints_cb()
619 if (!snaps_json || snaps_json->type != R_JSON_ARRAY) { in deserialize_checkpoints_cb()