Home
last modified time | relevance | path

Searched refs:cJSONUtils_MergePatchCaseSensitive (Results 1 – 3 of 3) sorted by relevance

/third_party/cJSON/
DcJSON_Utils.h71 CJSON_PUBLIC(cJSON *) cJSONUtils_MergePatchCaseSensitive(cJSON *target, const cJSON * const patch);
DcJSON_Utils.c1386 CJSON_PUBLIC(cJSON *) cJSONUtils_MergePatchCaseSensitive(cJSON *target, const cJSON * const patch) in cJSONUtils_MergePatchCaseSensitive() function
/third_party/cJSON/tests/
Dmisc_utils_tests.c55 TEST_ASSERT_NULL(cJSONUtils_MergePatchCaseSensitive(item, NULL)); in cjson_utils_functions_shouldnt_crash_with_null_pointers()