Home
last modified time | relevance | path

Searched refs:StreamId (Results 1 – 25 of 2687) sorted by relevance

12345678910>>...108

/dports/net/mvfst/mvfst-248b2dc39bbd36863bbaa50385e8683428610009/quic/state/
H A DQuicStreamManager.h150 StreamId streamId);
203 bool streamExists(StreamId streamId);
280 void removeLoss(StreamId id) { in removeLoss()
284 void addLoss(StreamId id) { in addLoss()
533 void addClosed(StreamId streamId) { in addClosed()
566 StreamId ret = *itr; in popDeliverable()
595 void addTx(StreamId streamId) { in addTx()
602 void removeTx(StreamId streamId) { in removeTx()
609 folly::Optional<StreamId> popTx() { in popTx()
614 StreamId ret = *itr; in popTx()
[all …]
/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
23 pub const ZERO: StreamId = StreamId(0);
26 pub const MAX: StreamId = StreamId(u32::MAX >> 1);
57 pub fn zero() -> StreamId { in zero()
58 StreamId::ZERO in zero()
74 Ok(StreamId(next)) in next_id()
79 impl From<u32> for StreamId { implementation
82 StreamId(src) in from()
86 impl From<StreamId> for u32 {
[all …]
/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 { impl
23 pub const ZERO: StreamId = StreamId(0);
26 pub const MAX: StreamId = StreamId(u32::MAX >> 1);
57 pub fn zero() -> StreamId { in zero()
58 StreamId::ZERO in zero()
74 Ok(StreamId(next)) in next_id()
79 impl From<u32> for StreamId { implementation
82 StreamId(src) in from()
86 impl From<StreamId> for u32 {
[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
24 pub const ZERO: StreamId = StreamId(0);
27 pub const MAX: StreamId = StreamId(u32::MAX >> 1);
56 pub fn zero() -> StreamId { in zero()
57 StreamId::ZERO in zero()
73 Ok(StreamId(next)) in next_id()
78 impl From<u32> for StreamId { implementation
81 StreamId(src) in from()
85 impl From<StreamId> for u32 {
[all …]
/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 { implementation
23 pub const ZERO: StreamId = StreamId(0);
26 pub const MAX: StreamId = StreamId(u32::MAX >> 1);
57 pub fn zero() -> StreamId { in zero()
58 StreamId::ZERO in zero()
74 Ok(StreamId(next)) in next_id()
79 impl From<u32> for StreamId { implementation
82 StreamId(src) in from()
86 impl From<StreamId> for u32 {
[all …]
/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 { impl
23 pub const ZERO: StreamId = StreamId(0);
26 pub const MAX: StreamId = StreamId(u32::MAX >> 1);
57 pub fn zero() -> StreamId { in zero()
58 StreamId::ZERO in zero()
74 Ok(StreamId(next)) in next_id()
79 impl From<u32> for StreamId { implementation
82 StreamId(src) in from()
86 impl From<StreamId> for u32 {
[all …]
/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 { impl
23 pub const ZERO: StreamId = StreamId(0);
26 pub const MAX: StreamId = StreamId(u32::MAX >> 1);
57 pub fn zero() -> StreamId { in zero()
58 StreamId::ZERO in zero()
74 Ok(StreamId(next)) in next_id()
79 impl From<u32> for StreamId { implementation
82 StreamId(src) in from()
86 impl From<StreamId> for u32 {
[all …]
/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 { impl
24 pub const ZERO: StreamId = StreamId(0);
27 pub const MAX: StreamId = StreamId(u32::MAX >> 1);
56 pub fn zero() -> StreamId { in zero()
57 StreamId::ZERO in zero()
73 Ok(StreamId(next)) in next_id()
78 impl From<u32> for StreamId { implementation
81 StreamId(src) in from()
85 impl From<StreamId> for u32 {
[all …]
/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 { implementation
23 pub const ZERO: StreamId = StreamId(0);
26 pub const MAX: StreamId = StreamId(u32::MAX >> 1);
57 pub fn zero() -> StreamId { in zero()
58 StreamId::ZERO in zero()
74 Ok(StreamId(next)) in next_id()
79 impl From<u32> for StreamId { implementation
82 StreamId(src) in from()
86 impl From<StreamId> for u32 {
[all …]
/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 { implementation
23 pub const ZERO: StreamId = StreamId(0);
26 pub const MAX: StreamId = StreamId(u32::MAX >> 1);
57 pub fn zero() -> StreamId { in zero()
58 StreamId::ZERO in zero()
74 Ok(StreamId(next)) in next_id()
79 impl From<u32> for StreamId { implementation
82 StreamId(src) in from()
86 impl From<StreamId> for u32 {
[all …]
/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
23 pub const ZERO: StreamId = StreamId(0);
26 pub const MAX: StreamId = StreamId(u32::MAX >> 1);
57 pub fn zero() -> StreamId { in zero()
58 StreamId::ZERO in zero()
74 Ok(StreamId(next)) in next_id()
79 impl From<u32> for StreamId { implementation
82 StreamId(src) in from()
86 impl From<StreamId> for u32 {
[all …]
/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
23 pub const ZERO: StreamId = StreamId(0);
26 pub const MAX: StreamId = StreamId(u32::MAX >> 1);
57 pub fn zero() -> StreamId { in zero()
58 StreamId::ZERO in zero()
74 Ok(StreamId(next)) in next_id()
79 impl From<u32> for StreamId { implementation
82 StreamId(src) in from()
86 impl From<StreamId> for u32 {
[all …]
/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 { impl
24 pub const ZERO: StreamId = StreamId(0);
27 pub const MAX: StreamId = StreamId(u32::MAX >> 1);
56 pub fn zero() -> StreamId { in zero()
57 StreamId::ZERO in zero()
73 Ok(StreamId(next)) in next_id()
78 impl From<u32> for StreamId { implementation
81 StreamId(src) in from()
85 impl From<StreamId> for u32 {
[all …]
/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
23 pub const ZERO: StreamId = StreamId(0);
26 pub const MAX: StreamId = StreamId(u32::MAX >> 1);
57 pub fn zero() -> StreamId { in zero()
58 StreamId::ZERO in zero()
74 Ok(StreamId(next)) in next_id()
79 impl From<u32> for StreamId { implementation
82 StreamId(src) in from()
86 impl From<StreamId> for u32 {
[all …]
/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 { implementation
24 pub const ZERO: StreamId = StreamId(0);
27 pub const MAX: StreamId = StreamId(u32::MAX >> 1);
56 pub fn zero() -> StreamId { in zero()
57 StreamId::ZERO in zero()
73 Ok(StreamId(next)) in next_id()
78 impl From<u32> for StreamId { implementation
81 StreamId(src) in from()
85 impl From<StreamId> for u32 {
[all …]
/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
23 pub const ZERO: StreamId = StreamId(0);
26 pub const MAX: StreamId = StreamId(u32::MAX >> 1);
57 pub fn zero() -> StreamId { in zero()
58 StreamId::ZERO in zero()
74 Ok(StreamId(next)) in next_id()
79 impl From<u32> for StreamId { implementation
82 StreamId(src) in from()
86 impl From<StreamId> for u32 {
[all …]
/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
23 pub const ZERO: StreamId = StreamId(0);
26 pub const MAX: StreamId = StreamId(u32::MAX >> 1);
57 pub fn zero() -> StreamId { in zero()
58 StreamId::ZERO in zero()
74 Ok(StreamId(next)) in next_id()
79 impl From<u32> for StreamId { implementation
82 StreamId(src) in from()
86 impl From<StreamId> for u32 {
[all …]
/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
23 pub const ZERO: StreamId = StreamId(0);
26 pub const MAX: StreamId = StreamId(u32::MAX >> 1);
57 pub fn zero() -> StreamId { in zero()
58 StreamId::ZERO in zero()
74 Ok(StreamId(next)) in next_id()
79 impl From<u32> for StreamId { implementation
82 StreamId(src) in from()
86 impl From<StreamId> for u32 {
[all …]
/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 { implementation
23 pub const ZERO: StreamId = StreamId(0);
26 pub const MAX: StreamId = StreamId(u32::MAX >> 1);
57 pub fn zero() -> StreamId { in zero()
58 StreamId::ZERO in zero()
74 Ok(StreamId(next)) in next_id()
79 impl From<u32> for StreamId { implementation
82 StreamId(src) in from()
86 impl From<StreamId> for u32 {
[all …]
/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
23 pub const ZERO: StreamId = StreamId(0);
26 pub const MAX: StreamId = StreamId(u32::MAX >> 1);
57 pub fn zero() -> StreamId { in zero()
58 StreamId::ZERO in zero()
74 Ok(StreamId(next)) in next_id()
79 impl From<u32> for StreamId { implementation
82 StreamId(src) in from()
86 impl From<StreamId> for u32 {
[all …]
/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
23 pub const ZERO: StreamId = StreamId(0);
26 pub const MAX: StreamId = StreamId(u32::MAX >> 1);
57 pub fn zero() -> StreamId { in zero()
58 StreamId::ZERO in zero()
74 Ok(StreamId(next)) in next_id()
79 impl From<u32> for StreamId { implementation
82 StreamId(src) in from()
86 impl From<StreamId> for u32 {
[all …]
/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
23 pub const ZERO: StreamId = StreamId(0);
26 pub const MAX: StreamId = StreamId(u32::MAX >> 1);
57 pub fn zero() -> StreamId { in zero()
58 StreamId::ZERO in zero()
74 Ok(StreamId(next)) in next_id()
79 impl From<u32> for StreamId { implementation
82 StreamId(src) in from()
86 impl From<StreamId> for u32 {
[all …]
/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 { implementation
23 pub const ZERO: StreamId = StreamId(0);
26 pub const MAX: StreamId = StreamId(u32::MAX >> 1);
57 pub fn zero() -> StreamId { in zero()
58 StreamId::ZERO in zero()
74 Ok(StreamId(next)) in next_id()
79 impl From<u32> for StreamId { implementation
82 StreamId(src) in from()
86 impl From<StreamId> for u32 {
[all …]
/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
23 pub const ZERO: StreamId = StreamId(0);
26 pub const MAX: StreamId = StreamId(u32::MAX >> 1);
57 pub fn zero() -> StreamId { in zero()
58 StreamId::ZERO in zero()
74 Ok(StreamId(next)) in next_id()
79 impl From<u32> for StreamId { implementation
82 StreamId(src) in from()
86 impl From<StreamId> for u32 {
[all …]
/dports/textproc/mdbook/mdBook-0.4.13/cargo-crates/h2-0.3.4/src/frame/
H A Dstream_id.rs14 pub struct StreamId(u32); struct
21 impl StreamId { implementation
23 pub const ZERO: StreamId = StreamId(0);
26 pub const MAX: StreamId = StreamId(u32::MAX >> 1);
57 pub fn zero() -> StreamId { in zero()
58 StreamId::ZERO in zero()
74 Ok(StreamId(next)) in next_id()
79 impl From<u32> for StreamId { implementation
82 StreamId(src) in from()
86 impl From<StreamId> for u32 {
[all …]

12345678910>>...108