Home
last modified time | relevance | path

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

/dports/www/firefox/firefox-99.0/third_party/rust/neqo-transport/src/
H A Dframe.rs199 fn get_stream_type_bit(stream_type: StreamType) -> u64 { in get_stream_type_bit() method
229 FRAME_TYPE_MAX_STREAMS_BIDI + Self::get_stream_type_bit(*stream_type) in get_type()
234 FRAME_TYPE_STREAMS_BLOCKED_BIDI + Self::get_stream_type_bit(*stream_type) in get_type()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/neqo-transport/src/
H A Dframe.rs191 fn get_stream_type_bit(stream_type: StreamType) -> u64 { in get_stream_type_bit() method
221 FRAME_TYPE_MAX_STREAMS_BIDI + Self::get_stream_type_bit(*stream_type) in get_type()
226 FRAME_TYPE_STREAMS_BLOCKED_BIDI + Self::get_stream_type_bit(*stream_type) in get_type()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/neqo-transport/src/
H A Dframe.rs191 fn get_stream_type_bit(stream_type: StreamType) -> u64 { in get_stream_type_bit() method
221 FRAME_TYPE_MAX_STREAMS_BIDI + Self::get_stream_type_bit(*stream_type) in get_type()
226 FRAME_TYPE_STREAMS_BLOCKED_BIDI + Self::get_stream_type_bit(*stream_type) in get_type()