Home
last modified time | relevance | path

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

/third_party/cJSON/tests/
Dmisc_utils_tests.c45 cJSONUtils_AddPatchToArray(item, "path", "add", NULL); in cjson_utils_functions_shouldnt_crash_with_null_pointers()
46 cJSONUtils_AddPatchToArray(item, "path", NULL, item); in cjson_utils_functions_shouldnt_crash_with_null_pointers()
47 cJSONUtils_AddPatchToArray(item, NULL, "add", item); in cjson_utils_functions_shouldnt_crash_with_null_pointers()
48 cJSONUtils_AddPatchToArray(NULL, "path", "add", item); in cjson_utils_functions_shouldnt_crash_with_null_pointers()
/third_party/cJSON/
DcJSON_Utils.h42 CJSON_PUBLIC(void) cJSONUtils_AddPatchToArray(cJSON * const array, const char * const operation, co…
DcJSON_Utils.c1136 CJSON_PUBLIC(void) cJSONUtils_AddPatchToArray(cJSON * const array, const char * const operation, co… in cJSONUtils_AddPatchToArray() function