Searched defs:connectdata (Results 1 – 2 of 2) sorted by relevance
857 struct connectdata { struct865 /* chunk is for HTTP chunked encoding, but is in the general connectdata argument868 struct Curl_chunker chunk;870 curl_closesocket_callback fclosesocket; /* function closing the socket(s) */871 void *closesocket_client;880 long connection_id; /* Contains a unique number to make it easier to887 struct Curl_dns_entry *dns_entry;892 struct Curl_addrinfo *ip_addr;893 struct Curl_addrinfo *tempaddr[2]; /* for happy eyeballs */898 char ip_addr_str[MAX_IPADR_LEN];[all …]
894 ## connectdata section in Structs in libcurl