Searched defs:replacement (Results 1 – 2 of 2) sorted by relevance
759 static void overwrite_item(cJSON * const root, const cJSON replacement) in overwrite_item()1329 cJSON *replacement = NULL; in merge_patch() local
2171 …ON_bool) cJSON_ReplaceItemViaPointer(cJSON * const parent, cJSON * const item, cJSON * replacement) in cJSON_ReplaceItemViaPointer()2216 static cJSON_bool replace_item_in_object(cJSON *object, const char *string, cJSON *replacement, cJS… in replace_item_in_object()