Searched defs:connectdata (Results 1 – 2 of 2) sorted by relevance
907 struct connectdata { struct911 /* chunk is for HTTP chunked encoding, but is in the general connectdata argument914 struct Curl_chunker chunk;916 curl_closesocket_callback fclosesocket; /* function closing the socket(s) */917 void *closesocket_client;926 long connection_id; /* Contains a unique number to make it easier to933 struct Curl_dns_entry *dns_entry;938 struct Curl_addrinfo *ip_addr;939 struct Curl_addrinfo *tempaddr[2]; /* for happy eyeballs */941 unsigned int scope_id; /* Scope id for IPv6 */[all …]
895 ## connectdata section in Structs in libcurl