Searched refs:comment_length (Results 1 – 1 of 1) sorted by relevance
815 uint16_t comment_length = get_unaligned<uint16_t>(&file_content_[i + 20]); in GetZipFileSize() local816 size_t file_size = i + 22 + comment_length; in GetZipFileSize()