Home
last modified time | relevance | path

Searched refs:LiteralNeverIndexed (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/h2/hpack/representation/
H A Dmod.rs213 LiteralNeverIndexed { name: Name, value: Vec<u8> }, enumerator
238 Self::LiteralNeverIndexed { .. } => PrefixBit::LITERAL_NEVER_INDEXED, in prefix_bit()
249 Self::LiteralNeverIndexed { .. } => PrefixIndexMask::LITERAL_NEVER_INDEXED, in prefix_index_mask()
H A Ddecoder.rs250 DecResult::Decoded(Representation::LiteralNeverIndexed { in decode()
540 _ => Representation::LiteralNeverIndexed { in decode()
632 { LiteralNeverIndexed, Literal => b"password".to_vec(), b"secret".to_vec() } in ut_repr_decoder()
814 Representation::LiteralNeverIndexed { name: _, value: _ } => {} in ut_finish_decode()
826 Representation::LiteralNeverIndexed { name: _, value: _ } => {} in ut_finish_decode()
838 Representation::LiteralNeverIndexed { name: _, value: _ } => {} in ut_finish_decode()
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/h2/hpack/
H A Ddecoder.rs122 Representation::LiteralNeverIndexed { name: n, value: v } => { in update()