Lines Matching defs:method
832 method if anything goes wrong, though.
1085 // method must be MZ_DEFLATED
1090 int mz_deflateInit2(mz_streamp pStream, int level, int method, int window_bits,
1490 // To add a directory entry, call this method with an archive name ending in a
2040 int mz_deflateInit2(mz_streamp pStream, int level, int method, int window_bits,
2048 if ((method != MZ_DEFLATED) || ((mem_level < 1) || (mem_level > 9)) ||
6143 mz_uint32 uncomp_crc32, mz_uint16 method, mz_uint16 bit_flags,
6148 MZ_WRITE_LE16(pDst + MZ_ZIP_LDH_VERSION_NEEDED_OFS, method ? 20 : 0);
6150 MZ_WRITE_LE16(pDst + MZ_ZIP_LDH_METHOD_OFS, method);
6164 mz_uint64 comp_size, mz_uint32 uncomp_crc32, mz_uint16 method,
6170 MZ_WRITE_LE16(pDst + MZ_ZIP_CDH_VERSION_NEEDED_OFS, method ? 20 : 0);
6172 MZ_WRITE_LE16(pDst + MZ_ZIP_CDH_METHOD_OFS, method);
6190 mz_uint32 uncomp_crc32, mz_uint16 method, mz_uint16 bit_flags,
6207 uncomp_size, comp_size, uncomp_crc32, method, bit_flags, dos_time,
6271 mz_uint16 method = 0, dos_time = 0, dos_date = 0;
6385 if (level_and_flags & MZ_ZIP_FLAG_COMPRESSED_DATA) method = MZ_DEFLATED;
6406 method = MZ_DEFLATED;
6418 comp_size, uncomp_crc32, method, 0, dos_time, dos_date))
6427 comment_size, uncomp_size, comp_size, uncomp_crc32, method, 0,
6443 mz_uint16 method = 0, dos_time = 0, dos_date = 0, ext_attributes = 0;
6596 method = MZ_DEFLATED;
6611 comp_size, uncomp_crc32, method, 0, dos_time, dos_date))
6620 comment_size, uncomp_size, comp_size, uncomp_crc32, method, 0,