Home
last modified time | relevance | path

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

/external/openssh/
Dsftp-server.c283 u_int64_t bytes_read, bytes_write; member
325 handles[i].bytes_read = handles[i].bytes_write = 0; in handle_new()
405 handles[handle].bytes_write += bytes; in handle_update_write()
420 return (handles[handle].bytes_write); in handle_bytes_write()