Searched refs:get_wev (Results 1 - 4 of 4) sorted by relevance
/third_party/nghttp2/src/ | ||
H A D | shrpx_client_handler.h | 148 ev_io *get_wev(); |
H A D | shrpx_http2_session.h | 161 ev_io *get_wev(); |
H A D | shrpx_client_handler.cc | 1253 ev_io *ClientHandler::get_wev() { return &conn_.wev; } in get_wev() function in shrpx::ClientHandler |
H A D | shrpx_http2_session.cc | 1841 ev_io *Http2Session::get_wev() { return &conn_.wev; } in get_wev() function in shrpx::Http2Session |
Completed in 6 milliseconds