Home
last modified time | relevance | path

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

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