Home
last modified time | relevance | path

Searched refs:bytes_write (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/libarchive/cpio/
H A Dcpio.c882 ssize_t bytes_write; in entry_to_archive() local
883 bytes_write = archive_write_data(cpio->archive, in entry_to_archive()
885 if (bytes_write < 0) in entry_to_archive()
888 if (bytes_write < bytes_read) { in entry_to_archive()
/freebsd/crypto/openssh/
H A Dsftp-server.c308 uint64_t bytes_read, bytes_write; member
350 handles[i].bytes_read = handles[i].bytes_write = 0; in handle_new()
430 handles[handle].bytes_write += bytes; in handle_update_write()
445 return (handles[handle].bytes_write); in handle_bytes_write()