Home
last modified time | relevance | path

Searched refs:adler32 (Results 1 – 25 of 53) sorted by relevance

123

/openbsd/gnu/usr.bin/perl/cpan/IO-Compress/lib/IO/Compress/Adapter/
H A DDeflate.pm23 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 DIdentity.pm22 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 DInflate.pm18 my $adler32 = shift || 1;
29 ADLER32 => $adler32,
38 ADLER32 => $adler32,
109 sub adler32 subroutine
112 $self->{Inf}->adler32();
H A DBunzip2.pm94 sub adler32 subroutine
/openbsd/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/
H A DZlib.xs281 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 DMakefile.PL417 @c_files = qw(adler32 crc32 infback inflate uncompr
428 @c_files = qw(adler32 compress crc32 uncompr
/openbsd/distrib/special/gzip/
H A DMakefile5 SRCS+= adler32.c crc32.c inflate.c inftrees.c zutil.c
/openbsd/sys/lib/libz/
H A DMakefile13 LIBZSRCS= adler32.c crc32.c inflate.c inftrees.c
H A Dinflate.c419 (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 Dadler32.c126 uLong ZEXPORT adler32(uLong adler, const Bytef *buf, uInt len) { in adler32() function
/openbsd/lib/libz/
H A DSymbols.list1 adler32
H A DMakefile5 SRCS= adler32.c compress.c crc32.c deflate.c gzclose.c gzlib.c \
H A Dinflate.c419 (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 Dadler32.c126 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 DInflate.pm93 if *$self->{Strict} && $ADLER32 != *$self->{Uncomp}->adler32() ;
/openbsd/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/zlib-src/
H A Dinflate.c419 (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 Dadler32.c128 uLong ZEXPORT adler32(uLong adler, const Bytef *buf, uInt len) { in adler32() function
/openbsd/sys/arch/i386/i386/
H A Ddkcsum.c143 csum = adler32(0, bp->b_data, bios_cksumlen * DEV_BSIZE); in dkcsumattach()
/openbsd/sys/arch/amd64/amd64/
H A Ddkcsum.c143 csum = adler32(0, bp->b_data, bios_cksumlen * DEV_BSIZE); in dkcsumattach()
/openbsd/sys/arch/i386/stand/cdboot/
H A DMakefile48 SRCS+= adler32.c crc32.c inflate.c inftrees.c
/openbsd/sys/arch/amd64/stand/cdboot/
H A DMakefile43 SRCS+= adler32.c crc32.c inflate.c inftrees.c
/openbsd/sys/arch/i386/stand/boot/
H A DMakefile61 SRCS+= adler32.c crc32.c inflate.c inftrees.c
/openbsd/sys/arch/i386/stand/pxeboot/
H A DMakefile50 SRCS+= adler32.c crc32.c inflate.c inftrees.c
/openbsd/sys/arch/amd64/stand/boot/
H A DMakefile57 SRCS+= adler32.c crc32.c inflate.c inftrees.c
/openbsd/sys/arch/amd64/stand/efiboot/
H A DMakefile.common50 SRCS+= adler32.c crc32.c inflate.c inftrees.c

123