Home
last modified time | relevance | path

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

/dports/www/trafficserver/trafficserver-9.1.1/proxy/http2/
H A DHttp2ConnectionState.h165 cleanup_streams(); in destroy()
195 void cleanup_streams();
H A DHttp2ConnectionState.cc1021 cleanup_streams(); in main_event_handler()
1334 Http2ConnectionState::cleanup_streams() in cleanup_streams() function in Http2ConnectionState
/dports/multimedia/gmerlin/gmerlin-1.2.0/lib/
H A Dplayer_loop.c366 static void cleanup_streams(bg_player_t * player) in cleanup_streams() function
390 cleanup_streams(player); in player_cleanup()
693 cleanup_streams(player); in stream_change_init()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/neqo-transport/src/
H A Dconnection.rs664 self.cleanup_streams(); in process_input()
672 self.cleanup_streams(); in test_process_input()
1784 fn cleanup_streams(&mut self) { in cleanup_streams() method