Home
last modified time | relevance | path

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

/aosp_15_r20/external/curl/lib/
H A Durldata.h791 struct connectdata { struct
792 struct Curl_llist_node cpool_node; /* conncache lists */
794 curl_closesocket_callback fclosesocket; /* function closing the socket(s) */
795 void *closesocket_client;
804 curl_off_t connection_id; /* Contains a unique number to make it easier to
806 char *destination; /* string carrying normalized hostname+port+scope */
807 size_t destination_len; /* strlen(destination) + 1 */
813 struct Curl_dns_entry *dns_entry;
817 const struct Curl_sockaddr_ex *remote_addr;
819 struct hostname host;
[all …]