Home
last modified time | relevance | path

Searched defs:connectdata (Results 1 – 2 of 2) sorted by relevance

/third_party/curl/lib/
Durldata.h908 struct connectdata { struct
912 /* chunk is for HTTP chunked encoding, but is in the general connectdata argument
915 struct Curl_chunker chunk;
917 curl_closesocket_callback fclosesocket; /* function closing the socket(s) */
918 void *closesocket_client;
927 long connection_id; /* Contains a unique number to make it easier to
934 struct Curl_dns_entry *dns_entry;
939 struct Curl_addrinfo *ip_addr;
940 struct Curl_addrinfo *tempaddr[2]; /* for happy eyeballs */
942 unsigned int scope_id; /* Scope id for IPv6 */
[all …]
/third_party/curl/docs/
DINTERNALS.md895 ## connectdata section in Structs in libcurl