Searched defs:curl_ssl_session (Results 1 – 1 of 1) sorted by relevance
373 struct curl_ssl_session { struct374 char *name; /* host name for which this ID was used */375 char *conn_to_host; /* host name for the connection (may be NULL) */376 void *sessionid; /* as returned from the SSL layer */377 size_t idsize; /* if known, otherwise 0 */378 long age; /* just a number, the higher the more recent */379 int remote_port; /* remote port */380 int conn_to_port; /* remote port for the connection (may be -1) */381 struct ssl_config_data ssl_config; /* setup for this session */