Home
last modified time | relevance | path

Searched refs:max_stream_id (Results 101 – 125 of 161) sorted by relevance

1234567

/dports/sysutils/tealdeer/tealdeer-1.4.1/cargo-crates/h2-0.2.6/src/proto/streams/
H A Drecv.rs37 max_stream_id: StreamId, field
105 max_stream_id: StreamId::MAX, in new()
767 assert!(self.max_stream_id >= last_processed_id); in go_away()
768 self.max_stream_id = last_processed_id; in go_away()
786 pub fn max_stream_id(&self) -> StreamId { in max_stream_id() method
787 self.max_stream_id in max_stream_id()
H A Dstreams.rs137 if id > me.actions.recv.max_stream_id() { in recv_headers()
141 me.actions.recv.max_stream_id() in recv_headers()
261 if id > me.actions.recv.max_stream_id() { in recv_data()
265 me.actions.recv.max_stream_id() in recv_data()
324 if id > me.actions.recv.max_stream_id() { in recv_reset()
328 me.actions.recv.max_stream_id() in recv_reset()
472 if id > me.actions.recv.max_stream_id() { in recv_push_promise()
476 me.actions.recv.max_stream_id() in recv_push_promise()
/dports/www/monolith/monolith-2.6.1/cargo-crates/h2-0.3.3/src/proto/streams/
H A Drecv.rs37 max_stream_id: StreamId, field
105 max_stream_id: StreamId::MAX, in new()
769 assert!(self.max_stream_id >= last_processed_id); in go_away()
770 self.max_stream_id = last_processed_id; in go_away()
788 pub fn max_stream_id(&self) -> StreamId { in max_stream_id() method
789 self.max_stream_id in max_stream_id()
/dports/devel/py-maturin/maturin-0.11.3/cargo-crates/h2-0.3.4/src/proto/streams/
H A Drecv.rs37 max_stream_id: StreamId, field
105 max_stream_id: StreamId::MAX, in new()
769 assert!(self.max_stream_id >= last_processed_id); in go_away()
770 self.max_stream_id = last_processed_id; in go_away()
788 pub fn max_stream_id(&self) -> StreamId { in max_stream_id() method
789 self.max_stream_id in max_stream_id()
/dports/audio/spotifyd/spotifyd-0.3.0/cargo-crates/h2-0.2.1/src/proto/streams/
H A Dstreams.rs137 if id > me.actions.recv.max_stream_id() { in recv_headers()
141 me.actions.recv.max_stream_id() in recv_headers()
261 if id > me.actions.recv.max_stream_id() { in recv_data()
265 me.actions.recv.max_stream_id() in recv_data()
324 if id > me.actions.recv.max_stream_id() { in recv_reset()
328 me.actions.recv.max_stream_id() in recv_reset()
397 if last_stream_id > actions.recv.max_stream_id() { in recv_go_away()
407 last_stream_id, actions.recv.max_stream_id(), in recv_go_away()
486 if id > me.actions.recv.max_stream_id() { in recv_push_promise()
490 me.actions.recv.max_stream_id() in recv_push_promise()
/dports/net-im/py-matrix-synapse/synapse-1.50.2/synapse/replication/http/
H A Dfederation.py134 max_stream_id = await self.federation_event_handler.persist_events_and_notify(
138 return 200, {"max_stream_id": max_stream_id}
/dports/textproc/angle-grinder/angle-grinder-0.18.0/cargo-crates/h2-0.2.7/src/proto/streams/
H A Dstreams.rs137 if id > me.actions.recv.max_stream_id() { in recv_headers()
141 me.actions.recv.max_stream_id() in recv_headers()
261 if id > me.actions.recv.max_stream_id() { in recv_data()
265 me.actions.recv.max_stream_id() in recv_data()
324 if id > me.actions.recv.max_stream_id() { in recv_reset()
328 me.actions.recv.max_stream_id() in recv_reset()
472 if id > me.actions.recv.max_stream_id() { in recv_push_promise()
476 me.actions.recv.max_stream_id() in recv_push_promise()
/dports/sysutils/vector/vector-0.10.0/cargo-crates/h2-0.2.4/src/proto/streams/
H A Dstreams.rs137 if id > me.actions.recv.max_stream_id() { in recv_headers()
141 me.actions.recv.max_stream_id() in recv_headers()
261 if id > me.actions.recv.max_stream_id() { in recv_data()
265 me.actions.recv.max_stream_id() in recv_data()
324 if id > me.actions.recv.max_stream_id() { in recv_reset()
328 me.actions.recv.max_stream_id() in recv_reset()
472 if id > me.actions.recv.max_stream_id() { in recv_push_promise()
476 me.actions.recv.max_stream_id() in recv_push_promise()
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/h2-0.2.7/src/proto/streams/
H A Dstreams.rs137 if id > me.actions.recv.max_stream_id() { in recv_headers()
141 me.actions.recv.max_stream_id() in recv_headers()
261 if id > me.actions.recv.max_stream_id() { in recv_data()
265 me.actions.recv.max_stream_id() in recv_data()
324 if id > me.actions.recv.max_stream_id() { in recv_reset()
328 me.actions.recv.max_stream_id() in recv_reset()
472 if id > me.actions.recv.max_stream_id() { in recv_push_promise()
476 me.actions.recv.max_stream_id() in recv_push_promise()
/dports/www/firefox/firefox-99.0/third_party/rust/h2/src/proto/streams/
H A Dstreams.rs137 if id > me.actions.recv.max_stream_id() { in recv_headers()
141 me.actions.recv.max_stream_id() in recv_headers()
261 if id > me.actions.recv.max_stream_id() { in recv_data()
265 me.actions.recv.max_stream_id() in recv_data()
324 if id > me.actions.recv.max_stream_id() { in recv_reset()
328 me.actions.recv.max_stream_id() in recv_reset()
472 if id > me.actions.recv.max_stream_id() { in recv_push_promise()
476 me.actions.recv.max_stream_id() in recv_push_promise()
/dports/net/proby/proby-1.0.2/cargo-crates/h2-0.2.6/src/proto/streams/
H A Dstreams.rs137 if id > me.actions.recv.max_stream_id() { in recv_headers()
141 me.actions.recv.max_stream_id() in recv_headers()
261 if id > me.actions.recv.max_stream_id() { in recv_data()
265 me.actions.recv.max_stream_id() in recv_data()
324 if id > me.actions.recv.max_stream_id() { in recv_reset()
328 me.actions.recv.max_stream_id() in recv_reset()
472 if id > me.actions.recv.max_stream_id() { in recv_push_promise()
476 me.actions.recv.max_stream_id() in recv_push_promise()
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/h2-0.2.5/src/proto/streams/
H A Dstreams.rs137 if id > me.actions.recv.max_stream_id() { in recv_headers()
141 me.actions.recv.max_stream_id() in recv_headers()
261 if id > me.actions.recv.max_stream_id() { in recv_data()
265 me.actions.recv.max_stream_id() in recv_data()
324 if id > me.actions.recv.max_stream_id() { in recv_reset()
328 me.actions.recv.max_stream_id() in recv_reset()
472 if id > me.actions.recv.max_stream_id() { in recv_push_promise()
476 me.actions.recv.max_stream_id() in recv_push_promise()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/h2/src/proto/streams/
H A Dstreams.rs137 if id > me.actions.recv.max_stream_id() { in recv_headers()
141 me.actions.recv.max_stream_id() in recv_headers()
261 if id > me.actions.recv.max_stream_id() { in recv_data()
265 me.actions.recv.max_stream_id() in recv_data()
324 if id > me.actions.recv.max_stream_id() { in recv_reset()
328 me.actions.recv.max_stream_id() in recv_reset()
472 if id > me.actions.recv.max_stream_id() { in recv_push_promise()
476 me.actions.recv.max_stream_id() in recv_push_promise()
/dports/www/ffsend/ffsend-ccd489ce2e75b91c0f17fbf13dbd91fe84f5ad98/cargo-crates/h2-0.2.7/src/proto/streams/
H A Dstreams.rs137 if id > me.actions.recv.max_stream_id() { in recv_headers()
141 me.actions.recv.max_stream_id() in recv_headers()
261 if id > me.actions.recv.max_stream_id() { in recv_data()
265 me.actions.recv.max_stream_id() in recv_data()
324 if id > me.actions.recv.max_stream_id() { in recv_reset()
328 me.actions.recv.max_stream_id() in recv_reset()
472 if id > me.actions.recv.max_stream_id() { in recv_push_promise()
476 me.actions.recv.max_stream_id() in recv_push_promise()
/dports/net-im/fractal/fractal-4.4.0/vendor/h2/src/proto/streams/
H A Dstreams.rs137 if id > me.actions.recv.max_stream_id() { in recv_headers()
141 me.actions.recv.max_stream_id() in recv_headers()
261 if id > me.actions.recv.max_stream_id() { in recv_data()
265 me.actions.recv.max_stream_id() in recv_data()
324 if id > me.actions.recv.max_stream_id() { in recv_reset()
328 me.actions.recv.max_stream_id() in recv_reset()
472 if id > me.actions.recv.max_stream_id() { in recv_push_promise()
476 me.actions.recv.max_stream_id() in recv_push_promise()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/h2/src/proto/streams/
H A Dstreams.rs137 if id > me.actions.recv.max_stream_id() { in recv_headers()
141 me.actions.recv.max_stream_id() in recv_headers()
261 if id > me.actions.recv.max_stream_id() { in recv_data()
265 me.actions.recv.max_stream_id() in recv_data()
324 if id > me.actions.recv.max_stream_id() { in recv_reset()
328 me.actions.recv.max_stream_id() in recv_reset()
472 if id > me.actions.recv.max_stream_id() { in recv_push_promise()
476 me.actions.recv.max_stream_id() in recv_push_promise()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/h2/src/proto/streams/
H A Dstreams.rs137 if id > me.actions.recv.max_stream_id() { in recv_headers()
141 me.actions.recv.max_stream_id() in recv_headers()
261 if id > me.actions.recv.max_stream_id() { in recv_data()
265 me.actions.recv.max_stream_id() in recv_data()
324 if id > me.actions.recv.max_stream_id() { in recv_reset()
328 me.actions.recv.max_stream_id() in recv_reset()
472 if id > me.actions.recv.max_stream_id() { in recv_push_promise()
476 me.actions.recv.max_stream_id() in recv_push_promise()
/dports/audio/spotify-tui/spotify-tui-0.25.0/cargo-crates/h2-0.2.6/src/proto/streams/
H A Dstreams.rs137 if id > me.actions.recv.max_stream_id() { in recv_headers()
141 me.actions.recv.max_stream_id() in recv_headers()
261 if id > me.actions.recv.max_stream_id() { in recv_data()
265 me.actions.recv.max_stream_id() in recv_data()
324 if id > me.actions.recv.max_stream_id() { in recv_reset()
328 me.actions.recv.max_stream_id() in recv_reset()
472 if id > me.actions.recv.max_stream_id() { in recv_push_promise()
476 me.actions.recv.max_stream_id() in recv_push_promise()
/dports/net-im/py-matrix-synapse/synapse-1.50.2/synapse/storage/util/
H A Did_generators.py415 max_stream_id = 1
430 max_stream_id = max(max_stream_id, stream_id)
432 self._persisted_upto_position = max_stream_id
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/h2-0.3.4/src/proto/streams/
H A Dstreams.rs383 if id > self.actions.recv.max_stream_id() { in recv_headers()
387 self.actions.recv.max_stream_id() in recv_headers()
513 if id > self.actions.recv.max_stream_id() { in recv_data()
517 self.actions.recv.max_stream_id() in recv_data()
577 if id > self.actions.recv.max_stream_id() { in recv_reset()
581 self.actions.recv.max_stream_id() in recv_reset()
721 if id > self.actions.recv.max_stream_id() { in recv_push_promise()
725 self.actions.recv.max_stream_id() in recv_push_promise()
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/h2-0.3.7/src/proto/streams/
H A Dstreams.rs383 if id > self.actions.recv.max_stream_id() { in recv_headers()
387 self.actions.recv.max_stream_id() in recv_headers()
504 if id > self.actions.recv.max_stream_id() { in recv_data()
508 self.actions.recv.max_stream_id() in recv_data()
565 if id > self.actions.recv.max_stream_id() { in recv_reset()
569 self.actions.recv.max_stream_id() in recv_reset()
709 if id > self.actions.recv.max_stream_id() { in recv_push_promise()
713 self.actions.recv.max_stream_id() in recv_push_promise()
/dports/lang/gleam/gleam-0.18.2/cargo-crates/h2-0.3.9/src/proto/streams/
H A Dstreams.rs396 if id > self.actions.recv.max_stream_id() { in recv_headers()
400 self.actions.recv.max_stream_id() in recv_headers()
517 if id > self.actions.recv.max_stream_id() { in recv_data()
521 self.actions.recv.max_stream_id() in recv_data()
578 if id > self.actions.recv.max_stream_id() { in recv_reset()
582 self.actions.recv.max_stream_id() in recv_reset()
714 if id > self.actions.recv.max_stream_id() { in recv_push_promise()
718 self.actions.recv.max_stream_id() in recv_push_promise()
/dports/net/routinator/routinator-0.10.2/cargo-crates/h2-0.3.3/src/proto/streams/
H A Dstreams.rs380 if id > self.actions.recv.max_stream_id() { in recv_headers()
384 self.actions.recv.max_stream_id() in recv_headers()
510 if id > self.actions.recv.max_stream_id() { in recv_data()
514 self.actions.recv.max_stream_id() in recv_data()
574 if id > self.actions.recv.max_stream_id() { in recv_reset()
578 self.actions.recv.max_stream_id() in recv_reset()
718 if id > self.actions.recv.max_stream_id() { in recv_push_promise()
722 self.actions.recv.max_stream_id() in recv_push_promise()
/dports/www/rearx/rearx-0.1.4/cargo-crates/h2-0.3.1/src/proto/streams/
H A Dstreams.rs380 if id > self.actions.recv.max_stream_id() { in recv_headers()
384 self.actions.recv.max_stream_id() in recv_headers()
510 if id > self.actions.recv.max_stream_id() { in recv_data()
514 self.actions.recv.max_stream_id() in recv_data()
574 if id > self.actions.recv.max_stream_id() { in recv_reset()
578 self.actions.recv.max_stream_id() in recv_reset()
718 if id > self.actions.recv.max_stream_id() { in recv_push_promise()
722 self.actions.recv.max_stream_id() in recv_push_promise()
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/h2-0.3.9/src/proto/streams/
H A Dstreams.rs396 if id > self.actions.recv.max_stream_id() { in recv_headers()
400 self.actions.recv.max_stream_id() in recv_headers()
517 if id > self.actions.recv.max_stream_id() { in recv_data()
521 self.actions.recv.max_stream_id() in recv_data()
578 if id > self.actions.recv.max_stream_id() { in recv_reset()
582 self.actions.recv.max_stream_id() in recv_reset()
714 if id > self.actions.recv.max_stream_id() { in recv_push_promise()
718 self.actions.recv.max_stream_id() in recv_push_promise()

1234567