Searched refs:cJSONUtils_AddPatchToArray (Results 1 – 3 of 3) sorted by relevance
| /third_party/cJSON/tests/ |
| D | misc_utils_tests.c | 45 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/ |
| D | cJSON_Utils.h | 42 CJSON_PUBLIC(void) cJSONUtils_AddPatchToArray(cJSON * const array, const char * const operation, co…
|
| D | cJSON_Utils.c | 1153 CJSON_PUBLIC(void) cJSONUtils_AddPatchToArray(cJSON * const array, const char * const operation, co… in cJSONUtils_AddPatchToArray() function
|