Home
last modified time | relevance | path

Searched refs:cJSONUtils_ApplyPatches (Results 1 – 4 of 4) sorted by relevance

/third_party/cJSON/tests/
Dmisc_utils_tests.c49 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()
/third_party/cJSON/
DcJSON_Utils.h44 CJSON_PUBLIC(int) cJSONUtils_ApplyPatches(cJSON * const object, const cJSON * const patches);
DcJSON_Utils.c1038 CJSON_PUBLIC(int) cJSONUtils_ApplyPatches(cJSON * const object, const cJSON * const patches) in cJSONUtils_ApplyPatches() function
DCHANGELOG.md275 * Fix `cJSONUtils_ApplyPatches`, it was completely broken and apparently nobody noticed (or at leas…