Searched refs:MAX_STREAM_ID (Results 1 – 2 of 2) sorted by relevance
139 #define MAX_STREAM_ID (0x80) macro
307 const MAX_STREAM_ID: u64 = 1 << 60; constant3835 if max > MAX_STREAM_ID { in process_frame()3843 if max > MAX_STREAM_ID { in process_frame()3855 if limit > MAX_STREAM_ID { in process_frame()3860 if limit > MAX_STREAM_ID { in process_frame()4180 if max > MAX_STREAM_ID { in decode()4190 if max > MAX_STREAM_ID { in decode()5386 let frames = [frame::Frame::MaxStreamsBidi { max: MAX_STREAM_ID }]; in stream_limit_max_bidi()5392 max: MAX_STREAM_ID + 1, in stream_limit_max_bidi()5456 let frames = [frame::Frame::MaxStreamsUni { max: MAX_STREAM_ID }]; in stream_limit_max_uni()[all …]