Searched refs:is_gzip (Results 1 – 2 of 2) sorted by relevance
497 static int is_gzip(struct bitbuf *bb) in is_gzip() function558 if (!is_gzip(bb)) error_exit("not gzip"); in do_zcat()
891 def is_gzip(self): member in ArchivedHttpResponse912 return httpzlib.uncompress_chunks(self.response_data, self.is_gzip())946 self.response_data = httpzlib.compress_chunks(text_chunks, self.is_gzip())