Searched refs:httpd_sess_get_transport_ctx (Results 1 – 4 of 4) sorted by relevance
42 esp_tls_t *tls = httpd_sess_get_transport_ctx(server, sockfd); in httpd_ssl_pending()59 esp_tls_t *tls = httpd_sess_get_transport_ctx(server, sockfd); in httpd_ssl_recv()76 esp_tls_t *tls = httpd_sess_get_transport_ctx(server, sockfd); in httpd_ssl_send()
23 * :cpp:func:`httpd_sess_get_transport_ctx` - returns SSL used for the session
1425 void *httpd_sess_get_transport_ctx(httpd_handle_t handle, int sockfd);
306 void *httpd_sess_get_transport_ctx(httpd_handle_t handle, int sockfd) in httpd_sess_get_transport_ctx() function