Searched refs:STR_FAIL (Results 1 – 2 of 2) sorted by relevance
| /spdk/test/unit/lib/json/json_parse.c/ |
| H A D | json_parse_ut.c | 97 #define STR_FAIL(in, retval) \ macro 177 STR_FAIL("\x00", SPDK_JSON_PARSE_INVALID); in test_parse_string_control_chars() 178 STR_FAIL("\x01", SPDK_JSON_PARSE_INVALID); in test_parse_string_control_chars() 179 STR_FAIL("\x02", SPDK_JSON_PARSE_INVALID); in test_parse_string_control_chars() 180 STR_FAIL("\x03", SPDK_JSON_PARSE_INVALID); in test_parse_string_control_chars() 181 STR_FAIL("\x04", SPDK_JSON_PARSE_INVALID); in test_parse_string_control_chars() 182 STR_FAIL("\x05", SPDK_JSON_PARSE_INVALID); in test_parse_string_control_chars() 183 STR_FAIL("\x06", SPDK_JSON_PARSE_INVALID); in test_parse_string_control_chars() 184 STR_FAIL("\x07", SPDK_JSON_PARSE_INVALID); in test_parse_string_control_chars() 185 STR_FAIL("\x08", SPDK_JSON_PARSE_INVALID); in test_parse_string_control_chars() [all …]
|
| /spdk/test/unit/lib/json/json_write.c/ |
| H A D | json_write_ut.c | 68 #define STR_FAIL(in) \ macro 180 STR_FAIL("\x80"); in test_write_string_escapes() 181 STR_FAIL("\xC1"); in test_write_string_escapes() 182 STR_FAIL("\xC2"); in test_write_string_escapes() 187 STR_FAIL("\xDF"); in test_write_string_escapes() 188 STR_FAIL("\xE0\x80"); in test_write_string_escapes() 189 STR_FAIL("\xE0\x1F"); in test_write_string_escapes() 190 STR_FAIL("\xE0\x1F\x80"); in test_write_string_escapes() 191 STR_FAIL("\xE0"); in test_write_string_escapes() 192 STR_FAIL("\xE0\xA0"); in test_write_string_escapes() [all …]
|