Home
last modified time | relevance | path

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

/external/rust/android-crates-io/crates/quiche/src/
Dflowcontrol.rs101 pub fn update_max_data(&mut self, now: Instant) { in update_max_data() method
163 fn update_max_data() { in update_max_data() function
174 fc.update_max_data(Instant::now()); in update_max_data()
191 fc.update_max_data(Instant::now()); in autotune_window()
Dstream.rs1026 pub fn update_max_data(&mut self, now: time::Instant) { in update_max_data() method
1027 self.flow_control.update_max_data(now); in update_max_data()
1289 pub fn update_max_data(&mut self, max_data: u64) { in update_max_data() method
2432 send.update_max_data(5); in write_blocked_by_off()
2456 send.update_max_data(15); in write_blocked_by_off()
2472 send.update_max_data(25); in write_blocked_by_off()
2533 stream.recv.update_max_data(time::Instant::now()); in recv_flow_control()
Dlib.rs3676 stream.recv.update_max_data(now); in send_single()
3710 flow_control.update_max_data(now); in send_single()
6839 stream.send.update_max_data(max); in process_frame()