Home
last modified time | relevance | path

Searched defs:bytes_to_read (Results 1 – 17 of 17) sorted by relevance

/freebsd/contrib/elftoolchain/libdwarf/
H A Dlibdwarf_rw.c33 _dwarf_read_lsb(uint8_t *data, uint64_t *offsetp, int bytes_to_read) in _dwarf_read_lsb()
65 _dwarf_decode_lsb(uint8_t **data, int bytes_to_read) in _dwarf_decode_lsb()
97 _dwarf_read_msb(uint8_t *data, uint64_t *offsetp, int bytes_to_read) in _dwarf_read_msb()
131 _dwarf_decode_msb(uint8_t **data, int bytes_to_read) in _dwarf_decode_msb()
/freebsd/contrib/diff/lib/
H A Dcmpbuf.c92 size_t bytes_to_read = MIN (buflim - bp, readlim); in block_read() local
/freebsd/contrib/diff/src/
H A Dcmp.c409 size_t bytes_to_read = MIN (ig, buf_size); in cmp() local
425 size_t bytes_to_read = buf_size; in cmp() local
H A Ddiff3.c1235 size_t bytes_to_read = current_chunk_size - total; in read_diff() local
/freebsd/contrib/libpcap/
H A Dsf-pcap.c673 size_t bytes_to_read, bytes_read; in pcap_next_packet() local
H A Dsf-pcapng.c256 read_bytes(FILE *fp, void *buf, size_t bytes_to_read, int fail_on_eof, in read_bytes()
/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DNativeProcessProtocol.cpp693 addr_t bytes_to_read = std::min<addr_t>(bytes_left, cache_line_bytes_left); in ReadCStringFromMemory() local
/freebsd/sys/dev/liquidio/base/
H A Dlio_console.c728 int bytes_to_read; in lio_console_read() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/
H A DProcessElfCore.cpp395 size_t bytes_to_read = size; // Number of bytes to read from the core file in DoReadMemory() local
/freebsd/contrib/ntp/sntp/libevent/
H A Dbufferevent_openssl.c739 bytes_to_read(struct bufferevent_openssl *bev) in bytes_to_read() function
/freebsd/contrib/libevent/
H A Dbufferevent_openssl.c739 bytes_to_read(struct bufferevent_openssl *bev) in bytes_to_read() function
/freebsd/contrib/elftoolchain/readelf/
H A Dreadelf.c7634 _read_lsb(Elf_Data *d, uint64_t *offsetp, int bytes_to_read) in _read_lsb()
7666 _read_msb(Elf_Data *d, uint64_t *offsetp, int bytes_to_read) in _read_msb()
7700 _decode_lsb(uint8_t **data, int bytes_to_read) in _decode_lsb()
7732 _decode_msb(uint8_t **data, int bytes_to_read) in _decode_msb()
/freebsd/crypto/openssl/test/helpers/
H A Dhandshake.c734 int bytes_to_read; member
/freebsd/contrib/libarchive/libarchive/
H A Darchive_read_support_format_mtree.c1882 size_t bytes_to_read; in read_data() local
H A Darchive_read_support_format_7zip.c889 size_t bytes_to_read = 16 * 1024 * 1024; // Don't try to read more than 16 MB at a time in archive_read_format_7zip_read_data() local
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp1995 addr_t bytes_to_read = in ReadCStringFromMemory() local
2062 addr_t bytes_to_read = in ReadStringFromMemory() local
H A DProcess.cpp2176 addr_t bytes_to_read = in ReadCStringFromMemory() local