Searched defs:on_response (Results 1 – 5 of 5) sorted by relevance
/third_party/nghttp2/src/ |
D | asio_client_request.cc | 47 void request::on_response(response_cb cb) const { in on_response() function in nghttp2::asio_http2::client::request
|
D | asio_client_request_impl.cc | 47 void request_impl::on_response(response_cb cb) { response_cb_ = std::move(cb); } in on_response() function in nghttp2::asio_http2::client::request_impl
|
/third_party/boost/libs/beast/test/bench/parser/ |
D | nodejs_parser.hpp | 602 on_response(int, std::string const&, in on_response() function in boost::beast::http::nodejs_parser 609 on_response(int, std::string const&, int, int, bool, bool, in on_response() function in boost::beast::http::nodejs_parser 616 on_response(int status, std::string const& reason, in on_response() function in boost::beast::http::nodejs_parser
|
/third_party/boost/libs/beast/include/boost/beast/websocket/impl/ |
D | stream_impl.hpp | 646 on_response( in on_response() function in boost::beast::websocket::stream::impl_type
|
/third_party/boost/boost/beast/websocket/impl/ |
D | stream_impl.hpp | 646 on_response( in on_response() function in boost::beast::websocket::stream::impl_type
|