Home
last modified time | relevance | path

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

/commonlibrary/rust/ylong_http/ylong_http/src/h2/
Ddecoder.rs199 stream_id: StreamId, field
208 stream_id: StreamId, field
817 let stream_id = get_stream_id(&header_buffer[5..9]); in decode_frame_header() localVariable
Dframe.rs205 pub fn stream_id(&self) -> StreamId { in stream_id() method
Dencoder.rs1117 let stream_id = frame.stream_id(); in encode_rst_stream_frame() localVariable
/commonlibrary/rust/ylong_http/ylong_http/src/h3/
Dencoder.rs57 stream_id: u64, field
/commonlibrary/rust/ylong_http/ylong_http_client/src/util/h3/
Dstream_manager.rs475 let mut stream_id = id; in process_recv_data() localVariable
/commonlibrary/rust/ylong_http/ylong_http/src/h3/qpack/format/
Dencoder.rs33 stream_id: u64, field