Home | History | Annotate | Download | only in socket_stream

Lines Matching refs:tunnel_response_headers_

872   if (!tunnel_response_headers_.get()) {
873 tunnel_response_headers_ = new ResponseHeaders();
875 tunnel_response_headers_->Realloc(tunnel_response_headers_capacity_);
881 tunnel_response_headers_->SetDataOffset(tunnel_response_headers_len_);
882 CHECK(tunnel_response_headers_->data());
885 tunnel_response_headers_.get(), buf_len, io_callback_);
906 tunnel_response_headers_->headers(), tunnel_response_headers_len_, 0);
919 HttpUtil::AssembleRawHeaders(tunnel_response_headers_->headers(), eoh));
938 this, tunnel_response_headers_->headers() + eoh,
1310 tunnel_response_headers_ = NULL;