Searched refs:cJSONUtils_MergePatchCaseSensitive (Results 1 – 3 of 3) sorted by relevance
71 CJSON_PUBLIC(cJSON *) cJSONUtils_MergePatchCaseSensitive(cJSON *target, const cJSON * const patch);
1386 CJSON_PUBLIC(cJSON *) cJSONUtils_MergePatchCaseSensitive(cJSON *target, const cJSON * const patch) in cJSONUtils_MergePatchCaseSensitive() function
55 TEST_ASSERT_NULL(cJSONUtils_MergePatchCaseSensitive(item, NULL)); in cjson_utils_functions_shouldnt_crash_with_null_pointers()