Searched refs:local_header_bit_flags (Results 1 – 1 of 1) sorted by relevance
5326 mz_uint32 local_header_bit_flags; in mz_zip_validate_file() local5372 local_header_bit_flags = MZ_READ_LE16(pLocal_header + MZ_ZIP_LDH_BIT_FLAG_OFS); in mz_zip_validate_file()5373 has_data_descriptor = (local_header_bit_flags & 8) != 0; in mz_zip_validate_file()