OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tunnel_response_headers_
(Results
1 - 2
of
2
) sorted by null
/external/chromium/net/socket_stream/
socket_stream.cc
679
if (!
tunnel_response_headers_
.get()) {
680
tunnel_response_headers_
= new ResponseHeaders();
682
tunnel_response_headers_
->Realloc(tunnel_response_headers_capacity_);
688
tunnel_response_headers_
->SetDataOffset(tunnel_response_headers_len_);
689
CHECK(
tunnel_response_headers_
->data());
691
return socket_->Read(
tunnel_response_headers_
, buf_len, &io_callback_);
712
tunnel_response_headers_
->headers(), tunnel_response_headers_len_, 0);
725
HttpUtil::AssembleRawHeaders(
tunnel_response_headers_
->headers(), eoh));
744
this,
tunnel_response_headers_
->headers() + eoh,
1008
tunnel_response_headers_
= NULL
[
all
...]
socket_stream.h
297
scoped_refptr<ResponseHeaders>
tunnel_response_headers_
;
member in class:net::SocketStream
Completed in 335 milliseconds