Searched refs:file_comment_len (Results 1 – 1 of 1) sorted by relevance
2755 …mz_uint file_extra_len = MZ_READ_LE16(pHeader + MZ_ZIP_CDH_EXTRA_LEN_OFS), file_comment_len = MZ_R… in mz_zip_reader_locate_file() local2757 …if ((file_comment_len != comment_len) || (!mz_zip_reader_string_equal(pComment, pFile_comment, fil… in mz_zip_reader_locate_file()