Searched refs:GZIP_FLG_RESERVED (Results 1 – 3 of 3) sorted by relevance
80 use constant GZIP_FLG_RESERVED => (0x20 | 0x40 | 0x80) ; constant
167 if $flag & GZIP_FLG_RESERVED ;
512 $method == Z_DEFLATED() and !($flags & GZIP_FLG_RESERVED) ;