Lines Matching defs:in
10 * This software is licensed as described in the file COPYING, which
26 #include <netinet/in.h>
35 #include <in.h>
344 * if the thread is still blocking in the resolve syscall, detach it and
374 * Returns FALSE in case of failure, otherwise TRUE.
457 * This is the version for resolves-in-a-thread.
566 struct in_addr in;
570 if(Curl_inet_pton(AF_INET, hostname, &in) > 0)
572 return Curl_ip2addr(AF_INET, &in, hostname, port);
595 struct in_addr in;
607 if(Curl_inet_pton(AF_INET, hostname, &in) > 0)
609 return Curl_ip2addr(AF_INET, &in, hostname, port);