Home
last modified time | relevance | path

Searched defs:bytes_read (Results 1 – 25 of 121) sorted by relevance

12345

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/POSIX/
H A DNativeProcessELF.cpp70 size_t bytes_read; in GetELFImageInfoAddress() local
95 size_t bytes_read; in GetELFImageInfoAddress() local
120 size_t bytes_read; in ReadSVR4LibraryInfo() local
151 size_t bytes_read; in GetLoadedSVR4Libraries() local
/freebsd/contrib/libarchive/libarchive/test/
H A Dtest_compat_solaris_pax_sparse.c38 size_t bytes_read; in test_compat_solaris_pax_sparse_1() local
119 size_t bytes_read; in test_compat_solaris_pax_sparse_2() local
/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DPipeBase.cpp21 Status PipeBase::Read(void *buf, size_t size, size_t &bytes_read) { in Read()
H A DNativeProcessProtocol.cpp376 size_t bytes_read = 0; in RemoveSoftwareBreakpoint() local
433 size_t bytes_read = 0; in EnableSoftwareBreakpoint() local
651 size_t &bytes_read) { in ReadMemoryWithoutTrap()
682 size_t bytes_read = 0; in ReadCStringFromMemory() local
H A DFileCache.cpp109 size_t bytes_read = dst_len; in ReadFile() local
H A DFile.cpp520 ssize_t bytes_read = -1; Read() local
644 ssize_t bytes_read = Read() local
[all...]
/freebsd/sys/dev/cxgbe/cudbg/
H A Dfastlz_api.c213 unsigned int bytes_read; in compress_buff() local
286 size_t bytes_read; in detect_magic() local
352 unsigned long bytes_read; in decompress_buffer() local
/freebsd/crypto/openssl/ssl/quic/
H A Dquic_tls_api.c26 static int crypto_recv_rcd_cb(const unsigned char **buf, size_t *bytes_read, in crypto_recv_rcd_cb()
37 static int crypto_release_rcd_cb(size_t bytes_read, void *arg) in crypto_release_rcd_cb()
H A Dquic_tserver.c256 size_t *bytes_read) in ossl_quic_tserver_read()
319 size_t bytes_read = 0; in ossl_quic_tserver_has_read_ended() local
/freebsd/contrib/libcbor/examples/
H A Dstreaming_parser.c54 size_t bytes_read = 0; in main() local
/freebsd/crypto/openssl/providers/common/
H A Dbio_prov.c91 size_t *bytes_read) in ossl_prov_bio_read_ex()
165 size_t *bytes_read) in bio_core_read_ex()
/freebsd/contrib/libarchive/libarchive_fe/
H A Dline_reader.c94 size_t bytes_wanted, bytes_read, new_buff_size; lafe_line_reader_next() local
/freebsd/sys/contrib/openzfs/lib/libzutil/
H A Dzutil_pool.c107 zpool_history_unpack(char *buf, uint64_t bytes_read, uint64_t *leftover, in zpool_history_unpack()
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBFile.cpp57 SBError SBFile::Read(uint8_t *buf, size_t num_bytes, size_t *bytes_read) { in Read()
H A DSBCommunication.cpp108 size_t bytes_read = 0; in Read() local
/freebsd/sys/dev/liquidio/base/
H A Dlio_console.c468 int32_t bytes_read) in lio_output_console_line()
522 int32_t bytes_read, total_read, tries; in lio_check_console() local
776 int32_t bytes_read, total_read, tries; in lio_get_uboot_version() local
/freebsd/lib/libutil/
H A Duucplock.c208 int bytes_read; in get_pid() local
/freebsd/crypto/openssl/test/
H A Dbio_tfo_test.c212 int bytes_read; in test_fd_tfo() local
H A Dbio_core_test.c20 size_t *bytes_read) in tst_bio_core_read_ex()
/freebsd/contrib/libarchive/libarchive/
H A Darchive_read_open_fd.c117 ssize_t bytes_read; in file_read() local
H A Darchive_read_open_file.c114 size_t bytes_read; in FILE_read() local
H A Darchive_read_support_format_tar.c608 ssize_t bytes_read; in archive_read_format_tar_read_data() local
958 ssize_t bytes_read; in tar_read_header() local
2328 ssize_t bytes_read; in pax_attribute() local
3081 ssize_t bytes_read; in gnu_sparse_old_read() local
3217 ssize_t bytes_read; in gnu_sparse_10_atol() local
3261 int64_t bytes_read, entries, offset, size, to_skip, remaining; in gnu_sparse_10_read() local
3506 ssize_t bytes_read; in readline() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/JITLoader/GDB/
H A DJITLoaderGDB.cpp131 size_t bytes_read = process->ReadMemory(from_addr, data.GetBytes(), in ReadJITEntry() local
293 size_t bytes_read = m_process->ReadMemory(m_jit_descriptor_addr, &jit_desc, in ReadJITDescriptorImpl() local
/freebsd/crypto/openssl/test/quic-openssl-docker/hq-interop/
H A Dquic-hq-interop-server.c457 size_t bytes_read = 0; in process_new_stream() local
/freebsd/contrib/llvm-project/lldb/source/Host/posix/
H A DConnectionFileDescriptorPosix.cpp513 UNUSED_IF_ASSERT_DISABLED(bytes_read); in BytesAvailable() local
280 size_t bytes_read = dst_len; Read() local

12345