Home
last modified time | relevance | path

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

/third_party/boost/libs/log/src/
Dtext_ostream_backend.cpp94 BOOST_LOG_API void basic_text_ostream_backend< CharT >::remove_stream(shared_ptr< stream_type > con… in remove_stream() function in boost::sinks::basic_text_ostream_backend
/third_party/gstreamer/gstplugins_bad/ext/srtp/
Dgstsrtpdec.h96 void (*remove_stream) (GstSrtpDec * filter, guint ssrc); member
/third_party/nghttp2/examples/
Dlibevent-server.c209 static void remove_stream(http2_session_data *session_data, in remove_stream() function
/third_party/grpc/src/core/ext/transport/chttp2/transport/
Dchttp2_transport.cc1983 static void remove_stream(grpc_chttp2_transport* t, uint32_t id, in remove_stream() function
/third_party/nghttp2/src/
DHttpServer.cc1048 void Http2Handler::remove_stream(int32_t stream_id) { in remove_stream() function in nghttp2::Http2Handler