Searched refs:current_child (Results 1 – 1 of 1) sorted by relevance
1425 cJSON *current_child = NULL; in get_array_item() local1429 current_child = array->child; in get_array_item()1430 while ((current_child != NULL) && (index > 0)) { in get_array_item()1432 current_child = current_child->next; in get_array_item()1435 return current_child; in get_array_item()