Home
last modified time | relevance | path

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

/external/arm-trusted-firmware/drivers/marvell/mochi/
Dcp110_setup.c148 #define MAX_STREAM_ID (0x80) macro
/external/rust/crates/quiche/src/
Dlib.rs454 const MAX_STREAM_ID: u64 = 1 << 60; constant
6857 if max > MAX_STREAM_ID { in process_frame()
6865 if max > MAX_STREAM_ID { in process_frame()
6877 if limit > MAX_STREAM_ID { in process_frame()
6882 if limit > MAX_STREAM_ID { in process_frame()
7661 if max > MAX_STREAM_ID { in decode()
7671 if max > MAX_STREAM_ID { in decode()
9614 let frames = [frame::Frame::MaxStreamsBidi { max: MAX_STREAM_ID }]; in stream_left_bidi()
9619 assert_eq!(MAX_STREAM_ID - 3, pipe.server.peer_streams_left_bidi()); in stream_left_bidi()
9640 let frames = [frame::Frame::MaxStreamsUni { max: MAX_STREAM_ID }]; in stream_left_uni()
[all …]