Home
last modified time | relevance | path

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

/curl/lib/
H A Dhostasyn.c118 int *waitp) in Curl_getaddrinfo() argument
120 return Curl_resolver_getaddrinfo(data, hostname, port, waitp); in Curl_getaddrinfo()
H A Dhostip6.c101 int *waitp) in Curl_getaddrinfo() argument
113 *waitp = 0; /* synchronous response only */ in Curl_getaddrinfo()
H A Dhostip4.c92 int *waitp) in Curl_getaddrinfo() argument
100 *waitp = 0; /* synchronous response only */ in Curl_getaddrinfo()
H A Dasyn.h161 int *waitp);
H A Ddoh.h86 int *waitp);
H A Dasyn-thread.c934 int *waitp) in Curl_resolver_getaddrinfo() argument
938 *waitp = 0; /* default to synchronous response */ in Curl_resolver_getaddrinfo()
944 *waitp = 1; /* expect asynchronous response */ in Curl_resolver_getaddrinfo()
961 int *waitp) in Curl_resolver_getaddrinfo() argument
967 *waitp = 0; /* default to synchronous response */ in Curl_resolver_getaddrinfo()
987 *waitp = 1; /* expect asynchronous response */ in Curl_resolver_getaddrinfo()
H A Dhostip.h161 int *waitp);
H A Dasyn-ares.c768 int *waitp) in Curl_resolver_getaddrinfo() argument
772 *waitp = 0; /* default to synchronous response */ in Curl_resolver_getaddrinfo()
839 *waitp = 1; /* expect asynchronous response */ in Curl_resolver_getaddrinfo()
H A Ddoh.c400 int *waitp) in Curl_doh() argument
412 *waitp = FALSE; in Curl_doh()
483 *waitp = TRUE; /* this never returns synchronously */ in Curl_doh()

Completed in 27 milliseconds