Home
last modified time | relevance | path

Searched refs:is_gzip (Results 1 – 2 of 2) sorted by relevance

/external/toybox/toys/pending/
Dcompress.c497 static int is_gzip(struct bitbuf *bb) in is_gzip() function
558 if (!is_gzip(bb)) error_exit("not gzip"); in do_zcat()
/external/chromium-trace/catapult/telemetry/third_party/web-page-replay/
Dhttparchive.py891 def is_gzip(self): member in ArchivedHttpResponse
912 return httpzlib.uncompress_chunks(self.response_data, self.is_gzip())
946 self.response_data = httpzlib.compress_chunks(text_chunks, self.is_gzip())