Home
last modified time | relevance | path

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

/external/curl/lib/
Durldata.h307 struct Curl_ssl_session { struct
308 char *name; /* host name for which this ID was used */
309 char *conn_to_host; /* host name for the connection (may be NULL) */
310 const char *scheme; /* protocol scheme used */
311 void *sessionid; /* as returned from the SSL layer */
312 size_t idsize; /* if known, otherwise 0 */
313 long age; /* just a number, the higher the more recent */
314 int remote_port; /* remote port */
315 int conn_to_port; /* remote port for the connection (may be -1) */
316 struct ssl_primary_config ssl_config; /* setup for this session */