Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/h3/
H A Ddecoder.rs25 stream_id: usize, field
H A Dencoder.rs53 stream_id: usize, field
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/h2/
H A Ddecoder.rs198 stream_id: usize, field
207 stream_id: usize, field
816 let stream_id = get_stream_id(&header_buffer[5..9]) as usize; in decode_frame_header() localVariable
H A Dframe.rs203 pub fn stream_id(&self) -> StreamId { in stream_id() method
H A Dencoder.rs1150 let stream_id = frame.stream_id(); in encode_rst_stream_frame() localVariable
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/h3/qpack/
H A Dencoder.rs85 stream_id: usize, field