Searched refs:adler32 (Results 1 – 10 of 10) sorted by relevance
/titanic_41/usr/src/uts/common/zmod/ |
H A D | zconf.h | 93 #define adler32 z_adler32 macro
|
H A D | inflate.c | 385 (state->flags ? crc32(check, buf, len) : adler32(check, buf, len)) 387 # define UPDATE(check, buf, len) adler32(check, buf, len) 636 strm->adler = state->check = adler32(0L, Z_NULL, 0); 786 strm->adler = state->check = adler32(0L, Z_NULL, 0); 1212 id = adler32(0L, Z_NULL, 0); 1213 id = adler32(id, dictionary, dictLength);
|
H A D | adler32.c | 57 uLong ZEXPORT adler32(adler, buf, len) in adler32() function
|
H A D | deflate.c | 338 strm->adler = adler32(strm->adler, dictionary, dictLength); 389 adler32(0L, Z_NULL, 0); 654 strm->adler = adler32(0L, Z_NULL, 0); 975 strm->adler = adler32(strm->adler, strm->next_in, len);
|
H A D | zlib.h | 1262 ZEXTERN uLong ZEXPORT adler32 OF((uLong adler, const Bytef *buf, uInt len));
|
/titanic_41/usr/src/uts/common/io/ppp/spppcomp/ |
H A D | zlib.h | 119 #define adler32 z_adler32 macro 1133 ZEXTERN uLong ZEXPORT adler32 OF((uLong adler, const Bytef *buf, uInt len));
|
H A D | zlib.c | 964 strm->adler = adler32(strm->adler, dictionary, dictLength); 1398 strm->adler = adler32(strm->adler, strm->next_in, len); 3711 Z_NULL : adler32, (uInt)1 << w)) 3904 if (adler32(1L, dictionary, dictLength) != z->adler) 6084 adler32(adler, buf, len) in adler32() function
|
/titanic_41/usr/src/cmd/cmd-inet/usr.bin/pppdump/ |
H A D | zlib.h | 610 extern uLong adler32 OF((uLong adler, Bytef *buf, uInt len));
|
H A D | zlib.c | 890 state->adler = adler32(state->adler, strm->next_in, len); 2834 inflate_blocks_new(z, z->state->nowrap ? Z_NULL : adler32, 1 << w)) 4589 uLong adler32(adler, buf, len) in adler32() function
|
/titanic_41/usr/src/uts/common/ |
H A D | Makefile.files | 91 adler32.o crc32.o deflate.o inffast.o \
|