Lines Matching refs:mz_ulong
85 typedef unsigned long mz_ulong; typedef
92 mz_ulong mz_adler32(mz_ulong adler, const unsigned char *ptr, size_t buf_len);
98 mz_ulong mz_crc32(mz_ulong crc, const unsigned char *ptr, size_t buf_len);
143 mz_ulong total_in; // total number of bytes consumed so far
147 mz_ulong total_out; // total number of bytes produced so far
157 mz_ulong adler; // adler32 of the source or uncompressed data
158 mz_ulong reserved; // not used
208 mz_ulong mz_deflateBound(mz_streamp pStream, mz_ulong source_len);
212 int mz_compress(unsigned char *pDest, mz_ulong *pDest_len, const unsigned char *pSource, mz_ulong s…
213 int mz_compress2(unsigned char *pDest, mz_ulong *pDest_len, const unsigned char *pSource, mz_ulong …
216 mz_ulong mz_compressBound(mz_ulong source_len);
246 int mz_uncompress(unsigned char *pDest, mz_ulong *pDest_len, const unsigned char *pSource, mz_ulong…
256 typedef mz_ulong uLong;