HomeSort by relevance Sort by last modified time
    Searched refs:header_end (Results 1 - 4 of 4) sorted by null

  /external/chromium/net/base/
gzip_header.cc 33 const char** header_end) {
174 *header_end = reinterpret_cast<const char*>(pos);
180 *header_end = reinterpret_cast<const char*>(pos);
gzip_header.h 43 // to by header_end to the first byte beyond the gzip header.
46 const char** header_end);
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 450 milliseconds