Home
last modified time | relevance | path

Searched defs:remove_stream (Results 1 – 2 of 2) sorted by relevance

/third_party/nghttp2/examples/
Dlibevent-server.c217 static void remove_stream(http2_session_data *session_data, in remove_stream() function
/third_party/nghttp2/src/
DHttpServer.cc1065 void Http2Handler::remove_stream(int32_t stream_id) { in remove_stream() function in nghttp2::Http2Handler