Home
last modified time | relevance | path

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

/third_party/cJSON/tests/
H A Dminify_tests.c37 cJSON_Minify(unclosed_multiline_comment); in cjson_minify_should_not_overflow_buffer()
40 cJSON_Minify(pending_escape); in cjson_minify_should_not_overflow_buffer()
52 cJSON_Minify(minified); in cjson_minify_should_remove_single_line_comments()
66 cJSON_Minify(minified); in cjson_minify_should_remove_spaces()
80 cJSON_Minify(minified); in cjson_minify_should_remove_multiline_comments()
94 cJSON_Minify(minified); in cjson_minify_should_not_modify_strings()
149 cJSON_Minify(buffer); in cjson_minify_should_minify_json()
158 cJSON_Minify(string); in cjson_minify_should_not_loop_infinitely()
H A Dmisc_tests.c457 cJSON_Minify(NULL); in cjson_functions_should_not_crash_with_null_pointers()
/third_party/cJSON/fuzzing/
H A Dcjson_read_fuzzer.c64 cJSON_Minify((char*)copied + offset); in LLVMFuzzerTestOneInput()
/third_party/cJSON/
H A DcJSON.h282 CJSON_PUBLIC(void) cJSON_Minify(char *json);
H A DcJSON.c3149 CJSON_PUBLIC(void) cJSON_Minify(char *json) in cJSON_Minify() function

Completed in 7 milliseconds