Home
last modified time | relevance | path

Searched defs:src_len (Results 1 – 25 of 43) sorted by relevance

12

/openbsd-src/gnu/llvm/lldb/source/Utility/
H A DDataBufferHeap.cpp24 DataBufferHeap::DataBufferHeap(const void *src, lldb::offset_t src_len) in DataBufferHeap()
53 void DataBufferHeap::CopyData(const void *src, uint64_t src_len) { in CopyData()
61 void DataBufferHeap::AppendData(const void *src, uint64_t src_len) { in AppendData()
H A DRegisterValue.cpp56 const uint32_t src_len = reg_info.byte_size; in GetAsMemoryData() local
80 const void *src, uint32_t src_len, in SetFromMemoryData()
181 uint32_t src_len = src.GetByteSize() - src_offset; in SetValueFromData() local
H A DGDBRemote.cpp28 int StreamGDBRemote::PutEscapedBytes(const void *s, size_t src_len) { in PutEscapedBytes()
H A DEvent.cpp111 EventDataBytes::EventDataBytes(const void *src, size_t src_len) : m_bytes() { in EventDataBytes()
142 void EventDataBytes::SetBytes(const void *src, size_t src_len) { in SetBytes()
H A DStream.cpp329 size_t Stream::PutRawBytes(const void *s, size_t src_len, in PutRawBytes()
356 size_t Stream::PutBytesAsRawHex8(const void *s, size_t src_len, in PutBytesAsRawHex8()
H A DDataEncoder.cpp112 uint32_t src_len) { in PutData()
/openbsd-src/sys/crypto/
H A Dchachapoly.c122 const size_t src_len, in chacha20poly1305_encrypt()
163 const size_t src_len, in chacha20poly1305_decrypt()
215 const size_t src_len, in xchacha20poly1305_encrypt()
241 const size_t src_len, in xchacha20poly1305_decrypt()
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DCommunication.cpp98 size_t Communication::Write(const void *src, size_t src_len, in Write()
117 size_t Communication::WriteAll(const void *src, size_t src_len, in WriteAll()
H A DEmulateInstruction.cpp213 const void *src, size_t src_len) { in WriteMemory()
277 size_t src_len) { in WriteMemoryFrame()
H A DValue.cpp161 const size_t src_len = rhs.GetBuffer().GetByteSize(); in AppendDataToHostBuffer() local
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/MacOSX-Kernel/
H A DCommunicationKDP.cpp229 bool CommunicationKDP::CheckForPacket(const uint8_t *src, size_t src_len, in CheckForPacket()
563 uint32_t src_len = reply_packet.GetByteSize() - 12; in SendRequestReadMemory() local
586 uint32_t src_len, in SendRequestWriteMemory()
620 uint32_t src_len, // Raw packet payload length in SendRawRequest()
1183 uint32_t src_len = reply_packet.GetByteSize() - 12; in SendRequestReadRegisters() local
1212 uint32_t src_len, in SendRequestWriteRegisters()
/openbsd-src/gnu/llvm/lldb/include/lldb/Utility/
H A DStream.h101 size_t Write(const void *src, size_t src_len) { in Write()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationHistory.cpp45 uint32_t src_len, in AddPacket()
/openbsd-src/gnu/llvm/lldb/source/Host/common/
H A DFileCache.cpp64 const void *src, uint64_t src_len, in WriteFile()
H A DSocket.cpp244 const size_t src_len = num_bytes; in Write() local
H A DNativeRegisterContext.cpp316 const RegisterInfo *reg_info, lldb::addr_t src_addr, size_t src_len, in ReadRegisterValueFromMemory()
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBCommunication.cpp120 size_t SBCommunication::Write(const void *src, size_t src_len, in Write()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Utility/
H A DRegisterContextThreadMemory.cpp196 uint32_t src_len, RegisterValue &reg_value) { in ReadRegisterValueFromMemory()
/openbsd-src/gnu/llvm/lldb/source/Host/windows/
H A DConnectionGenericFileWindows.cpp257 size_t ConnectionGenericFile::Write(const void *src, size_t src_len, in Write()
/openbsd-src/gnu/llvm/lldb/source/Interpreter/
H A DScriptInterpreter.cpp143 size_t src_len) { in ReadThreadBytesReceived()
/openbsd-src/sys/net/
H A Dwg_noise.c861 size_t src_len) in noise_mix_hash()
903 noise_msg_encrypt(uint8_t *dst, const uint8_t *src, size_t src_len, in noise_msg_encrypt()
913 noise_msg_decrypt(uint8_t *dst, const uint8_t *src, size_t src_len, in noise_msg_decrypt()
/openbsd-src/gnu/llvm/lldb/source/Plugins/ObjectFile/JIT/
H A DObjectFileJIT.cpp208 size_t src_len = file_size - section_offset; in ReadSectionData() local
/openbsd-src/regress/sys/dev/video/
H A Dvideotest.c573 jpeg_insert_dht(uint8_t *src, int src_len, uint8_t *dst, int *dst_len) in jpeg_insert_dht()
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DRemoteAwarePlatform.cpp237 const void *src, uint64_t src_len, in WriteFile()
H A DMemory.cpp42 size_t src_len) { in AddL1CacheData()

12