Searched defs:connectdata (Results 1 – 1 of 1) sorted by relevance
878 struct connectdata { struct881 /* chunk is for HTTP chunked encoding, but is in the general connectdata argument884 struct Curl_chunker chunk;886 curl_closesocket_callback fclosesocket; /* function closing the socket(s) */887 void *closesocket_client;896 curl_off_t connection_id; /* Contains a unique number to make it easier to903 struct Curl_dns_entry *dns_entry;907 const struct Curl_sockaddr_ex *remote_addr;909 struct hostname host;910 char *hostname_resolve; /* host name to resolve to address, allocated */[all …]