Searched refs:is_bidi (Results 1 – 3 of 3) sorted by relevance
168 let (max_rx_data, max_tx_data) = match (local, is_bidi(id)) { in get_or_create()190 match (is_local(id, is_server), is_bidi(id)) { in get_or_create()232 let s = Stream::new(max_rx_data, max_tx_data, is_bidi(id), local); in get_or_create()396 if is_bidi(stream_id) { in collect()560 pub fn is_bidi(stream_id: u64) -> bool { in is_bidi() function
2650 if !stream::is_bidi(stream_id) && in stream_recv()2748 if !stream::is_bidi(stream_id) && in stream_send()3599 if !stream::is_bidi(stream_id) && in process_frame()3633 !stream::is_bidi(stream_id) in process_frame()3749 if !stream::is_bidi(stream_id) && in process_frame()
146 let (ty, state) = if crate::stream::is_bidi(id) { in new()