Home
last modified time | relevance | path

Searched refs:StreamCancel (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/h3/qpack/
H A Dencoder.rs197 Some(DecoderInstruction::StreamCancel { stream_id }) => { in decode_ins()
199 Ok(Some(DecoderInst::StreamCancel)) in decode_ins()
297 StreamCancel, enumerator
H A Dmod.rs225 StreamCancel { stream_id: usize }, enumerator
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/h3/
H A Dencoder.rs425 Ok(Some(DecoderInst::StreamCancel)) => { in decode_ins()
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/h3/qpack/format/
H A Dencoder.rs800 DecResult::Decoded(DecoderInstruction::StreamCancel { stream_id: index }) in decode()