Home
last modified time | relevance | path

Searched defs:StreamId (Results 1 – 25 of 1841) sorted by relevance

12345678910>>...74

/dports/www/firefox/firefox-99.0/third_party/rust/neqo-http3/tests/webtransport/
H A Dmod.rs188 id: StreamId, in session_closed_client()
204 wt_session_id: StreamId, in check_session_closed_event_client()
225 id: StreamId, in session_closed_server()
254 wt_session_id: StreamId, in create_wt_stream_client()
256 ) -> StreamId { in create_wt_stream_client()
272 expected_stream_id: StreamId, in receive_data_client()
351 expected_reset_ids: &[StreamId], in check_events_after_closing_session_client()
353 expected_stop_sending_ids: &[StreamId], in check_events_after_closing_session_client()
409 stream_id: StreamId, in receive_data_server()
493 expected_reset_ids: &[StreamId], in check_events_after_closing_session_server()
[all …]
/dports/devel/sccache/sccache-0.2.15/cargo-crates/h2-0.1.26/src/frame/
H A Dstream_id.rs15 pub struct StreamId(u32); struct
22 impl StreamId { impl
31 pub fn parse(buf: &[u8]) -> (StreamId, bool) { in parse()
68 pub fn next_id(&self) -> Result<StreamId, StreamIdOverflow> { in next_id()
78 impl From<u32> for StreamId { implementation
91 impl PartialEq<u32> for StreamId { implementation
/dports/net-mgmt/nfs-exporter/freebsd-nfs-exporter-0.3.0/cargo-crates/h2-0.1.26/src/frame/
H A Dstream_id.rs15 pub struct StreamId(u32); struct
22 impl StreamId { implementation
31 pub fn parse(buf: &[u8]) -> (StreamId, bool) { in parse()
68 pub fn next_id(&self) -> Result<StreamId, StreamIdOverflow> { in next_id()
78 impl From<u32> for StreamId { implementation
91 impl PartialEq<u32> for StreamId { implementation
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/h2-0.1.12/src/frame/
H A Dstream_id.rs15 pub struct StreamId(u32); struct
22 impl StreamId { implementation
31 pub fn parse(buf: &[u8]) -> (StreamId, bool) { in parse()
68 pub fn next_id(&self) -> Result<StreamId, StreamIdOverflow> { in next_id()
78 impl From<u32> for StreamId { implementation
91 impl PartialEq<u32> for StreamId { implementation
/dports/security/sequoia/sequoia-383133f6be990237044900a4df676488bf8dd71e/cargo-crates/h2-0.1.26/src/frame/
H A Dstream_id.rs15 pub struct StreamId(u32); struct
22 impl StreamId { impl
31 pub fn parse(buf: &[u8]) -> (StreamId, bool) { in parse()
68 pub fn next_id(&self) -> Result<StreamId, StreamIdOverflow> { in next_id()
78 impl From<u32> for StreamId { implementation
91 impl PartialEq<u32> for StreamId { implementation
/dports/sysutils/rsfetch/rsfetch-2.0.0/cargo-crates/h2-0.1.26/src/frame/
H A Dstream_id.rs15 pub struct StreamId(u32); struct
22 impl StreamId { impl
31 pub fn parse(buf: &[u8]) -> (StreamId, bool) { in parse()
68 pub fn next_id(&self) -> Result<StreamId, StreamIdOverflow> { in next_id()
78 impl From<u32> for StreamId { implementation
91 impl PartialEq<u32> for StreamId { implementation
/dports/net/oha/oha-0.4.7/cargo-crates/h2-0.3.6/src/frame/
H A Dstream_id.rs14 pub struct StreamId(u32); struct
21 impl StreamId { implementation
30 pub fn parse(buf: &[u8]) -> (StreamId, bool) { in parse()
69 pub fn next_id(&self) -> Result<StreamId, StreamIdOverflow> { in next_id()
79 impl From<u32> for StreamId { implementation
92 impl PartialEq<u32> for StreamId { implementation
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/h2-0.3.4/src/frame/
H A Dstream_id.rs14 pub struct StreamId(u32); struct
21 impl StreamId { implementation
30 pub fn parse(buf: &[u8]) -> (StreamId, bool) { in parse()
69 pub fn next_id(&self) -> Result<StreamId, StreamIdOverflow> { in next_id()
79 impl From<u32> for StreamId { implementation
92 impl PartialEq<u32> for StreamId { implementation
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/h2-0.3.7/src/frame/
H A Dstream_id.rs14 pub struct StreamId(u32); struct
21 impl StreamId { impl
30 pub fn parse(buf: &[u8]) -> (StreamId, bool) { in parse()
69 pub fn next_id(&self) -> Result<StreamId, StreamIdOverflow> { in next_id()
79 impl From<u32> for StreamId { implementation
92 impl PartialEq<u32> for StreamId { implementation
/dports/lang/gleam/gleam-0.18.2/cargo-crates/h2-0.3.9/src/frame/
H A Dstream_id.rs14 pub struct StreamId(u32); struct
21 impl StreamId { implementation
30 pub fn parse(buf: &[u8]) -> (StreamId, bool) { in parse()
69 pub fn next_id(&self) -> Result<StreamId, StreamIdOverflow> { in next_id()
79 impl From<u32> for StreamId { implementation
92 impl PartialEq<u32> for StreamId { implementation
/dports/dns/doh-proxy/doh-proxy-0.9.2/cargo-crates/h2-0.3.4/src/frame/
H A Dstream_id.rs14 pub struct StreamId(u32); struct
21 impl StreamId { implementation
30 pub fn parse(buf: &[u8]) -> (StreamId, bool) { in parse()
69 pub fn next_id(&self) -> Result<StreamId, StreamIdOverflow> { in next_id()
79 impl From<u32> for StreamId { implementation
92 impl PartialEq<u32> for StreamId { implementation
/dports/net/routinator/routinator-0.10.2/cargo-crates/h2-0.3.3/src/frame/
H A Dstream_id.rs14 pub struct StreamId(u32); struct
21 impl StreamId { impl
30 pub fn parse(buf: &[u8]) -> (StreamId, bool) { in parse()
69 pub fn next_id(&self) -> Result<StreamId, StreamIdOverflow> { in next_id()
79 impl From<u32> for StreamId { implementation
92 impl PartialEq<u32> for StreamId { implementation
/dports/textproc/angle-grinder/angle-grinder-0.18.0/cargo-crates/h2-0.2.7/src/frame/
H A Dstream_id.rs14 pub struct StreamId(u32); struct
21 impl StreamId { impl
30 pub fn parse(buf: &[u8]) -> (StreamId, bool) { in parse()
69 pub fn next_id(&self) -> Result<StreamId, StreamIdOverflow> { in next_id()
79 impl From<u32> for StreamId { implementation
92 impl PartialEq<u32> for StreamId { implementation
/dports/www/rearx/rearx-0.1.4/cargo-crates/h2-0.3.1/src/frame/
H A Dstream_id.rs14 pub struct StreamId(u32); struct
21 impl StreamId { impl
30 pub fn parse(buf: &[u8]) -> (StreamId, bool) { in parse()
69 pub fn next_id(&self) -> Result<StreamId, StreamIdOverflow> { in next_id()
79 impl From<u32> for StreamId { implementation
92 impl PartialEq<u32> for StreamId { implementation
/dports/sysutils/vector/vector-0.10.0/cargo-crates/h2-0.2.4/src/frame/
H A Dstream_id.rs14 pub struct StreamId(u32); struct
21 impl StreamId { impl
30 pub fn parse(buf: &[u8]) -> (StreamId, bool) { in parse()
69 pub fn next_id(&self) -> Result<StreamId, StreamIdOverflow> { in next_id()
79 impl From<u32> for StreamId { implementation
92 impl PartialEq<u32> for StreamId { implementation
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/h2-0.2.7/src/frame/
H A Dstream_id.rs14 pub struct StreamId(u32); struct
21 impl StreamId { implementation
30 pub fn parse(buf: &[u8]) -> (StreamId, bool) { in parse()
69 pub fn next_id(&self) -> Result<StreamId, StreamIdOverflow> { in next_id()
79 impl From<u32> for StreamId { implementation
92 impl PartialEq<u32> for StreamId { implementation
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/h2-0.3.9/src/frame/
H A Dstream_id.rs14 pub struct StreamId(u32); struct
21 impl StreamId { impl
30 pub fn parse(buf: &[u8]) -> (StreamId, bool) { in parse()
69 pub fn next_id(&self) -> Result<StreamId, StreamIdOverflow> { in next_id()
79 impl From<u32> for StreamId { implementation
92 impl PartialEq<u32> for StreamId { implementation
/dports/www/firefox/firefox-99.0/third_party/rust/h2/src/frame/
H A Dstream_id.rs14 pub struct StreamId(u32); struct
21 impl StreamId { implementation
30 pub fn parse(buf: &[u8]) -> (StreamId, bool) { in parse()
69 pub fn next_id(&self) -> Result<StreamId, StreamIdOverflow> { in next_id()
79 impl From<u32> for StreamId { implementation
92 impl PartialEq<u32> for StreamId { implementation
/dports/net/proby/proby-1.0.2/cargo-crates/h2-0.2.6/src/frame/
H A Dstream_id.rs14 pub struct StreamId(u32); struct
21 impl StreamId { implementation
30 pub fn parse(buf: &[u8]) -> (StreamId, bool) { in parse()
69 pub fn next_id(&self) -> Result<StreamId, StreamIdOverflow> { in next_id()
79 impl From<u32> for StreamId { implementation
92 impl PartialEq<u32> for StreamId { implementation
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/h2-0.2.5/src/frame/
H A Dstream_id.rs14 pub struct StreamId(u32); struct
21 impl StreamId { impl
30 pub fn parse(buf: &[u8]) -> (StreamId, bool) { in parse()
69 pub fn next_id(&self) -> Result<StreamId, StreamIdOverflow> { in next_id()
79 impl From<u32> for StreamId { implementation
92 impl PartialEq<u32> for StreamId { implementation
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/h2/src/frame/
H A Dstream_id.rs14 pub struct StreamId(u32); struct
21 impl StreamId { implementation
30 pub fn parse(buf: &[u8]) -> (StreamId, bool) { in parse()
69 pub fn next_id(&self) -> Result<StreamId, StreamIdOverflow> { in next_id()
79 impl From<u32> for StreamId { implementation
92 impl PartialEq<u32> for StreamId { implementation
/dports/www/ffsend/ffsend-ccd489ce2e75b91c0f17fbf13dbd91fe84f5ad98/cargo-crates/h2-0.2.7/src/frame/
H A Dstream_id.rs14 pub struct StreamId(u32); struct
21 impl StreamId { impl
30 pub fn parse(buf: &[u8]) -> (StreamId, bool) { in parse()
69 pub fn next_id(&self) -> Result<StreamId, StreamIdOverflow> { in next_id()
79 impl From<u32> for StreamId { implementation
92 impl PartialEq<u32> for StreamId { implementation
/dports/www/ffsend/ffsend-ccd489ce2e75b91c0f17fbf13dbd91fe84f5ad98/cargo-crates/h2-0.3.6/src/frame/
H A Dstream_id.rs14 pub struct StreamId(u32); struct
21 impl StreamId { impl
30 pub fn parse(buf: &[u8]) -> (StreamId, bool) { in parse()
69 pub fn next_id(&self) -> Result<StreamId, StreamIdOverflow> { in next_id()
79 impl From<u32> for StreamId { implementation
92 impl PartialEq<u32> for StreamId { implementation
/dports/net/krill/krill-0.9.4/cargo-crates/h2-0.3.6/src/frame/
H A Dstream_id.rs14 pub struct StreamId(u32); struct
21 impl StreamId { impl
30 pub fn parse(buf: &[u8]) -> (StreamId, bool) { in parse()
69 pub fn next_id(&self) -> Result<StreamId, StreamIdOverflow> { in next_id()
79 impl From<u32> for StreamId { implementation
92 impl PartialEq<u32> for StreamId { implementation
/dports/net-im/fractal/fractal-4.4.0/vendor/h2/src/frame/
H A Dstream_id.rs14 pub struct StreamId(u32); struct
21 impl StreamId { implementation
30 pub fn parse(buf: &[u8]) -> (StreamId, bool) { in parse()
69 pub fn next_id(&self) -> Result<StreamId, StreamIdOverflow> { in next_id()
79 impl From<u32> for StreamId { implementation
92 impl PartialEq<u32> for StreamId { implementation

12345678910>>...74