Home | History | Annotate | Download | only in spdy

Lines Matching full:buf_len

105     IOBuffer* buf, int buf_len, CompletionCallback* callback) {
108 CHECK(buf_len);
114 while (!response_body_.empty() && buf_len > 0) {
116 const int bytes_to_copy = std::min(buf_len, data->size());
118 buf_len -= bytes_to_copy;
144 user_buffer_len_ = buf_len;
278 int buf_len = static_cast<int>(request_body_stream_->buf_len());
279 if (!buf_len)
289 request_body_stream_->buf(), buf_len,
300 !request_body_stream_->buf_len())