Searched refs:gzip_footer_bytes_ (Results 1 – 2 of 2) sorted by relevance
23 gzip_footer_bytes_(0), in GZipFilter()291 int footer_bytes_expected = kGZipFooterSize - gzip_footer_bytes_; in SkipGZipFooter()296 gzip_footer_bytes_ += footer_byte_avail; in SkipGZipFooter()
130 int gzip_footer_bytes_; variable