Home
last modified time | relevance | path

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

/third_party/boost/boost/beast/http/impl/
Dbasic_parser.hpp46 if(size > buf_len_) in put()
50 buf_len_ = size; in put()
/third_party/boringssl/src/tool/
Dtransport_common.cc765 for (size_t i = 0; i < buf_len_; i++) { in Next()
776 buf_len_ -= i + 1; in Next()
777 OPENSSL_memmove(buf_, &buf_[i + 1], buf_len_); in Next()
782 if (buf_len_ == sizeof(buf_)) { in Next()
789 n = recv(sock_, &buf_[buf_len_], sizeof(buf_) - buf_len_, 0); in Next()
797 buf_len_ += n; in Next()
863 size_t buf_len_ = 0; member in SocketLineReader
/third_party/boost/boost/beast/http/
Dbasic_parser.hpp79 std::size_t buf_len_ = 0; // size of buf_ member in boost::beast::http::basic_parser
/third_party/skia/third_party/externals/abseil-cpp/absl/debugging/
Dsymbolize_elf.inc850 buf_len_(buf_len),
866 const ssize_t num_bytes = ReadPersistent(fd_, buf_, buf_len_);
881 const int capacity_left = buf_len_ - incomplete_line_length;
914 const int buf_len_;
/third_party/abseil-cpp/absl/debugging/
Dsymbolize_elf.inc840 buf_len_(buf_len),
856 const ssize_t num_bytes = ReadPersistent(fd_, buf_, buf_len_);
871 const int capacity_left = buf_len_ - incomplete_line_length;
904 const int buf_len_;