Searched refs:uLong (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dzlib.h115 typedef unsigned long uLong; /* 32 bits or more */ typedef
121 typedef uLong FAR uLongf;
162 uLong total_in; /* total nb of input bytes read so far */
166 uLong total_out; /* total nb of bytes output so far */
610 extern uLong adler32 OF((uLong adler, Bytef *buf, uInt len));
619 uLong adler = adler32(0L, Z_NULL, 0);
H A Dzlib.c121 typedef uLong (*check_func) OF((uLong check, Bytef *buf, uInt len));
222 uLong adler; /* adler32 of uncompressed data */
2755 uLong was; /* computed check value */
2756 uLong need; /* stream check value */
2773 uLong c;
2789 uLong c;
2927 z->state->sub.check.need = (uLong)NEXTBYTE << 24;
2931 z->state->sub.check.need += (uLong)NEXTBYTE << 16;
2935 z->state->sub.check.need += (uLong)NEXTBYT
[all...]

Completed in 46 milliseconds