Home
last modified time | relevance | path

Searched refs:cJSON_PrintBuffered (Results 1 – 7 of 7) sorted by relevance

/third_party/cJSON/fuzzing/
Dcjson_read_fuzzer.c40 printed_json = cJSON_PrintBuffered(json, 1, formatted); in LLVMFuzzerTestOneInput()
Dafl.c133 printed_json = cJSON_PrintBuffered(item, 1, do_format); in main()
/third_party/cJSON/
DcJSON.h160 CJSON_PUBLIC(char *) cJSON_PrintBuffered(const cJSON *item, int prebuffer, cJSON_bool fmt);
DCHANGELOG.md354 * fix incorrect return in cJSON_PrintBuffered [cf9d57d](https://github.com/DaveGamble/cJSON/commit/…
DcJSON.c1258 CJSON_PUBLIC(char *) cJSON_PrintBuffered(const cJSON *item, int prebuffer, cJSON_bool fmt) in cJSON_PrintBuffered() function
DREADME.md301 If you have a rough idea of how big your resulting string will be, you can use `cJSON_PrintBuffered
/third_party/cJSON/tests/
Dmisc_tests.c362 TEST_ASSERT_NULL(cJSON_PrintBuffered(NULL, 10, true)); in cjson_functions_should_not_crash_with_null_pointers()