Searched refs:call_on_close (Results 1 – 6 of 6) sorted by relevance
72 void call_on_close(uint32_t error_code);
57 void call_on_close(uint32_t error_code);
65 void request_impl::call_on_close(uint32_t error_code) { in call_on_close() function in nghttp2::asio_http2::client::request_impl
109 void response_impl::call_on_close(uint32_t error_code) { in call_on_close() function in nghttp2::asio_http2::server::response_impl
191 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()
63 req.call_on_close(NGHTTP2_INTERNAL_ERROR); in ~session_impl()363 strm->request().impl().call_on_close(error_code); in on_stream_close_callback()