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

  /external/chromium_org/net/base/
gzip_header.h 42 // to by header_end to the first byte beyond the gzip header.
45 const char** header_end);
gzip_header.cc 28 const char** header_end) {
166 *header_end = reinterpret_cast<const char*>(pos);
172 *header_end = reinterpret_cast<const char*>(pos);
gzip_filter.cc 156 const char* header_end = NULL; local
159 &header_end);
171 (header_end - next_stream_data_));
175 next_stream_data_ = const_cast<char*>(header_end);
sdch_manager.cc 395 size_t header_end = dictionary_text.find("\n\n"); local
396 if (std::string::npos == header_end) {
404 DCHECK_LE(line_end, header_end);
442 if (line_end >= header_end)
467 new Dictionary(dictionary_text, header_end + 2, client_hash,
  /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,
  /external/chromium_org/third_party/ots/src/
gpos.cc 566 const unsigned header_end = static_cast<unsigned>(subtable.offset()); local
567 if (header_end > std::numeric_limits<uint16_t>::max()) {
570 if (offset_coverage1 < header_end || offset_coverage1 >= length) {
578 if (offset_coverage2 < header_end || offset_coverage2 >= length) {
587 if (offset_mark_array < header_end || offset_mark_array >= length) {
595 if (offset_type_specific_array < header_end ||
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
mimify.py 287 header_end = ''
310 header_end = line
378 ofile.write(header_end)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
mimify.py 287 header_end = ''
310 header_end = line
378 ofile.write(header_end)

Completed in 928 milliseconds