Home
last modified time | relevance | path

Searched defs:blocked (Results 1 – 4 of 4) sorted by relevance

/commonlibrary/rust/ylong_http/ylong_http_client/src/util/h2/
Dmanager.rs420 let mut blocked = false; in recv_go_away_frame() localVariable
542 let blocked = self.exit_with_error(cx, other); in manage_resp_error() localVariable
625 let blocked = in manage_conn_error() localVariable
740 let mut blocked = false; in exit_with_error() localVariable
/commonlibrary/rust/ylong_http/ylong_http/src/h3/qpack/
Dencoder.rs172 let mut blocked = 0; in update_blocked_stream() localVariable
Ddecoder.rs75 blocked: HashMap<u64, usize>, field
/commonlibrary/rust/ylong_http/ylong_http_client/src/util/
Ddispatcher.rs682 let mut blocked = false; in poll_blocked_message() localVariable