Home
last modified time | relevance | path

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

/third_party/cJSON/tests/
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()
Dmisc_tests.c447 cJSON_Minify(NULL); in cjson_functions_should_not_crash_with_null_pointers()
/third_party/cJSON/fuzzing/
Dcjson_read_fuzzer.c64 cJSON_Minify((char*)copied + offset); in LLVMFuzzerTestOneInput()
/third_party/vulkan-loader/loader/
DcJSON.h150 void cJSON_Minify(char *json);
DcJSON.c1189 void cJSON_Minify(char *json) { in cJSON_Minify() function
/third_party/cJSON/
DcJSON.h260 CJSON_PUBLIC(void) cJSON_Minify(char *json);
DCHANGELOG.md60 * Fix infinite loop in `cJSON_Minify` (potential Denial of Service). Thanks @Alanscut for reporting…
68 * Fix a bug where cJSON_Minify could overflow it's buffer, both reading and writing. This is a secu…
DcJSON.c2848 CJSON_PUBLIC(void) cJSON_Minify(char *json) in cJSON_Minify() function