Home
last modified time | relevance | path

Searched defs:replacement (Results 1 – 2 of 2) sorted by relevance

/civetweb-2.7.6/examples/rest/cJSON/
DcJSON_Utils.c759 static void overwrite_item(cJSON * const root, const cJSON replacement) in overwrite_item()
1329 cJSON *replacement = NULL; in merge_patch() local
DcJSON.c2171 …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()