Home
last modified time | relevance | path

Searched refs:call_on_close (Results 1 – 6 of 6) sorted by relevance

/third_party/nghttp2/src/
Dasio_server_response_impl.h72 void call_on_close(uint32_t error_code);
Dasio_client_request_impl.h57 void call_on_close(uint32_t error_code);
Dasio_client_request_impl.cc65 void request_impl::call_on_close(uint32_t error_code) { in call_on_close() function in nghttp2::asio_http2::client::request_impl
Dasio_server_response_impl.cc109 void response_impl::call_on_close(uint32_t error_code) { in call_on_close() function in nghttp2::asio_http2::server::response_impl
Dasio_server_http2_handler.cc191 strm->response().impl().call_on_close(error_code); in on_stream_close_callback()
255 strm->response().impl().call_on_close(NGHTTP2_INTERNAL_ERROR); in ~http2_handler()
Dasio_client_session_impl.cc63 req.call_on_close(NGHTTP2_INTERNAL_ERROR); in ~session_impl()
363 strm->request().impl().call_on_close(error_code); in on_stream_close_callback()