Home | History | Annotate | Download | only in browser

Lines Matching defs:buf_

510     char buf_[kMaxMessageLength];
672 while (bytes_read_ < sizeof(buf_)) {
674 read(fd, buf_ + bytes_read_, sizeof(buf_) - bytes_read_));
696 buf_[bytes_read_] = 0;
697 LOG(ERROR) << "Invalid socket message (wrong length):" << buf_;
701 std::string str(buf_, bytes_read_);