HomeSort by relevance Sort by last modified time
    Searched full:bytes_write (Results 1 - 1 of 1) sorted by null

  /external/openssh/
sftp-server.c 283 u_int64_t bytes_read, bytes_write; member in struct:Handle
325 handles[i].bytes_read = handles[i].bytes_write = 0;
405 handles[handle].bytes_write += bytes;
420 return (handles[handle].bytes_write);
    [all...]

Completed in 60 milliseconds