Searched refs:cJSON_Minify (Results 1 – 8 of 8) sorted by relevance
37 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()
447 cJSON_Minify(NULL); in cjson_functions_should_not_crash_with_null_pointers()
64 cJSON_Minify((char*)copied + offset); in LLVMFuzzerTestOneInput()
150 void cJSON_Minify(char *json);
1189 void cJSON_Minify(char *json) { in cJSON_Minify() function
260 CJSON_PUBLIC(void) cJSON_Minify(char *json);
60 * 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…
2848 CJSON_PUBLIC(void) cJSON_Minify(char *json) in cJSON_Minify() function