Home
last modified time | relevance | path

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

/external/rust/android-crates-io/crates/h2/src/proto/streams/
Dcounts.rs140 pub fn can_inc_num_reset_streams(&self) -> bool { in can_inc_num_reset_streams() method
150 assert!(self.can_inc_num_reset_streams()); in inc_num_reset_streams()
Drecv.rs901 if counts.can_inc_num_reset_streams() { in enqueue_reset_expiration()