Home
last modified time | relevance | path

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

/petsc/src/mat/tests/
H A DcJSON.c1425 cJSON *current_child = NULL; in get_array_item() local
1429 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()