Searched refs:LiteralWithIndexing (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/h2/hpack/representation/ |
H A D | decoder.rs | 238 DecResult::Decoded(Representation::LiteralWithIndexing { in decode() 657 { LiteralWithIndexing, Index => 24, b"no-cache".to_vec() } in ut_repr_decoder() 686 { LiteralWithIndexing, Index => 24, b"no-cache".to_vec() } in ut_repr_decoder() 706 { LiteralWithIndexing, Index => 8, b"302".to_vec() }, in ut_repr_decoder() 707 { LiteralWithIndexing, Index => 24, b"private".to_vec() }, in ut_repr_decoder() 715 { LiteralWithIndexing, Index => 8, b"307".to_vec() }, in ut_repr_decoder() 734 { LiteralWithIndexing, Index => 26, b"gzip".to_vec() }, in ut_repr_decoder() 744 { LiteralWithIndexing, Index => 8, b"302".to_vec() }, in ut_repr_decoder() 745 { LiteralWithIndexing, Index => 24, b"private".to_vec() }, in ut_repr_decoder() 753 { LiteralWithIndexing, Index => 8, b"307".to_vec() }, in ut_repr_decoder() [all …]
|
H A D | mod.rs | 135 LiteralWithIndexing { name: Name, value: Vec<u8> }, enumerator 236 Self::LiteralWithIndexing { .. } => PrefixBit::LITERAL_WITH_INDEXING, in prefix_bit() 247 Self::LiteralWithIndexing { .. } => PrefixIndexMask::LITERAL_WITH_INDEXING, in prefix_index_mask()
|
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/h3/qpack/ |
H A D | mod.rs | 254 LiteralWithIndexing { enumerator
|
H A D | decoder.rs | 238 Representation::LiteralWithIndexing { in decode_repr()
|
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/h2/hpack/ |
H A D | decoder.rs | 116 Representation::LiteralWithIndexing { name: n, value: v } => { in update()
|
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/h3/qpack/format/ |
H A D | decoder.rs | 811 Representation::LiteralWithIndexing { in decode()
|