Home
last modified time | relevance | path

Searched refs:is_stream_id_allowed (Results 1 – 3 of 3) sorted by relevance

/dports/www/firefox/firefox-99.0/third_party/rust/neqo-http3/src/
H A Dconnection_server.rs353 || !conn.is_stream_id_allowed(element_stream_id) in handle_stream_readable()
/dports/www/firefox/firefox-99.0/third_party/rust/neqo-transport/src/
H A Dstreams.rs64 pub fn is_stream_id_allowed(&self, stream_id: StreamId) -> bool { in is_stream_id_allowed() method
/dports/www/firefox/firefox-99.0/third_party/rust/neqo-transport/src/connection/
H A Dmod.rs2201 pub fn is_stream_id_allowed(&self, stream_id: StreamId) -> bool { in is_stream_id_allowed() method
2202 self.streams.is_stream_id_allowed(stream_id) in is_stream_id_allowed()