Home
last modified time | relevance | path

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

/curl/lib/vtls/
H A Dgtls.h63 gnutls_session_t session; member
H A Dgtls.c249 gnutls_session_t session; in handshake() local
724 gnutls_session_t session) in gtls_update_session_id()
772 static int gtls_handshake_cb(gnutls_session_t session, unsigned int htype, in gtls_handshake_cb()
1009 static int keylog_callback(gnutls_session_t session, const char *label, in keylog_callback()
1208 gnutls_session_t session, in Curl_gtls_verifyserver()
1643 gnutls_session_t session) in gtls_verifyserver()
1721 gnutls_session_t session; in gtls_connect_common() local
H A Dbearssl.c587 void *session; in bearssl_connect_step1() local
755 br_ssl_session_parameters session; in bearssl_connect_step2() local
823 br_ssl_session_parameters *session; in bearssl_connect_step3() local
H A Dvtls.c602 void Curl_ssl_kill_session(struct Curl_ssl_session *session) in Curl_ssl_kill_session()
820 struct Curl_ssl_session *session; in Curl_ssl_initsessions() local
H A Dopenssl.c850 const SSL_SESSION *session = SSL_get_session(ssl); in ossl_log_tls12_secret() local
2937 SSL_SESSION *session) in Curl_ossl_add_session()
/curl/lib/
H A Dcf-h2-proxy.c641 static int proxy_h2_on_frame_send(nghttp2_session *session, in proxy_h2_on_frame_send()
661 static int proxy_h2_on_frame_recv(nghttp2_session *session, in proxy_h2_on_frame_recv()
737 static int proxy_h2_on_header(nghttp2_session *session, in proxy_h2_on_header()
805 static ssize_t tunnel_send_callback(nghttp2_session *session, in tunnel_send_callback()
845 static int tunnel_recv_callback(nghttp2_session *session, uint8_t flags, in tunnel_recv_callback()
871 static int proxy_h2_on_stream_close(nghttp2_session *session, in proxy_h2_on_stream_close()
H A Dhttp2.c1182 static int on_frame_send(nghttp2_session *session, const nghttp2_frame *frame, in on_frame_send()
1201 static int on_frame_recv(nghttp2_session *session, const nghttp2_frame *frame, in on_frame_recv()
1279 static int on_data_chunk_recv(nghttp2_session *session, uint8_t flags, in on_data_chunk_recv()
1319 static int on_stream_close(nghttp2_session *session, int32_t stream_id, in on_stream_close()
1379 static int on_begin_headers(nghttp2_session *session, in on_begin_headers()
1406 static int on_header(nghttp2_session *session, const nghttp2_frame *frame, in on_header()
1569 static ssize_t req_body_read_callback(nghttp2_session *session, in req_body_read_callback()
1624 static int error_callback(nghttp2_session *session, in error_callback()
H A Durldata.h1228 struct Curl_ssl_session *session; /* array of 'max_ssl_sessions' size */ member

Completed in 83 milliseconds