Home
last modified time | relevance | path

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

/external/rust/crates/quiche/src/h3/
Dframe.rs66 max_field_section_size: Option<u64>,
177 max_field_section_size, in to_bytes()
187 if let Some(val) = max_field_section_size { in to_bytes()
220 if let Some(val) = max_field_section_size { in to_bytes()
327 max_field_section_size, in to_qlog()
337 if let Some(v) = max_field_section_size { in to_qlog()
452 max_field_section_size, in fmt()
517 let mut max_field_section_size = None; in parse_settings_frame() localVariable
543 max_field_section_size = Some(value); in parse_settings_frame()
576 max_field_section_size, in parse_settings_frame()
[all …]
Dstream.rs699 max_field_section_size: Some(0), in control_good()
748 max_field_section_size: None, in control_empty_settings()
803 max_field_section_size: Some(0), in control_bad_multiple_settings()
867 max_field_section_size: Some(0), in control_bad_late_settings()
910 max_field_section_size: Some(0), in control_bad_frame()
1167 max_field_section_size: None, in zero_length_goaway()
1247 max_field_section_size: None, in zero_length_cancel_push()
1294 max_field_section_size: None, in zero_length_max_push_id()
Dmod.rs514 max_field_section_size: Option<u64>, field
524 max_field_section_size: None, in new()
541 self.max_field_section_size = Some(v); in set_max_field_section_size()
815 pub max_field_section_size: Option<u64>, field
878 max_field_section_size: config.max_field_section_size, in new()
887 max_field_section_size: None, in new()
2056 max_field_section_size: self.local_settings.max_field_section_size, in send_settings()
2479 max_field_section_size, in process_frame()
2488 max_field_section_size, in process_frame()
2525 .max_field_section_size in process_frame()
[all …]