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

  /external/chromium_org/net/filter/
gzip_header.cc 26 extra_length_ = 0;
93 extra_length_ = *pos;
98 extra_length_ += *pos << 8;
109 static_cast<ptrdiff_t>(extra_length_),
112 extra_length_ -= num_extra_bytes;
113 if ( extra_length_ == 0 ) {
114 state_ = IN_FNAME; // advance when we've seen extra_length_ bytes
gzip_header.h 87 uint16 extra_length_; // how much of the "extra field" we have yet to read member in class:net::GZipHeader

Completed in 60 milliseconds