Home
last modified time | relevance | path

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

/external/openssh/
Dsftp-server.c282 u_int64_t bytes_read, bytes_write; member
324 handles[i].bytes_read = handles[i].bytes_write = 0; in handle_new()
404 handles[handle].bytes_write += bytes; in handle_update_write()
419 return (handles[handle].bytes_write); in handle_bytes_write()