Searched refs:cJSON_PrintBuffered (Results 1 – 7 of 7) sorted by relevance
/third_party/cJSON/fuzzing/ |
D | cjson_read_fuzzer.c | 40 printed_json = cJSON_PrintBuffered(json, 1, formatted); in LLVMFuzzerTestOneInput()
|
D | afl.c | 133 printed_json = cJSON_PrintBuffered(item, 1, do_format); in main()
|
/third_party/cJSON/ |
D | cJSON.h | 160 CJSON_PUBLIC(char *) cJSON_PrintBuffered(const cJSON *item, int prebuffer, cJSON_bool fmt);
|
D | CHANGELOG.md | 354 * fix incorrect return in cJSON_PrintBuffered [cf9d57d](https://github.com/DaveGamble/cJSON/commit/…
|
D | cJSON.c | 1258 CJSON_PUBLIC(char *) cJSON_PrintBuffered(const cJSON *item, int prebuffer, cJSON_bool fmt) in cJSON_PrintBuffered() function
|
D | README.md | 301 If you have a rough idea of how big your resulting string will be, you can use `cJSON_PrintBuffered…
|
/third_party/cJSON/tests/ |
D | misc_tests.c | 362 TEST_ASSERT_NULL(cJSON_PrintBuffered(NULL, 10, true)); in cjson_functions_should_not_crash_with_null_pointers()
|