Home
last modified time | relevance | path

Searched refs:cJSON_PrintBuffered (Results 1 – 9 of 9) 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/vulkan-loader/loader/
DcJSON.h79 char *cJSON_PrintBuffered(cJSON *item, int prebuffer, int fmt);
DcJSON.c482 char *cJSON_PrintBuffered(cJSON *item, int prebuffer, int fmt) { in cJSON_PrintBuffered() function
/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/…
DREADME.md301 If you have a rough idea of how big your resulting string will be, you can use `cJSON_PrintBuffered
DcJSON.c1263 CJSON_PUBLIC(char *) cJSON_PrintBuffered(const cJSON *item, int prebuffer, cJSON_bool fmt) in cJSON_PrintBuffered() function
/third_party/cJSON/tests/
Dmisc_tests.c375 TEST_ASSERT_NULL(cJSON_PrintBuffered(NULL, 10, true)); in cjson_functions_should_not_crash_with_null_pointers()