Searched refs:cJSON_DetachItemFromObject (Results 1 – 4 of 4) sorted by relevance
407 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()
236 CJSON_PUBLIC(cJSON *) cJSON_DetachItemFromObject(cJSON *object, const char *string);
466 detached_item = cJSON_DetachItemFromObject(parent, (char*)child_pointer); in detach_path()1364 replace_me = cJSON_DetachItemFromObject(target, patch_child->string); in merge_patch()
2234 CJSON_PUBLIC(cJSON *) cJSON_DetachItemFromObject(cJSON *object, const char *string) in cJSON_DetachItemFromObject() function2250 cJSON_Delete(cJSON_DetachItemFromObject(object, string)); in cJSON_DeleteItemFromObject()