Home
last modified time | relevance | path

Searched defs:Name (Results 1 – 7 of 7) sorted by relevance

/commonlibrary/rust/ylong_http/ylong_http/src/h2/hpack/
Ddecoder.rs142 fn update_literal_with_indexing(&mut self, name: Name, value: Vec<u8>) -> Result<(), H2Error> { in update_literal_with_indexing()
152 name: Name, in update_literal_without_indexing()
162 fn update_literal_never_indexing(&mut self, name: Name, value: Vec<u8>) -> Result<(), H2Error> { in update_literal_never_indexing()
182 name: Name, in get_header_by_name_and_value()
/commonlibrary/rust/ylong_http/ylong_http/src/h3/qpack/
Ddecoder.rs379 name: Name, in update_table()
400 name: Name, in get_field_by_name_and_value()
485 name: Name, in search_literal_with_indexing()
502 name: Name, in search_literal_with_post_indexing()
519 name: Name, in search_listeral_with_literal()
536 name: Name, in get_field_by_name_and_value()
/commonlibrary/rust/ylong_http/ylong_http/src/h2/hpack/representation/
Dmod.rs327 pub(crate) enum Name { enum
Ddecoder.rs231 fn from_inner(repr: PrefixBit, name: Name, inner: LiteralString) -> Self { in from_inner()
526 fn new(repr: PrefixBit, name: Name, value: Vec<u8>) -> Self { in new()
/commonlibrary/rust/ylong_http/ylong_http/src/h3/qpack/format/
Ddecoder.rs727 pub(crate) enum Name { enum
747 name: Name, in from_inner()
797 fn from_inner(repr: ReprPrefixBit, mid_bit: MidBit, name: Name, inner: LiteralString) -> Self { in from_inner()
/commonlibrary/rust/ylong_http/ylong_http/src/body/mime/common/
Dheaders.rs29 Name, enumerator
/commonlibrary/rust/ylong_http/ylong_http/src/h1/request/
Dencoder.rs500 Name, enumerator