Home
last modified time | relevance | path

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

/external/c-ares/
DMakefile.inc40 ares_timeout.c \
108 ares_timeout.3 \
147 ares_timeout.html \
186 ares_timeout.pdf \
Dares_timeout.c33 struct timeval *ares_timeout(ares_channel channel, struct timeval *maxtv, in ares_timeout() function
Dahost.c150 tvp = ares_timeout(channel, NULL, &tv); in main()
Dacountry.c213 tvp = ares_timeout(channel, NULL, &tv); in wait_ares()
Dares.h394 CARES_EXTERN struct timeval *ares_timeout(ares_channel channel,
DMakefile.in92 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@
Dadig.c391 tvp = ares_timeout(channel, NULL, &tv); in main()
/external/curl/lib/
Dasyn-ares.c230 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/
DCHANGES.04456 - Fixed issue related with the use of ares_timeout() result.