Home
last modified time | relevance | path

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

/iperf/src/
H A Dcjson.c1850 cJSON *current_child = NULL; in get_array_item() local
1857 current_child = array->child; in get_array_item()
1858 while ((current_child != NULL) && (index > 0)) in get_array_item()
1861 current_child = current_child->next; in get_array_item()
1864 return current_child; in get_array_item()