Home
last modified time | relevance | path

Searched defs:stream_id (Results 1 – 5 of 5) sorted by relevance

/commonlibrary/rust/ylong_http/ylong_http/src/h2/
Ddecoder.rs198 stream_id: usize, field
207 stream_id: usize, field
811 let stream_id = get_stream_id(&header_buffer[5..9]) as usize; in decode_frame_header() localVariable
Dframe.rs203 pub fn stream_id(&self) -> StreamId { in stream_id() method
Dencoder.rs1022 let stream_id = frame.stream_id(); in encode_rst_stream_frame() localVariable
/commonlibrary/rust/ylong_http/ylong_http/src/h3/qpack/
Dencoder.rs85 stream_id: usize, field
/commonlibrary/rust/ylong_http/ylong_http_client/src/util/
Ddispatcher.rs1174 let stream_id = frame.stream_id() as u32; in dispatch_read_frames() localVariable