Searched refs:local_header_filename_len (Results 1 – 1 of 1) sorted by relevance
/hal_espressif-3.6.0/components/esptool_py/esptool/flasher_stub/ |
D | miniz.c | 5189 mz_uint32 local_header_filename_len, local_header_extra_len, local_header_crc32; in mz_zip_validate_file() local 5234 local_header_filename_len = MZ_READ_LE16(pLocal_header + MZ_ZIP_LDH_FILENAME_LEN_OFS); in mz_zip_validate_file() 5242 if (local_header_filename_len != strlen(file_stat.m_filename)) in mz_zip_validate_file() 5245 …if ((local_header_ofs + MZ_ZIP_LOCAL_DIR_HEADER_SIZE + local_header_filename_len + local_header_ex… in mz_zip_validate_file() 5248 …if (!mz_zip_array_resize(pZip, &file_data_array, MZ_MAX(local_header_filename_len, local_header_ex… in mz_zip_validate_file() 5251 if (local_header_filename_len) in mz_zip_validate_file() 5253 …_ZIP_LOCAL_DIR_HEADER_SIZE, file_data_array.m_p, local_header_filename_len) != local_header_filena… in mz_zip_validate_file() 5260 if (memcmp(file_stat.m_filename, file_data_array.m_p, local_header_filename_len) != 0) in mz_zip_validate_file() 5272 …m_pIO_opaque, local_header_ofs + MZ_ZIP_LOCAL_DIR_HEADER_SIZE + local_header_filename_len, file_da… in mz_zip_validate_file() 5326 …m_pIO_opaque, local_header_ofs + MZ_ZIP_LOCAL_DIR_HEADER_SIZE + local_header_filename_len + local_… in mz_zip_validate_file()
|