Home
last modified time | relevance | path

Searched refs:replace_item_in_object (Results 1 – 2 of 2) sorted by relevance

/third_party/cJSON/
DcJSON.c2361 static cJSON_bool replace_item_in_object(cJSON *object, const char *string, cJSON *replacement, cJS… in replace_item_in_object() function
2386 return replace_item_in_object(object, string, newitem, false); in cJSON_ReplaceItemInObject()
2391 return replace_item_in_object(object, string, newitem, true); in cJSON_ReplaceItemInObjectCaseSensitive()
DCHANGELOG.md17 * Add allocate check for replace_item_in_object, see #675