Home
last modified time | relevance | path

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

/openbmc/qemu/tests/unit/
H A Dcheck-qjson.c52 const char *json_in; in escaped_string() member
87 for (i = 0; test_cases[i].json_in; i++) { in escaped_string()
95 g_assert_cmpstr(jstr, ==, test_cases[i].json_in); in escaped_string()
100 cstr = from_json_str(test_cases[i].json_in, j, NULL); in escaped_string()
138 const char *json_in; in utf8_string() member
740 const char *json_in, *utf8_out, *utf8_in, *json_out, *tail; in utf8_string() local
743 for (i = 0; test_cases[i].json_in; i++) { in utf8_string()
745 json_in = test_cases[i].json_in; in utf8_string()
752 str = from_json_str(json_in, j, &error_abort); in utf8_string()
756 str = from_json_str(json_in, j, NULL); in utf8_string()
[all …]