Home
last modified time | relevance | path

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

/external/curl/lib/
Durldata.h853 struct connectdata { struct
859 /* chunk is for HTTP chunked encoding, but is in the general connectdata argument
862 struct Curl_chunker chunk;
864 curl_closesocket_callback fclosesocket; /* function closing the socket(s) */
865 void *closesocket_client;
867 bool inuse; /* This is a marker for the connection cache logic. If this is
873 long connection_id; /* Contains a unique number to make it easier to
880 struct Curl_dns_entry *dns_entry;
885 Curl_addrinfo *ip_addr;
886 Curl_addrinfo *tempaddr[2]; /* for happy eyeballs */
[all …]