Searched refs:addrinfo (Results 1 – 12 of 12) sorted by relevance
/curl/lib/ |
H A D | curl_addrinfo.h | 70 const struct addrinfo *hints, 92 curl_dbg_freeaddrinfo(struct addrinfo *freethis, int line, const char *source); 98 const struct addrinfo *hints, struct addrinfo **result, 104 void Curl_addrinfo_set_port(struct Curl_addrinfo *addrinfo, int port);
|
H A D | curl_addrinfo.c | 108 const struct addrinfo *hints, in Curl_getaddrinfo_ex() 111 const struct addrinfo *ai; in Curl_getaddrinfo_ex() 112 struct addrinfo *aihead; in Curl_getaddrinfo_ex() 512 curl_dbg_freeaddrinfo(struct addrinfo *freethis, in curl_dbg_freeaddrinfo() 538 const struct addrinfo *hints, in curl_dbg_getaddrinfo() 539 struct addrinfo **result, in curl_dbg_getaddrinfo() 563 void Curl_addrinfo_set_port(struct Curl_addrinfo *addrinfo, int port) in Curl_addrinfo_set_port() argument 570 for(ca = addrinfo; ca != NULL; ca = ca->ai_next) { in Curl_addrinfo_set_port()
|
H A D | setup-os400.h | 62 const struct addrinfo *hints, 63 struct addrinfo **res);
|
H A D | asyn.h | 30 struct addrinfo;
|
H A D | asyn-thread.c | 145 const struct addrinfo *hints); 162 struct addrinfo hints; 210 const struct addrinfo *hints) in init_thread_sync_data() 448 const struct addrinfo *hints) in init_resolve_thread() 713 struct addrinfo hints; in Curl_resolver_getaddrinfo()
|
H A D | hostip6.c | 103 struct addrinfo hints; in Curl_getaddrinfo()
|
H A D | hostip4.c | 135 struct addrinfo hints; in Curl_ipv4_resolve_r()
|
H A D | hostip.h | 51 struct addrinfo;
|
/curl/tests/server/ |
H A D | resolve.c | 125 struct addrinfo *ai; in main() 126 struct addrinfo hints; in main()
|
/curl/tests/ |
H A D | memanalyze.pl | 351 $addrinfo{$add}=1; 361 if(!$addrinfo{$1}) { 365 $addrinfo{$1}=0; 413 if($addrinfo{$_} == 1) {
|
/curl/packages/OS400/ |
H A D | os400sys.c | 301 const struct addrinfo *hints, in Curl_getaddrinfo_a() 302 struct addrinfo **res) in Curl_getaddrinfo_a()
|
/curl/m4/ |
H A D | curl-functions.m4 | 1368 struct addrinfo hints; 1369 struct addrinfo *ai = 0;
|
Completed in 21 milliseconds