Searched refs:serve_mux (Results 1 – 8 of 8) sorted by relevance
/third_party/nghttp2/src/ |
D | asio_server.h | 58 class serve_mux; variable 74 int backlog, serve_mux &mux, bool asynchronous = false); 87 void start_accept(tcp::acceptor &acceptor, serve_mux &mux); 90 tcp::acceptor &acceptor, serve_mux &mux);
|
D | asio_server_serve_mux.cc | 38 bool serve_mux::handle(std::string pattern, request_cb cb) { in handle() 77 request_cb serve_mux::handler(request_impl &req) const { in handler() 115 request_cb serve_mux::match(const std::string &path) const { in match()
|
D | asio_server_http2_handler.h | 44 class serve_mux; variable 58 serve_mux &mux); 156 serve_mux &mux_;
|
D | asio_server.cc | 58 int backlog, serve_mux &mux, bool asynchronous) { in listen_and_serve() 126 tcp::acceptor &acceptor, serve_mux &mux) { in start_accept() 165 void server::start_accept(tcp::acceptor &acceptor, serve_mux &mux) { in start_accept()
|
D | asio_server_connection.h | 75 serve_mux &mux, in connection() 230 serve_mux &mux_;
|
D | asio_server_serve_mux.h | 48 class serve_mux {
|
D | asio_server_http2_impl.h | 63 serve_mux mux_;
|
D | asio_server_http2_handler.cc | 239 connection_write writefun, serve_mux &mux) in http2_handler()
|