Searched defs:bytes (Results 1 – 12 of 12) sorted by relevance
170 let bytes = self.encode_headers_frame(&mut buf[written_bytes..])?; in encode() localVariable177 let bytes = self.encode_headers_payload(&mut buf[written_bytes..])?; in encode() localVariable184 let bytes = self.encode_padding(&mut buf[written_bytes..])?; in encode() localVariable191 let bytes = self.encode_continuation_frames(&mut buf[written_bytes..])?; in encode() localVariable198 let bytes = self.encode_data_header(&mut buf[written_bytes..])?; in encode() localVariable205 let bytes = self.encode_data_payload(&mut buf[written_bytes..])?; in encode() localVariable212 let bytes = self.encode_padding(&mut buf[written_bytes..])?; in encode() localVariable219 let bytes = self.encode_settings_frame(&mut buf[written_bytes..])?; in encode() localVariable226 let bytes = self.encode_goaway_frame(&mut buf[written_bytes..])?; in encode() localVariable233 let bytes = self.encode_window_update_frame(&mut buf[written_bytes..])?; in encode() localVariable[all …]
84 let bytes = CStr::from_ptr(data as *const _).to_bytes(); in get() localVariable109 let bytes = CStr::from_ptr(data as *const _).to_bytes(); in get() localVariable151 let bytes = CStr::from_ptr(lib_error as *const _).to_bytes(); in fmt() localVariable162 let bytes = unsafe { core::ffi::CStr::from_ptr(func_error as *const _).to_bytes() }; in fmt() localVariable181 let bytes = CStr::from_ptr(reason_error as *const _).to_bytes(); in fmt() localVariable
490 let bytes = b"Hello World!"; in ut_text_body_from_bytes() localVariable526 let bytes = b"Hello World!"; in ut_text_body_from_bytes_syn_data() localVariable560 let bytes = b"Hello World!"; in text_body_from_bytes_asyn_data() localVariable647 let bytes = b"this is the text body! and this is remaining data"; in ut_text_body_decoder_decode() localVariable670 let bytes = b"this is the text body! And this is remaining data"; in ut_text_body_decoder_decode() localVariable
396 pub(crate) bytes: &'a [u8], field
114 let bytes = &state.to_be_bytes(); in huffman_encode() localVariable371 let bytes = decode(cont).unwrap(); in ut_huffman_decoder() localVariable
155 void Buffer::WriteBE(int32_t value, uint32_t bytes) in WriteBE()166 void Buffer::WriteLE(int32_t value, uint32_t bytes) in WriteLE()177 uint32_t Buffer::ReadBE(uint32_t bytes) in ReadBE()188 uint32_t Buffer::ReadLE(uint32_t bytes) in ReadLE()
54 fn bytes(&self) -> &[u8] { in bytes() method
58 void Utf32CodePointToUtf8(uint8_t* dstP, char32_t srcChar, size_t bytes) in Utf32CodePointToUtf8()
746 void Parcel::SkipBytes(size_t bytes) in SkipBytes()
45 bytes: &'a [u8], field
486 fn bytes(bytes: Vec<u8>) -> Self { in bytes() method
1049 let bytes = if s[0].eq_ignore_ascii_case(&b'?') { in query_token() localVariable