Home
last modified time | relevance | path

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

/external/curl/lib/
Durldata.h824 struct connectdata { struct
830 /* chunk is for HTTP chunked encoding, but is in the general connectdata argument
833 struct Curl_chunker chunk;
835 curl_closesocket_callback fclosesocket; /* function closing the socket(s) */
836 void *closesocket_client;
838 bool inuse; /* This is a marker for the connection cache logic. If this is
844 long connection_id; /* Contains a unique number to make it easier to
851 struct Curl_dns_entry *dns_entry;
856 Curl_addrinfo *ip_addr;
857 Curl_addrinfo *tempaddr[2]; /* for happy eyeballs */
[all …]