Searched refs:uLong (Results 1 – 4 of 4) sorted by relevance
103 # define uLong z_uLong macro315 typedef unsigned long uLong; /* 32 bits or more */ typedef326 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));[all …]
57 uLong ZEXPORT adler32(uLong adler, const Bytef *buf, uInt len) in adler32()
486 uLong ZEXPORT deflateBound(strm, sourceLen) in deflateBound()488 uLong sourceLen;491 uLong complen, wraplen;
63 uLong poly; /* polynomial exclusive-or pattern */ in make_crc_table()74 c = (uLong)n; in make_crc_table()