Home
last modified time | relevance | path

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

/external/rust/crates/quiche/src/
Dstream.rs237 let (max_rx_data, max_tx_data) = match (local, is_bidi(id)) { in get_or_create()
264 match (is_local(id, is_server), is_bidi(id)) { in get_or_create()
321 is_bidi(id), in get_or_create()
538 if is_bidi(stream_id) { in collect()
744 pub fn is_bidi(stream_id: u64) -> bool { in is_bidi() function
3292 assert!(is_bidi(stream_id), "stream id is bidirectional"); in stream_limit_auto_open()
3313 assert!(is_bidi(stream_id), "stream id is bidirectional"); in stream_create_out_of_order()
Dlib.rs4394 if !stream::is_bidi(stream_id) && in stream_recv()
4521 if !stream::is_bidi(stream_id) && in stream_send()
4715 !stream::is_bidi(stream_id) in stream_shutdown()
4723 !stream::is_bidi(stream_id) in stream_shutdown()
6624 if !stream::is_bidi(stream_id) && in process_frame()
6672 !stream::is_bidi(stream_id) in process_frame()
6746 if !stream::is_bidi(stream_id) && in process_frame()
6813 if !stream::is_bidi(stream_id) && in process_frame()
/external/rust/crates/quiche/src/h3/
Dstream.rs167 let (ty, state) = if crate::stream::is_bidi(id) { in new()