Searched refs:txtalias (Results 1 – 1 of 1) sorted by relevance
39 char *txtaddr, *txthost, *txtalias; in ares__get_hostent() local109 txtalias = NULL; in ares__get_hostent()116 txtalias = q; in ares__get_hostent()124 if (txtalias) in ares__get_hostent()126 p = txtalias; in ares__get_hostent()203 while (txtalias) in ares__get_hostent()205 p = txtalias; in ares__get_hostent()212 if ((*alias = strdup(txtalias)) == NULL) in ares__get_hostent()215 txtalias = *q ? q : NULL; in ares__get_hostent()217 if (txtalias) in ares__get_hostent()