Searched refs:ctry_next (Results 1 – 2 of 2) sorted by relevance
307 prev->ctry_next = cp; in get_tz_countries()383 if (cp->ctry_next == NULL) { in get_tz_countries()387 cp = cp->ctry_next; in get_tz_countries()400 next = cp->ctry_next; in get_tz_countries()401 cp->ctry_next = cp; in get_tz_countries()411 head = cp2->ctry_next; /* ctry_next is pointer to orig struct */ in get_tz_countries()415 cp = cp2[i].ctry_next; in get_tz_countries()416 prev->ctry_next = cp; in get_tz_countries()418 cp->ctry_next = NULL; in get_tz_countries()672 cptr = cptr->ctry_next; in free_tz_countries()
91 struct tz_country *ctry_next; /* pointer to next element */ member