Home
last modified time | relevance | path

Searched refs:cJSON_Print (Results 1 - 9 of 9) sorted by relevance

/third_party/cJSON/tests/
H A Dreadme_examples.c106 string = cJSON_Print(monitor); in create_monitor()
158 string = cJSON_Print(monitor); in create_monitor_with_helpers()
H A Dparse_examples.c80 actual = cJSON_Print(tree); in do_test()
H A Djson_patch_tests.c159 printed_patch = cJSON_Print(patch); in test_generate_test()
H A Dmisc_tests.c382 TEST_ASSERT_NULL(cJSON_Print(NULL)); in cjson_functions_should_not_crash_with_null_pointers()
/third_party/cJSON/fuzzing/
H A Dcjson_read_fuzzer.c47 printed_json = cJSON_Print(json); in LLVMFuzzerTestOneInput()
H A Dafl.c140 printed_json = cJSON_Print(item); in main()
/third_party/cJSON/
H A Dtest.c53 out = cJSON_Print(root); in print_preallocated()
78 printf("cJSON_PrintPreallocated not the same as cJSON_Print!\n"); in print_preallocated()
79 printf("cJSON_Print result:\n%s\n", out); in print_preallocated()
94 printf("cJSON_Print result:\n%s\n", out); in print_preallocated()
H A DcJSON.h159 /* Memory Management: the caller is always responsible to free the results from all variants of cJSON_Parse (with cJSON_Delete) and cJSON_Print (with stdlib free, cJSON_Hooks.free_fn, or cJSON_free as appropriate). The exception is cJSON_PrintPreallocated, where the caller has full responsibility of the buffer. */
169 CJSON_PUBLIC(char *) cJSON_Print(const cJSON *item);
H A DcJSON.c1495 CJSON_PUBLIC(char *) cJSON_Print(const cJSON *item) in cJSON_Print() function

Completed in 8 milliseconds