Searched refs:GZIP_FNAME (Results 1 – 13 of 13) sorted by relevance
27 GZIP_FNAME = 0x08 variable87 if self.flags & GZIP_FNAME:116 self.flags |= GZIP_FNAME165 assert (self.p.flags == GZIP_FNAME)
20 #define GZIP_FNAME 0x08 macro
84 if (flg & GZIP_FNAME) { in libdeflate_gzip_decompress_ex()
82 if (flg & GZIP_FNAME) { in libdeflate_gzip_decompress()
77 private static final int GZIP_FNAME = 21; field in Inflate464 z.istate.mode = GZIP_FNAME; in inflate()478 z.istate.mode = GZIP_FNAME; in inflate()479 case GZIP_FNAME: in inflate()
56 #define GZIP_FNAME 8 macro93 if (flags & GZIP_FNAME) in ungzip()
83 #define GZIP_FNAME 8 macro598 if (flags & GZIP_FNAME) in ungzip()
495 #define GZIP_FNAME 8 macro550 if (buf[3] & GZIP_FNAME) in gunzip_and_write()