Searched refs:n_bytes_read (Results 1 – 3 of 3) sorted by relevance
134 size_t n_bytes_read, int fd) { in ProcessCommand() argument137 if (n_bytes_read < sizeof(protocol::Command)) { in ProcessCommand()143 CopyFromBufferOrDie<protocol::Command>(input_buffer, n_bytes_read); in ProcessCommand()154 return CopyCommandToLog(input_buffer, n_bytes_read); in ProcessCommand()
56 size_t n_bytes_read, int fd);
34 bool(const void* input_buf, size_t n_bytes_read, int fd));