uLong
typedef uLong (*check_func) OF((uLong check, Bytef *buf, uInt len));
uLong adler; /* adler32 of uncompressed data */
uLong was; /* computed check value */
uLong need; /* stream check value */
uLong c;
uLong c;
z->state->sub.check.need = (uLong)NEXTBYTE << 24;
z->state->sub.check.need += (uLong)NEXTBYTE << 16;
z->state->sub.check.need += (uLong)NEXTBYTE << 8;
z->state->sub.check.need += (uLong)NEXTBYTE;
uLong r, w; /* temporaries to save total_in and total_out */
uLong bitb; /* bit buffer */
uLong check; /* check on output */
#define NEEDBITS(j) {while(k<(j)){NEEDBYTE;b|=((uLong)NEXTBYTE)<<k;k+=8;}}
uLong b; /* bit buffer */
uLong b; /* bit buffer */ /* NOT USED HERE */
uLong b; /* bit buffer */
#define GRABBITS(j) {while(k<(j)){b|=((uLong)NEXTBYTE)<<k;k+=8;}}
uLong b; /* bit buffer */
uLong adler32(adler, buf, len)
uLong adler;
typedef uLong FAR uLongf;
uLong total_in; /* total nb of input bytes read so far */
uLong total_out; /* total nb of bytes output so far */
extern uLong adler32 OF((uLong adler, Bytef *buf, uInt len));
uLong srclen = section->dss_size;
typedef uLong (*check_func) OF((uLong check, const Bytef *buf, uInt len));
uLong was; /* computed check value */
uLong need; /* stream check value */
z->state->sub.check.need = (uLong)NEXTBYTE << 24;
z->state->sub.check.need += (uLong)NEXTBYTE << 16;
z->state->sub.check.need += (uLong)NEXTBYTE << 8;
z->state->sub.check.need += (uLong)NEXTBYTE;
z->state->sub.check.need = (uLong)NEXTBYTE << 24;
z->state->sub.check.need += (uLong)NEXTBYTE << 16;
z->state->sub.check.need += (uLong)NEXTBYTE << 8;
z->state->sub.check.need += (uLong)NEXTBYTE;
uLong r, w; /* temporaries to save total_in and total_out */
uLong bitb; /* bit buffer */
uLong check; /* check on output */
#define NEEDBITS(j) { while (k < (j)) { NEEDBYTE; b |= ((uLong)NEXTBYTE)<<k; \
uLong b; /* bit buffer */
uLong b; /* bit buffer */ /* NOT USED HERE */
uLong b; /* bit buffer */
#define GRABBITS(j) { while (k < (j)) {b |= ((uLong)NEXTBYTE)<<k; k += 8; }}
uLong b; /* bit buffer */
uLong
uLong adler;
ZEXTERN uLong ZEXPORT adler32 OF((uLong adler, const Bytef *buf, uInt len));
typedef uLong FAR uLongf;
uLong total_in; /* total nb of input bytes read so far */
uLong total_out; /* total nb of bytes output so far */
uLong adler; /* adler32 value of the uncompressed data */
uLong reserved; /* reserved for future use */