Home
last modified time | relevance | path

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

/third_party/cJSON/
H A DcJSON.h259 CJSON_PUBLIC(cJSON *) cJSON_DetachItemFromObjectCaseSensitive(cJSON *object, const char *string);
H A DcJSON_Utils.c1377 replace_me = cJSON_DetachItemFromObjectCaseSensitive(target, patch_child->string); in merge_patch()
H A DcJSON.c2507 CJSON_PUBLIC(cJSON *) cJSON_DetachItemFromObjectCaseSensitive(cJSON *object, const char *string) in cJSON_DetachItemFromObjectCaseSensitive() function
2521 cJSON_Delete(cJSON_DetachItemFromObjectCaseSensitive(object, string)); in cJSON_DeleteItemFromObjectCaseSensitive()
/third_party/cJSON/tests/
H A Dmisc_tests.c431 TEST_ASSERT_NULL(cJSON_DetachItemFromObjectCaseSensitive(NULL, "item")); in cjson_functions_should_not_crash_with_null_pointers()
432 TEST_ASSERT_NULL(cJSON_DetachItemFromObjectCaseSensitive(item, NULL)); in cjson_functions_should_not_crash_with_null_pointers()

Completed in 8 milliseconds