Searched refs:ctry_next (Results 1 – 2 of 2) sorted by relevance
305 prev->ctry_next = cp; in get_tz_countries()381 if (cp->ctry_next == NULL) { in get_tz_countries()385 cp = cp->ctry_next; in get_tz_countries()398 next = cp->ctry_next; in get_tz_countries()399 cp->ctry_next = cp; in get_tz_countries()409 head = cp2->ctry_next; /* ctry_next is pointer to orig struct */ in get_tz_countries()413 cp = cp2[i].ctry_next; in get_tz_countries()414 prev->ctry_next = cp; in get_tz_countries()416 cp->ctry_next = NULL; in get_tz_countries()670 cptr = cptr->ctry_next; in free_tz_countries()
89 struct tz_country *ctry_next; /* pointer to next element */ member