Home
last modified time | relevance | path

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

/third_party/cJSON/
DcJSON_Utils.c430 static cJSON *detach_path(cJSON *object, const unsigned char *path, const cJSON_bool case_sensitive) in detach_path() function
890 cJSON *old_item = detach_path(object, (unsigned char*)path->valuestring, case_sensitive); in apply_patch()
918 value = detach_path(object, (unsigned char*)from->valuestring, case_sensitive); in apply_patch()