Searched refs:cJSON_PrintUnformatted (Results 1 – 11 of 11) sorted by relevance
180 patchtext = cJSON_PrintUnformatted(patch); in merge_tests()182 after = cJSON_PrintUnformatted(object_to_be_merged); in merge_tests()204 patchedtext = cJSON_PrintUnformatted(from); in generate_merge_tests()
374 TEST_ASSERT_NULL(cJSON_PrintUnformatted(NULL)); in cjson_functions_should_not_crash_with_null_pointers()621 str1 = cJSON_PrintUnformatted(root); in cjson_delete_item_from_array_should_not_broken_list_structure()626 str2 = cJSON_PrintUnformatted(root); in cjson_delete_item_from_array_should_not_broken_list_structure()632 str3 = cJSON_PrintUnformatted(root); in cjson_delete_item_from_array_should_not_broken_list_structure()
51 printed_json = cJSON_PrintUnformatted(json); in LLVMFuzzerTestOneInput()
144 printed_json = cJSON_PrintUnformatted(item); in main()
75 char *cJSON_PrintUnformatted(cJSON *item);
480 char *cJSON_PrintUnformatted(cJSON *item) { return print_value(item, 0, 0, 0); } in cJSON_PrintUnformatted() function
2564 file_vers = cJSON_PrintUnformatted(item); in loader_add_layer_properties()
158 CJSON_PUBLIC(char *) cJSON_PrintUnformatted(const cJSON *item);
299 …h whitespace for formatting. If you want to print without formatting, use `cJSON_PrintUnformatted`.
1258 CJSON_PUBLIC(char *) cJSON_PrintUnformatted(const cJSON *item) in cJSON_PrintUnformatted() function
13058 - cJSON: Import patch to fix:cJSON_PrintUnformatted() behaves unexpected