Searched refs:cJSON_PrintBuffered (Results 1 - 5 of 5) sorted by relevance
/third_party/cJSON/fuzzing/ |
H A D | cjson_read_fuzzer.c | 40 printed_json = cJSON_PrintBuffered(json, 1, formatted); in LLVMFuzzerTestOneInput()
|
H A D | afl.c | 133 printed_json = cJSON_PrintBuffered(item, 1, do_format); in main()
|
/third_party/cJSON/ |
H A D | cJSON.h | 173 CJSON_PUBLIC(char *) cJSON_PrintBuffered(const cJSON *item, int prebuffer, cJSON_bool fmt);
|
H A D | cJSON.c | 1505 CJSON_PUBLIC(char *) cJSON_PrintBuffered(const cJSON *item, int prebuffer, cJSON_bool fmt) in cJSON_PrintBuffered() function
|
/third_party/cJSON/tests/ |
H A D | misc_tests.c | 384 TEST_ASSERT_NULL(cJSON_PrintBuffered(NULL, 10, true)); in cjson_functions_should_not_crash_with_null_pointers()
|
Completed in 6 milliseconds