Searched refs:adler32 (Results 51 - 60 of 60) sorted by relevance

123

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/zlib/as400/
H A Dzlib.inc95 D zs_adler 10u 0 Uncompr. adler32 val
308 D adler32 PR 10U 0 extproc('adler32') New checksum
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/zlib/
H A Dzlib.h99 uLong adler; /* adler32 value of the uncompressed data */
309 deflate() sets strm->adler to the adler32 checksum of all input read
431 below), inflate sets strm->adler to the adler32 checksum of the dictionary
433 strm->adler to the adler32 checksum of all output produced so far (that is,
435 below. At the end of the stream, inflate() checks that its computed adler32
502 with no zlib header or trailer, and will not compute an adler32 check value.
509 gzip stream is being written, strm->adler is a crc32 instead of an adler32.
563 Upon return of this function, strm->adler is set to the adler32 value
565 which dictionary has been used by the compressor. (The adler32 value
568 adler32 valu
[all...]
H A Ddeflate.c332 strm->adler = adler32(strm->adler, dictionary, dictLength);
383 adler32(0L, Z_NULL, 0);
643 /* Save the adler32 of the preset dictionary: */
648 strm->adler = adler32(0L, Z_NULL, 0);
950 * Read a new buffer from the current input stream, update the adler32
969 strm->adler = adler32(strm->adler, strm->next_in, len);
/netbsd-6-1-5-RELEASE/common/dist/zlib/
H A Ddeflate.c334 strm->adler = adler32(strm->adler, dictionary, dictLength);
385 adler32(0L, Z_NULL, 0);
645 /* Save the adler32 of the preset dictionary: */
650 strm->adler = adler32(0L, Z_NULL, 0);
952 * Read a new buffer from the current input stream, update the adler32
971 strm->adler = adler32(strm->adler, strm->next_in, len);
/netbsd-6-1-5-RELEASE/external/cddl/osnet/dist/uts/common/zmod/
H A Ddeflate.c338 strm->adler = adler32(strm->adler, dictionary, dictLength);
389 adler32(0L, Z_NULL, 0);
649 /* Save the adler32 of the preset dictionary: */
654 strm->adler = adler32(0L, Z_NULL, 0);
956 * Read a new buffer from the current input stream, update the adler32
975 strm->adler = adler32(strm->adler, strm->next_in, len);
/netbsd-6-1-5-RELEASE/common/dist/zlib/contrib/pascal/
H A Dexample.pas437 (* Because of incorrect adler32 *)
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/zlib/contrib/pascal/
H A Dexample.pas437 (* Because of incorrect adler32 *)
/netbsd-6-1-5-RELEASE/sys/net/
H A Dzlib.c375 int noheader; /* suppress zlib header and adler32 */
913 strm->adler = adler32(strm->adler, dictionary, dictLength);
1081 /* Save the adler32 of the preset dictionary: */
1169 /* Write the zlib trailer (adler32) */
1282 * Read a new buffer from the current input stream, update the adler32
1300 strm->adler = adler32(strm->adler, strm->next_in, len);
3479 inflate_blocks_new(z, z->state->nowrap ? Z_NULL : adler32, (uInt)1 << w))
3646 if (adler32(1L, dictionary, dictLength) != z->adler) return Z_DATA_ERROR;
5810 /* +++ adler32.c */
5811 /* adler32
5831 uLong ZEXPORT adler32(uLong adler, const Bytef *buf, uInt len) function
[all...]
/netbsd-6-1-5-RELEASE/external/zlib/pigz/dist/
H A Dpigz.c108 Fix adler32 comparison on .zz files
704 #define CHECK(a,b,c) (form == 1 ? adler32(a,b,c) : crc32(a,b,c))
2206 bail("corrupted zlib stream -- adler32 mismatch: ", in);
/netbsd-6-1-5-RELEASE/external/cddl/osnet/dist/uts/common/
H A DMakefile.files84 adler32.o crc32.o deflate.o inffast.o \

Completed in 291 milliseconds

123