Lines Matching refs:uncomp_crc32

3396 …t16 extra_size, mz_uint64 uncomp_size, mz_uint64 comp_size, mz_uint32 uncomp_crc32, mz_uint16 meth…  in mz_zip_writer_create_local_dir_header()  argument
3406 MZ_WRITE_LE32(pDst + MZ_ZIP_LDH_CRC32_OFS, uncomp_crc32); in mz_zip_writer_create_local_dir_header()
3414 …6 comment_size, mz_uint64 uncomp_size, mz_uint64 comp_size, mz_uint32 uncomp_crc32, mz_uint16 meth… in mz_zip_writer_create_central_dir_header() argument
3424 MZ_WRITE_LE32(pDst + MZ_ZIP_CDH_CRC32_OFS, uncomp_crc32); in mz_zip_writer_create_central_dir_header()
3435 …6 comment_size, mz_uint64 uncomp_size, mz_uint64 comp_size, mz_uint32 uncomp_crc32, mz_uint16 meth… in mz_zip_writer_add_to_central_dir() argument
3446 …der, filename_size, extra_size, comment_size, uncomp_size, comp_size, uncomp_crc32, method, bit_fl… in mz_zip_writer_add_to_central_dir()
3500 …nt, mz_uint16 comment_size, mz_uint level_and_flags, mz_uint64 uncomp_size, mz_uint32 uncomp_crc32) in mz_zip_writer_add_mem_ex() argument
3584 uncomp_crc32 = (mz_uint32)mz_crc32(MZ_CRC32_INIT, (const mz_uint8*)pBuf, buf_size); in mz_zip_writer_add_mem_ex()
3635 …_dir_header, (mz_uint16)archive_name_size, 0, uncomp_size, comp_size, uncomp_crc32, method, 0, dos… in mz_zip_writer_add_mem_ex()
3641 …e_name_size, NULL, 0, pComment, comment_size, uncomp_size, comp_size, uncomp_crc32, method, 0, dos… in mz_zip_writer_add_mem_ex()
3653 mz_uint uncomp_crc32 = MZ_CRC32_INIT, level, num_alignment_padding_bytes; in mz_zip_writer_add_file() local
3738 uncomp_crc32 = (mz_uint32)mz_crc32(uncomp_crc32, (const mz_uint8 *)pRead_buf, n); in mz_zip_writer_add_file()
3776 uncomp_crc32 = (mz_uint32)mz_crc32(uncomp_crc32, (const mz_uint8 *)pRead_buf, in_buf_size); in mz_zip_writer_add_file()
3813 …_dir_header, (mz_uint16)archive_name_size, 0, uncomp_size, comp_size, uncomp_crc32, method, 0, dos… in mz_zip_writer_add_file()
3819 …e_name_size, NULL, 0, pComment, comment_size, uncomp_size, comp_size, uncomp_crc32, method, 0, dos… in mz_zip_writer_add_file()