Searched defs:connectdata (Results 1 – 1 of 1) sorted by relevance
853 struct connectdata { struct859 /* chunk is for HTTP chunked encoding, but is in the general connectdata argument862 struct Curl_chunker chunk;864 curl_closesocket_callback fclosesocket; /* function closing the socket(s) */865 void *closesocket_client;867 bool inuse; /* This is a marker for the connection cache logic. If this is873 long connection_id; /* Contains a unique number to make it easier to880 struct Curl_dns_entry *dns_entry;885 Curl_addrinfo *ip_addr;886 Curl_addrinfo *tempaddr[2]; /* for happy eyeballs */[all …]