Searched defs:DecodedLength (Results 1 – 6 of 6) sorted by relevance
4 pub(crate) struct DecodedLength(u64); struct7 impl From<Option<u64>> for DecodedLength { implementation20 impl DecodedLength { implementation83 impl fmt::Debug for DecodedLength { implementation93 impl fmt::Display for DecodedLength { implementation
144 pub(crate) fn new_channel(content_length: DecodedLength, wanter: bool) -> (Sender, Body) { in new_channel()209 mut content_length: DecodedLength, in h2()
55 std::optional<size_t> DecodedLength(size_t len) { in DecodedLength() function
93 size_t DecodedLength = in unpack() local
191 ) -> Poll<Option<crate::Result<(MessageHead<T::Incoming>, DecodedLength, Wants)>>> { in poll_read_head() argument
1176 ) -> Result<Option<(DecodedLength, bool)>, Parse> { in decoder()