Home
last modified time | relevance | path

Searched refs:GZIP_FLG_FEXTRA (Results 1 – 4 of 4) sorted by relevance

/openbsd/gnu/usr.bin/perl/cpan/IO-Compress/lib/IO/Compress/
H A DGzip.pm208 $flags |= GZIP_FLG_FEXTRA if $param->wantValue('extrafield') ;
233 if ($flags & GZIP_FLG_FEXTRA) {
/openbsd/gnu/usr.bin/perl/cpan/IO-Compress/lib/IO/Uncompress/
H A DGunzip.pm171 if ($flag & GZIP_FLG_FEXTRA) {
252 'ExtraFlag' => $flag & GZIP_FLG_FEXTRA ? 1 : 0,
/openbsd/gnu/usr.bin/perl/cpan/IO-Compress/lib/IO/Compress/Gzip/
H A DConstants.pm76 use constant GZIP_FLG_FEXTRA => 0x04 ; constant
/openbsd/gnu/usr.bin/perl/cpan/IO-Compress/lib/Compress/
H A DZlib.pm516 if ($flags & GZIP_FLG_FEXTRA)