Home
last modified time | relevance | path

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

/external/curl/lib/
Dasyn-thread.c624 int *waitp) in Curl_resolver_getaddrinfo() argument
630 *waitp = 0; /* default to synchronous response */ in Curl_resolver_getaddrinfo()
640 *waitp = 1; /* expect asynchronous response */ in Curl_resolver_getaddrinfo()
657 int *waitp) in Curl_resolver_getaddrinfo() argument
665 *waitp = 0; /* default to synchronous response */ in Curl_resolver_getaddrinfo()
716 *waitp = 1; /* expect asynchronous response */ in Curl_resolver_getaddrinfo()
Dhostasyn.c123 int *waitp) in Curl_getaddrinfo() argument
125 return Curl_resolver_getaddrinfo(conn, hostname, port, waitp); in Curl_getaddrinfo()
Dhostip6.c131 int *waitp) in Curl_getaddrinfo() argument
146 *waitp = 0; /* synchronous response only */ in Curl_getaddrinfo()
Dhostip4.c95 int *waitp) in Curl_getaddrinfo() argument
103 *waitp = 0; /* synchronous response only */ in Curl_getaddrinfo()
Dasyn-ares.c534 int *waitp) in Curl_resolver_getaddrinfo() argument
544 *waitp = 0; /* default to synchronous response */ in Curl_resolver_getaddrinfo()
623 *waitp = 1; /* expect asynchronous response */ in Curl_resolver_getaddrinfo()
Ddoh.h36 int *waitp);
Dasyn.h160 int *waitp);
Dhostip.h117 int *waitp);
Ddoh.c338 int *waitp) in Curl_doh() argument
342 *waitp = TRUE; /* this never returns synchronously */ in Curl_doh()