Lines Matching refs:mz_ulong
49 typedef unsigned long mz_ulong; typedef
62 mz_ulong mz_adler32(mz_ulong adler, const unsigned char *ptr, size_t buf_len);
66 mz_ulong mz_crc32(mz_ulong crc, const unsigned char *ptr, size_t buf_len);
105 mz_ulong total_in; // total number of bytes consumed so far
109 mz_ulong total_out; // total number of bytes produced so far
119 mz_ulong adler; // adler32 of the source or uncompressed data
120 mz_ulong reserved; // not used
170 mz_ulong mz_deflateBound(mz_streamp pStream, mz_ulong source_len);
174 int mz_compress(unsigned char *pDest, mz_ulong *pDest_len, const unsigned char *pSource, mz_ulong s…
175 int mz_compress2(unsigned char *pDest, mz_ulong *pDest_len, const unsigned char *pSource, mz_ulong …
178 mz_ulong mz_compressBound(mz_ulong source_len);
208 int mz_uncompress(unsigned char *pDest, mz_ulong *pDest_len, const unsigned char *pSource, mz_ulong…
218 typedef mz_ulong uLong;