Home
last modified time | relevance | path

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

/AliOS-Things-master/components/cjson/src/
A DcJSON.c1745 cJSON *current_child = NULL; in get_array_item() local
1752 current_child = array->child; in get_array_item()
1753 while ((current_child != NULL) && (index > 0)) in get_array_item()
1756 current_child = current_child->next; in get_array_item()
1759 return current_child; in get_array_item()

Completed in 9 milliseconds