| /commonlibrary/rust/ylong_http/ylong_http/src/h2/ |
| D | encoder.rs | 170 let bytes = self.encode_headers_frame(&mut buf[written_bytes..])?; in encode() localVariable 177 let bytes = self.encode_headers_payload(&mut buf[written_bytes..])?; in encode() localVariable 184 let bytes = self.encode_padding(&mut buf[written_bytes..])?; in encode() localVariable 191 let bytes = self.encode_continuation_frames(&mut buf[written_bytes..])?; in encode() localVariable 198 let bytes = self.encode_data_header(&mut buf[written_bytes..])?; in encode() localVariable 205 let bytes = self.encode_data_payload(&mut buf[written_bytes..])?; in encode() localVariable 212 let bytes = self.encode_padding(&mut buf[written_bytes..])?; in encode() localVariable 219 let bytes = self.encode_settings_frame(&mut buf[written_bytes..])?; in encode() localVariable 226 let bytes = self.encode_goaway_frame(&mut buf[written_bytes..])?; in encode() localVariable 233 let bytes = self.encode_window_update_frame(&mut buf[written_bytes..])?; in encode() localVariable [all …]
|
| /commonlibrary/rust/ylong_http/ylong_http_client/src/util/c_openssl/ |
| D | error.rs | 84 let bytes = CStr::from_ptr(data as *const _).to_bytes(); in get() localVariable 109 let bytes = CStr::from_ptr(data as *const _).to_bytes(); in get() localVariable 151 let bytes = CStr::from_ptr(lib_error as *const _).to_bytes(); in fmt() localVariable 162 let bytes = unsafe { core::ffi::CStr::from_ptr(func_error as *const _).to_bytes() }; in fmt() localVariable 181 let bytes = CStr::from_ptr(reason_error as *const _).to_bytes(); in fmt() localVariable
|
| /commonlibrary/rust/ylong_http/ylong_http/src/body/ |
| D | text.rs | 490 let bytes = b"Hello World!"; in ut_text_body_from_bytes() localVariable 526 let bytes = b"Hello World!"; in ut_text_body_from_bytes_syn_data() localVariable 562 let bytes = b"Hello World!"; in text_body_from_bytes_asyn_data() localVariable 651 let bytes = b"this is the text body! and this is remaining data"; in ut_text_body_decoder_decode() localVariable 674 let bytes = b"this is the text body! And this is remaining data"; in ut_text_body_decoder_decode() localVariable
|
| D | mod.rs | 470 pub(crate) bytes: &'a [u8], field
|
| /commonlibrary/rust/ylong_http/ylong_http/src/huffman/ |
| D | mod.rs | 114 let bytes = &state.to_be_bytes(); in huffman_encode() localVariable 371 let bytes = decode(cont).unwrap(); in ut_huffman_decoder() localVariable
|
| /commonlibrary/ets_utils/js_api_module/buffer/ |
| D | js_buffer.cpp | 154 void Buffer::WriteBE(int32_t value, uint32_t bytes) in WriteBE() 165 void Buffer::WriteLE(int32_t value, uint32_t bytes) in WriteLE() 176 uint32_t Buffer::ReadBE(uint32_t bytes) in ReadBE() 187 uint32_t Buffer::ReadLE(uint32_t bytes) in ReadLE()
|
| /commonlibrary/rust/ylong_runtime/ylong_io/src/sys/unix/uds/ |
| D | socket_addr.rs | 34 let bytes = path.as_os_str().as_bytes(); in socket_addr_trans_un() localVariable
|
| /commonlibrary/rust/ylong_json/src/ |
| D | encoder.rs | 288 let bytes = string.as_bytes(); in encode_string_inner() localVariable 350 let bytes = ch as u32; in encode_string_inner() localVariable 357 let bytes = ch as u32; in encode_string_inner() localVariable
|
| /commonlibrary/rust/ylong_runtime/ylong_runtime/src/io/ |
| D | stdio.rs | 54 fn bytes(&self) -> &[u8] { in bytes() method
|
| /commonlibrary/c_utils/base/src/ |
| D | unicode_ex.cpp | 58 void Utf32CodePointToUtf8(uint8_t* dstP, char32_t srcChar, size_t bytes) in Utf32CodePointToUtf8()
|
| D | parcel.cpp | 810 void Parcel::SkipBytes(size_t bytes) in SkipBytes()
|
| /commonlibrary/rust/ylong_http/ylong_http/src/body/mime/ |
| D | mimetype.rs | 45 bytes: &'a [u8], field
|
| D | mod.rs | 486 fn bytes(bytes: Vec<u8>) -> Self { in bytes() method
|
| /commonlibrary/rust/ylong_http/ylong_http/src/request/ |
| D | uri.rs | 1066 let bytes = if s[0].eq_ignore_ascii_case(&b'?') { in query_token() localVariable
|