Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/
Dares__get_hostent.c37 char *txtaddr, *txthost, *txtalias; in ares__get_hostent() local
107 txtalias = NULL; in ares__get_hostent()
114 txtalias = q; in ares__get_hostent()
122 if (txtalias) in ares__get_hostent()
124 p = txtalias; in ares__get_hostent()
201 while (txtalias) in ares__get_hostent()
203 p = txtalias; in ares__get_hostent()
210 if ((*alias = ares_strdup(txtalias)) == NULL) in ares__get_hostent()
213 txtalias = *q ? q : NULL; in ares__get_hostent()
215 if (txtalias) in ares__get_hostent()