/openbsd/gnu/usr.bin/perl/cpan/IO-Compress/lib/IO/Compress/Adapter/ |
H A D | Deflate.pm | 23 my $adler32 = shift ; 30 -ADLER32 => $adler32, 46 my $adler32 = shift ; 53 -ADLER32 => $adler32, 183 sub adler32 subroutine 186 $self->{Def}->adler32();
|
/openbsd/gnu/usr.bin/perl/cpan/IO-Compress/lib/IO/Uncompress/Adapter/ |
H A D | Identity.pm | 22 my $adler32 = shift; 28 'wantADLER32'=> $adler32, 29 'ADLER32' => Compress::Raw::Zlib::adler32(''), 126 $self->{ADLER32} = Compress::Zlib::adler32($$in, $self->{ADLER32}) 145 $self->{ADLER32} = Compress::Raw::Zlib::adler32(''); 179 sub adler32 subroutine
|
H A D | Inflate.pm | 18 my $adler32 = shift || 1; 29 ADLER32 => $adler32, 38 ADLER32 => $adler32, 109 sub adler32 subroutine 112 $self->{Inf}->adler32();
|
H A D | Bunzip2.pm | 94 sub adler32 subroutine
|
/openbsd/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/ |
H A D | Zlib.xs | 281 uLong adler32 ; member 1280 s->adler32 = CRZ_adler32(s->adler32, s->stream.next_in, s->stream.avail_in) ; 1612 adler32(s) 1615 RETVAL = s->adler32 ; 1872 s->adler32 = CRZ_adler32(s->adler32, 2002 adler32(s) 2005 RETVAL = s->adler32 ; 2136 s->adler32 = CRZ_adler32(s->adler32, s->window + s->window_have, 2328 s->adler32 = inf_s->adler32; in _createDeflateStream() 2369 adler32(s) [all …]
|
H A D | Makefile.PL | 417 @c_files = qw(adler32 crc32 infback inflate uncompr 428 @c_files = qw(adler32 compress crc32 uncompr
|
/openbsd/distrib/special/gzip/ |
H A D | Makefile | 5 SRCS+= adler32.c crc32.c inflate.c inftrees.c zutil.c
|
/openbsd/sys/lib/libz/ |
H A D | Makefile | 13 LIBZSRCS= adler32.c crc32.c inflate.c inftrees.c
|
H A D | inflate.c | 419 (state->flags ? crc32(check, buf, len) : adler32(check, buf, len)) 421 # define UPDATE_CHECK(check, buf, len) adler32(check, buf, len) 678 strm->adler = state->check = adler32(0L, Z_NULL, 0); in inflate() 845 strm->adler = state->check = adler32(0L, Z_NULL, 0); in inflate() 1398 dictid = adler32(0L, Z_NULL, 0); in inflateSetDictionary() 1399 dictid = adler32(dictid, dictionary, dictLength); in inflateSetDictionary()
|
H A D | adler32.c | 126 uLong ZEXPORT adler32(uLong adler, const Bytef *buf, uInt len) { in adler32() function
|
/openbsd/lib/libz/ |
H A D | Symbols.list | 1 adler32
|
H A D | Makefile | 5 SRCS= adler32.c compress.c crc32.c deflate.c gzclose.c gzlib.c \
|
H A D | inflate.c | 419 (state->flags ? crc32(check, buf, len) : adler32(check, buf, len)) 421 # define UPDATE_CHECK(check, buf, len) adler32(check, buf, len) 679 strm->adler = state->check = adler32(0L, Z_NULL, 0); in inflate() 846 strm->adler = state->check = adler32(0L, Z_NULL, 0); in inflate() 1399 dictid = adler32(0L, Z_NULL, 0); in inflateSetDictionary() 1400 dictid = adler32(dictid, dictionary, dictLength); in inflateSetDictionary()
|
H A D | adler32.c | 126 uLong ZEXPORT adler32(uLong adler, const Bytef *buf, uInt len) { in adler32() function
|
/openbsd/gnu/usr.bin/perl/cpan/IO-Compress/lib/IO/Uncompress/ |
H A D | Inflate.pm | 93 if *$self->{Strict} && $ADLER32 != *$self->{Uncomp}->adler32() ;
|
/openbsd/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/zlib-src/ |
H A D | inflate.c | 419 (state->flags ? crc32(check, buf, len) : adler32(check, buf, len)) 421 # define UPDATE_CHECK(check, buf, len) adler32(check, buf, len) 666 strm->adler = state->check = adler32(0L, Z_NULL, 0); in inflate() 821 strm->adler = state->check = adler32(0L, Z_NULL, 0); in inflate() 1312 dictid = adler32(0L, Z_NULL, 0); in inflateSetDictionary() 1313 dictid = adler32(dictid, dictionary, dictLength); in inflateSetDictionary()
|
H A D | adler32.c | 128 uLong ZEXPORT adler32(uLong adler, const Bytef *buf, uInt len) { in adler32() function
|
/openbsd/sys/arch/i386/i386/ |
H A D | dkcsum.c | 143 csum = adler32(0, bp->b_data, bios_cksumlen * DEV_BSIZE); in dkcsumattach()
|
/openbsd/sys/arch/amd64/amd64/ |
H A D | dkcsum.c | 143 csum = adler32(0, bp->b_data, bios_cksumlen * DEV_BSIZE); in dkcsumattach()
|
/openbsd/sys/arch/i386/stand/cdboot/ |
H A D | Makefile | 48 SRCS+= adler32.c crc32.c inflate.c inftrees.c
|
/openbsd/sys/arch/amd64/stand/cdboot/ |
H A D | Makefile | 43 SRCS+= adler32.c crc32.c inflate.c inftrees.c
|
/openbsd/sys/arch/i386/stand/boot/ |
H A D | Makefile | 61 SRCS+= adler32.c crc32.c inflate.c inftrees.c
|
/openbsd/sys/arch/i386/stand/pxeboot/ |
H A D | Makefile | 50 SRCS+= adler32.c crc32.c inflate.c inftrees.c
|
/openbsd/sys/arch/amd64/stand/boot/ |
H A D | Makefile | 57 SRCS+= adler32.c crc32.c inflate.c inftrees.c
|
/openbsd/sys/arch/amd64/stand/efiboot/ |
H A D | Makefile.common | 50 SRCS+= adler32.c crc32.c inflate.c inftrees.c
|