OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:header_end
(Results
1 - 2
of
2
) sorted by null
/external/chromium/net/base/
gzip_filter.cc
161
const char*
header_end
= NULL;
local
164
&
header_end
);
176
(
header_end
- next_stream_data_));
180
next_stream_data_ = const_cast<char*>(
header_end
);
sdch_manager.cc
383
size_t
header_end
= dictionary_text.find("\n\n");
local
384
if (std::string::npos ==
header_end
) {
392
DCHECK(line_end <=
header_end
);
430
if (line_end >=
header_end
)
455
new Dictionary(dictionary_text,
header_end
+ 2, client_hash,
Completed in 70 milliseconds