Home
last modified time | relevance | path

Searched refs:remove_stream (Results 1 – 4 of 4) sorted by relevance

/third_party/nghttp2/src/
DHttpServer.h191 void remove_stream(int32_t stream_id);
DHttpServer.cc1065 void Http2Handler::remove_stream(int32_t stream_id) { in remove_stream() function in nghttp2::Http2Handler
1740 hd->remove_stream(stream_id); in on_stream_close_callback()
/third_party/nghttp2/examples/
Dlibevent-server.c217 static void remove_stream(http2_session_data *session_data, in remove_stream() function
611 remove_stream(session_data, stream_data); in on_stream_close_callback()
/third_party/nghttp2/doc/sources/
Dtutorial-server.rst619 remove_stream(session_data, stream_data);