Home
last modified time | relevance | path

Searched refs:cJSON_DetachItemFromObject (Results 1 – 4 of 4) sorted by relevance

/third_party/cJSON/tests/
Dmisc_tests.c407 TEST_ASSERT_NULL(cJSON_DetachItemFromObject(NULL, "item")); in cjson_functions_should_not_crash_with_null_pointers()
408 TEST_ASSERT_NULL(cJSON_DetachItemFromObject(item, NULL)); in cjson_functions_should_not_crash_with_null_pointers()
/third_party/cJSON/
DcJSON.h236 CJSON_PUBLIC(cJSON *) cJSON_DetachItemFromObject(cJSON *object, const char *string);
DcJSON_Utils.c466 detached_item = cJSON_DetachItemFromObject(parent, (char*)child_pointer); in detach_path()
1364 replace_me = cJSON_DetachItemFromObject(target, patch_child->string); in merge_patch()
DcJSON.c2234 CJSON_PUBLIC(cJSON *) cJSON_DetachItemFromObject(cJSON *object, const char *string) in cJSON_DetachItemFromObject() function
2250 cJSON_Delete(cJSON_DetachItemFromObject(object, string)); in cJSON_DeleteItemFromObject()