Searched defs:header_end (Results 1 - 3 of 3) sorted by relevance

/external/chromium/net/base/
H A Dgzip_header.cc33 const char** header_end) {
174 *header_end = reinterpret_cast<const char*>(pos);
180 *header_end = reinterpret_cast<const char*>(pos);
32 ReadMore(const char* inbuf, int inbuf_len, const char** header_end) argument
H A Dgzip_filter.cc161 const char* header_end = NULL; local
164 &header_end);
176 (header_end - next_stream_data_));
180 next_stream_data_ = const_cast<char*>(header_end);
H A Dsdch_manager.cc383 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 91 milliseconds