Home
last modified time | relevance | path

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

/freebsd-9-stable/crypto/openssh/
Dsftp-server.c290 u_int64_t bytes_read, bytes_write; member
332 handles[i].bytes_read = handles[i].bytes_write = 0; in handle_new()
412 handles[handle].bytes_write += bytes; in handle_update_write()
427 return (handles[handle].bytes_write); in handle_bytes_write()