Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/openssh/dist/
H A Dsftp-server.c312 u_int64_t bytes_read, bytes_write; member
354 handles[i].bytes_read = handles[i].bytes_write = 0; in handle_new()
434 handles[handle].bytes_write += bytes; in handle_update_write()
449 return (handles[handle].bytes_write); in handle_bytes_write()