Lines Matching refs:uLong
103 # define uLong z_uLong macro
315 typedef unsigned long uLong; /* 32 bits or more */ typedef
326 typedef uLong FAR uLongf;
423 uLong total_in; /* total nb of input bytes read so far */
426 uLong total_out; /* total nb of bytes output so far */
435 uLong adler; /* adler32 value of the uncompressed data */
436 uLong reserved; /* reserved for future use */
447 uLong time; /* modification time */
543 ZEXTERN uLong ZEXPORT deflateBound OF((z_streamp strm,
544 uLong sourceLen));
674 ZEXTERN uLong ZEXPORT adler32 OF((uLong adler, const Bytef *buf, uInt len));