Home
last modified time | relevance | path

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

/third_party/cJSON/
DcJSON_Utils.c435 cJSON *detached_item = NULL; in detach_path() local
462 detached_item = detach_item_from_array(parent, index); in detach_path()
466 detached_item = cJSON_DetachItemFromObject(parent, (char*)child_pointer); in detach_path()
480 return detached_item; in detach_path()