Searched defs:get_ssl (Results 1 – 2 of 2) sorted by relevance
/third_party/nghttp2/src/ | ||
D | shrpx_client_handler.cc | 1158 SSL *ClientHandler::get_ssl() const { return conn_.tls.ssl; } in get_ssl() function in shrpx::ClientHandler |
D | shrpx_http2_session.cc | 1856 SSL *Http2Session::get_ssl() const { return conn_.tls.ssl; } in get_ssl() function in shrpx::Http2Session |