Searched defs:is_gzip (Results 1 – 3 of 3) sorted by relevance
291 bool is_gzip = IsFileExtensions(filename, {".gz", ".gzip", ".tgz"}); in DeflatePreprocessFileData() local355 bool is_gzip = IsFileExtensions(file.name, {".gz", ".gzip", ".tgz"}); in PreprocessPartitionFiles() local
76 static char is_gzip; variable
414 static int is_gzip(struct bitbuf *bb) in is_gzip() function