Home
last modified time | relevance | path

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

/third_party/cJSON/
H A DcJSON.c2618 static cJSON_bool replace_item_in_object(cJSON *object, const char *string, cJSON *replacement, cJSON_bool case_sensitive) in replace_item_in_object() function
2643 return replace_item_in_object(object, string, newitem, false); in CJSON_PUBLIC()
2648 return replace_item_in_object(object, string, newitem, true); in CJSON_PUBLIC()

Completed in 4 milliseconds