Lines Matching refs:bit_flags

3673             mz_uint total_header_size, disk_index, bit_flags, filename_size, ext_data_size;  in mz_zip_reader_read_central_dir()  local
3774 bit_flags = MZ_READ_LE16(p + MZ_ZIP_CDH_BIT_FLAG_OFS); in mz_zip_reader_read_central_dir()
3775 if (bit_flags & MZ_ZIP_GENERAL_PURPOSE_BIT_FLAG_LOCAL_DIR_IS_MASKED) in mz_zip_reader_read_central_dir()
5962 …z_uint64 comp_size, mz_uint32 uncomp_crc32, mz_uint16 method, mz_uint16 bit_flags, mz_uint16 dos_t… in mz_zip_writer_create_local_dir_header() argument
5968 MZ_WRITE_LE16(pDst + MZ_ZIP_LDH_BIT_FLAG_OFS, bit_flags); in mz_zip_writer_create_local_dir_header()
5983 … mz_uint16 method, mz_uint16 bit_flags, mz_uint16 dos_time, mz_uint16 dos_date, in mz_zip_writer_create_central_dir_header() argument
5990 MZ_WRITE_LE16(pDst + MZ_ZIP_CDH_BIT_FLAG_OFS, bit_flags); in mz_zip_writer_create_central_dir_header()
6008 … mz_uint16 method, mz_uint16 bit_flags, mz_uint16 dos_time, mz_uint16 dos_date, in mz_zip_writer_add_to_central_dir() argument
6027 …_data_len), comment_size, uncomp_size, comp_size, uncomp_crc32, method, bit_flags, dos_time, dos_d… in mz_zip_writer_add_to_central_dir()
6102 mz_uint16 bit_flags = 0; in mz_zip_writer_add_mem_ex_v2() local
6108 bit_flags |= MZ_ZIP_LDH_BIT_FLAG_HAS_LOCATOR; in mz_zip_writer_add_mem_ex_v2()
6111 bit_flags |= MZ_ZIP_GENERAL_PURPOSE_BIT_FLAG_UTF8; in mz_zip_writer_add_mem_ex_v2()
6242 …e_size, (mz_uint16)(extra_size + user_extra_data_len), 0, 0, 0, method, bit_flags, dos_time, dos_d… in mz_zip_writer_add_mem_ex_v2()
6269 …t16)archive_name_size, (mz_uint16)user_extra_data_len, 0, 0, 0, method, bit_flags, dos_time, dos_d… in mz_zip_writer_add_mem_ex_v2()
6331 MZ_ASSERT(bit_flags & MZ_ZIP_LDH_BIT_FLAG_HAS_LOCATOR); in mz_zip_writer_add_mem_ex_v2()
6363 …comment_size, uncomp_size, comp_size, uncomp_crc32, method, bit_flags, dos_time, dos_date, local_d… in mz_zip_writer_add_mem_ex_v2()
6810 mz_uint n, bit_flags, num_alignment_padding_bytes, src_central_dir_following_data_size; in mz_zip_writer_add_from_zip_reader() local
7007 bit_flags = MZ_READ_LE16(pLocal_header + MZ_ZIP_LDH_BIT_FLAG_OFS); in mz_zip_writer_add_from_zip_reader()
7008 if (bit_flags & 8) in mz_zip_writer_add_from_zip_reader()