Searched defs:Name (Results 1 – 7 of 7) sorted by relevance
| /commonlibrary/rust/ylong_http/ylong_http/src/h2/hpack/ |
| D | decoder.rs | 142 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/ |
| D | decoder.rs | 379 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/ |
| D | mod.rs | 327 pub(crate) enum Name { enum
|
| D | decoder.rs | 231 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/ |
| D | decoder.rs | 727 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/ |
| D | headers.rs | 29 Name, enumerator
|
| /commonlibrary/rust/ylong_http/ylong_http/src/h1/request/ |
| D | encoder.rs | 500 Name, enumerator
|