Home
last modified time | relevance | path

Searched refs:cJSON_free (Results 1 - 4 of 4) sorted by relevance

/third_party/cJSON/
H A DcJSON_Utils.c230 cJSON_free(target_pointer); in cJSONUtils_FindPointerFromObjectTo()
231 cJSON_free(full_pointer); in cJSONUtils_FindPointerFromObjectTo()
235 cJSON_free(target_pointer); in cJSONUtils_FindPointerFromObjectTo()
246 cJSON_free(target_pointer); in cJSONUtils_FindPointerFromObjectTo()
252 cJSON_free(target_pointer); in cJSONUtils_FindPointerFromObjectTo()
477 cJSON_free(parent_pointer); in detach_path()
810 cJSON_free(root->string); in overwrite_item()
814 cJSON_free(root->valuestring); in overwrite_item()
889 cJSON_free(value); in apply_patch()
895 cJSON_free(objec in apply_patch()
[all...]
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. */
322 CJSON_PUBLIC(void) cJSON_free(void *object);
H A DcJSON.c586 cJSON_free(object->valuestring); in cJSON_SetValuestring()
2628 cJSON_free(replacement->string); in replace_item_in_object()
3461 CJSON_PUBLIC(void) cJSON_free(void *object) in cJSON_free() function
/third_party/cJSON/tests/
H A Dmisc_tests.c336 cJSON_free(array); in cjson_replace_item_via_pointer_should_replace_items()

Completed in 7 milliseconds