Home | History | Annotate | Download | only in socket_stream

Lines Matching refs:pending_write_bufs_

202   for (PendingDataQueue::const_iterator iter = pending_write_bufs_.begin();
203 iter != pending_write_bufs_.end();
236 pending_write_bufs_.push_back(make_scoped_refptr(
238 memcpy(pending_write_bufs_.back()->data(), data, len);
298 pending_write_bufs_.clear();
1137 if (closing_ && !current_write_buf_.get() && pending_write_bufs_.empty()) {
1179 if (pending_write_bufs_.empty()) {
1185 pending_write_bufs_.front().get(), pending_write_bufs_.front()->size());
1186 pending_write_bufs_.pop_front();