Searched refs:current_child (Results 1 – 4 of 4) sorted by relevance
223 int64_t current_child = pos[dim + 1]; in IsCompleted() local225 return current_child >= limit_child; in IsCompleted()
1850 cJSON *current_child = NULL; in get_array_item() local1857 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()
87604 int current_child; member