Home
last modified time | relevance | path

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

/external/rust/crates/quiche/src/h3/
Dmod.rs553 control_stream_id: Option<u64>, field
597 control_stream_id: None, in new()
1153 if let Some(stream_id) = self.control_stream_id { in send_goaway()
1303 self.control_stream_id = Some( in send_settings()
1329 if let Some(id) = self.control_stream_id { in send_settings()
2358 s.send_body_client(s.client.control_stream_id.unwrap(), true), in send_body_invalid_client_stream()
2410 s.send_body_server(s.server.control_stream_id.unwrap(), true), in send_body_invalid_server_stream()
2460 s.client.control_stream_id.unwrap(), in max_push_id_from_client_good()
2501 s.client.control_stream_id.unwrap(), in max_push_id_from_client_limit_reduction()
2508 s.client.control_stream_id.unwrap(), in max_push_id_from_client_limit_reduction()
[all …]