Searched refs:cJSONUtils_ApplyPatches (Results 1 – 4 of 4) sorted by relevance
49 cJSONUtils_ApplyPatches(item, NULL); in cjson_utils_functions_shouldnt_crash_with_null_pointers()50 cJSONUtils_ApplyPatches(NULL, item); in cjson_utils_functions_shouldnt_crash_with_null_pointers()
44 CJSON_PUBLIC(int) cJSONUtils_ApplyPatches(cJSON * const object, const cJSON * const patches);
1038 CJSON_PUBLIC(int) cJSONUtils_ApplyPatches(cJSON * const object, const cJSON * const patches) in cJSONUtils_ApplyPatches() function
275 * Fix `cJSONUtils_ApplyPatches`, it was completely broken and apparently nobody noticed (or at leas…