Home
last modified time | relevance | path

Searched refs:call_on_response (Results 1 – 3 of 3) sorted by relevance

/third_party/nghttp2/src/
Dasio_client_request_impl.h51 void call_on_response(response &res);
Dasio_client_request_impl.cc49 void request_impl::call_on_response(response &res) { in call_on_response() function in nghttp2::asio_http2::client::request_impl
Dasio_client_session_impl.cc312 req.call_on_response(strm->response()); in on_frame_recv_callback()