Home
last modified time | relevance | path

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

/external/curl/lib/
Durldata.h906 struct connectdata { struct
910 /* chunk is for HTTP chunked encoding, but is in the general connectdata argument
913 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 to
932 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 …]
/external/curl/docs/
DINTERNALS.md894 ## connectdata section in Structs in libcurl