Lines Matching refs:ares_init
57 o ares_init: Last, not first instance of domain or search should win
259 Make ares_init(), ares_dup() and ares_init_options() fail returning
349 ares_init() will be primary "channel creator" function.
678 set by ares_init.c:ares__generate_new_id() . I found that putting short r=0
732 Note that the key generation code (in ares_init:randomize_key) has two
745 Problem: Calling ares_init() for each lookup can be unnecessarily resource
747 on each call to ares_init(). On unix, it must read and parse
750 ares_init() once, but in a heavily multi-threaded environment, it is
751 undesirable to ares_init() and ares_destroy() for each thread created
813 (ares_init.c/get_iphlpapi_dns_info() function): when I disable the network
1035 - Harshal Pradhan made a minor syntax change in ares_init.c to make it build