Searched refs:comment_len (Results 1 – 1 of 1) sorted by relevance
5417 size_t name_len, comment_len; in mz_zip_reader_locate_file() local5426 comment_len = pComment ? strlen(pComment) : 0; in mz_zip_reader_locate_file()5427 if (comment_len > 0xFFFF) return -1; in mz_zip_reader_locate_file()5437 if (comment_len) { in mz_zip_reader_locate_file()5442 if ((file_comment_len != comment_len) || in mz_zip_reader_locate_file()