Home
last modified time | relevance | path

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

/third_party/cJSON/fuzzing/
H A Dcjson_read_fuzzer.c40 printed_json = cJSON_PrintBuffered(json, 1, formatted); in LLVMFuzzerTestOneInput()
H A Dafl.c133 printed_json = cJSON_PrintBuffered(item, 1, do_format); in main()
/third_party/cJSON/
H A DcJSON.h173 CJSON_PUBLIC(char *) cJSON_PrintBuffered(const cJSON *item, int prebuffer, cJSON_bool fmt);
H A DcJSON.c1505 CJSON_PUBLIC(char *) cJSON_PrintBuffered(const cJSON *item, int prebuffer, cJSON_bool fmt) in cJSON_PrintBuffered() function
/third_party/cJSON/tests/
H A Dmisc_tests.c384 TEST_ASSERT_NULL(cJSON_PrintBuffered(NULL, 10, true)); in cjson_functions_should_not_crash_with_null_pointers()

Completed in 6 milliseconds