Searched refs:ZIP_CENTRAL_HDR_SIG (Results 1 - 4 of 4) sorted by relevance

/openbsd-current/gnu/usr.bin/perl/cpan/IO-Compress/lib/IO/Compress/Zip/
H A DConstants.pm27 ZIP_CENTRAL_HDR_SIG
90 use constant ZIP_CENTRAL_HDR_SIG => 0x02014b50; constant
/openbsd-current/gnu/usr.bin/perl/cpan/IO-Compress/bin/
H A Dzipdetails55 use constant ZIP_CENTRAL_HDR_SIG => 0x02014b50;
133 ZIP_CENTRAL_HDR_SIG, \&CentralHeader,
608 ZIP_CENTRAL_HDR_SIG ,
726 if ($signature == ZIP_CENTRAL_HDR_SIG && $foundCentralHeader == 0)
1989 unpack("V", $buffer) == ZIP_CENTRAL_HDR_SIG) {
/openbsd-current/gnu/usr.bin/perl/cpan/IO-Compress/lib/IO/Uncompress/
H A DUnzip.pm51 ZIP_CENTRAL_HDR_SIG, \&skipCentralDirectory,
841 # unpack("V", $buffer) == ZIP_CENTRAL_HDR_SIG) {
924 unpack("V", $buffer) == ZIP_CENTRAL_HDR_SIG) {
/openbsd-current/gnu/usr.bin/perl/cpan/IO-Compress/lib/IO/Compress/
H A DZip.pm413 $ctl .= pack "V", ZIP_CENTRAL_HDR_SIG ; # signature

Completed in 261 milliseconds