Searched refs:replace_item_in_object (Results 1 – 2 of 2) sorted by relevance
/third_party/cJSON/ |
D | cJSON.c | 2361 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()
|
D | CHANGELOG.md | 17 * Add allocate check for replace_item_in_object, see #675
|