Home
last modified time | relevance | path

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

/external/openssh/
Dsftp-server.c278 u_int64_t bytes_read, bytes_write; member
320 handles[i].bytes_read = handles[i].bytes_write = 0; in handle_new()
400 handles[handle].bytes_write += bytes; in handle_update_write()
415 return (handles[handle].bytes_write); in handle_bytes_write()