Searched defs:connectdata (Results 1 – 1 of 1) sorted by relevance
824 struct connectdata { struct830 /* chunk is for HTTP chunked encoding, but is in the general connectdata argument833 struct Curl_chunker chunk;835 curl_closesocket_callback fclosesocket; /* function closing the socket(s) */836 void *closesocket_client;838 bool inuse; /* This is a marker for the connection cache logic. If this is844 long connection_id; /* Contains a unique number to make it easier to851 struct Curl_dns_entry *dns_entry;856 Curl_addrinfo *ip_addr;857 Curl_addrinfo *tempaddr[2]; /* for happy eyeballs */[all …]