Searched refs:ares_timeout (Results 1 – 9 of 9) sorted by relevance
/external/c-ares/ |
D | Makefile.inc | 40 ares_timeout.c \ 108 ares_timeout.3 \ 147 ares_timeout.html \ 186 ares_timeout.pdf \
|
D | ares_timeout.c | 33 struct timeval *ares_timeout(ares_channel channel, struct timeval *maxtv, in ares_timeout() function
|
D | ahost.c | 150 tvp = ares_timeout(channel, NULL, &tv); in main()
|
D | acountry.c | 213 tvp = ares_timeout(channel, NULL, &tv); in wait_ares()
|
D | ares.h | 394 CARES_EXTERN struct timeval *ares_timeout(ares_channel channel,
|
D | Makefile.in | 92 ares_strdup.lo ares_strerror.lo ares_timeout.lo \ 400 ares_timeout.c \ 468 ares_timeout.3 \ 507 ares_timeout.html \ 546 ares_timeout.pdf \ 759 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ares_timeout.Plo@am__quote@
|
D | adig.c | 391 tvp = ares_timeout(channel, NULL, &tv); in main()
|
/external/curl/lib/ |
D | asyn-ares.c | 230 timeout = ares_timeout((ares_channel)conn->data->state.resolver, &maxtime, in Curl_resolver_getsock() 377 tvp = ares_timeout((ares_channel)data->state.resolver, &store, &tv); in Curl_resolver_wait_resolv()
|
/external/curl/ |
D | CHANGES.0 | 4456 - Fixed issue related with the use of ares_timeout() result.
|