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