Searched refs:ares_init (Results 1 – 10 of 10) sorted by relevance
19 ares_init.c \88 ares_init.3 \127 ares_init.html \166 ares_init.pdf \
46 test ! -f ares_init.c ||
116 status = ares_init(&channel); in main()
130 SOURCEDMANPAGES = ares_init.3
57 o ares_init: Last, not first instance of domain or search should win259 Make ares_init(), ares_dup() and ares_init_options() fail returning349 ares_init() will be primary "channel creator" function.678 set by ares_init.c:ares__generate_new_id() . I found that putting short r=0732 Note that the key generation code (in ares_init:randomize_key) has two745 Problem: Calling ares_init() for each lookup can be unnecessarily resource747 on each call to ares_init(). On unix, it must read and parse750 ares_init() once, but in a heavily multi-threaded environment, it is751 undesirable to ares_init() and ares_destroy() for each thread created813 (ares_init.c/get_iphlpapi_dns_info() function): when I disable the network[all …]
148 status = ares_init(&channel); in main()
85 ares_init.lo ares_library_init.lo ares_llist.lo \379 ares_init.c \448 ares_init.3 \487 ares_init.html \526 ares_init.pdf \581 SOURCEDMANPAGES = ares_init.3738 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ares_init.Plo@am__quote@
304 CARES_EXTERN int ares_init(ares_channel *channelptr);
112 int ares_init(ares_channel *channelptr) in ares_init() function
133 int status = ares_init((ares_channel*)resolver); in Curl_resolver_init()