Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/
Dacountry.c274 static const struct search_list country_list[] = { variable
603 country = list_lookup(cnumber, country_list, in find_country_from_cname()
604 sizeof(country_list) / sizeof(country_list[0])); in find_country_from_cname()
/external/libxkbcommon/src/
Dregistry.c816 parse_country_list(xmlNode *country_list, struct rxkb_layout *layout) in parse_country_list() argument
821 for (node = country_list->children; node; node = node->next) { in parse_country_list()