Searched refs:current_child (Results 1 – 1 of 1) sorted by relevance
1745 cJSON *current_child = NULL; in get_array_item() local1752 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