OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:raw_headers_
(Results
1 - 2
of
2
) sorted by null
/external/chromium/net/http/
http_response_headers.cc
163
pickle->WriteString(
raw_headers_
);
186
blob.reserve(
raw_headers_
.size());
189
// Note
raw_headers_
has embedded nulls instead of \n,
191
blob.assign(
raw_headers_
.c_str(), strlen(
raw_headers_
.c_str()) + 1);
222
std::string new_raw_headers(
raw_headers_
.c_str());
285
raw_headers_
.clear();
292
std::string new_raw_headers(
raw_headers_
.c_str());
303
DCHECK_EQ('\0',
raw_headers_
[
raw_headers_
.size() - 2])
[
all
...]
http_response_headers.h
246
const std::string& raw_headers() const { return
raw_headers_
; }
253
// The members of this structure point into
raw_headers_
.
324
// header-value pairs within
raw_headers_
.
327
// The
raw_headers_
consists of the normalized status line (terminated with a
333
std::string
raw_headers_
;
member in class:net::HttpResponseHeaders
Completed in 57 milliseconds