Searched refs:comment_length (Results 1 – 5 of 5) sorted by relevance
61 uint16_t comment_length; member108 uint16_t comment_length; member
257 const off64_t calculated_length = eocd_offset + sizeof(EocdRecord) + eocd->comment_length; in FindCentralDirectoryInfo()521 const uint16_t comment_length = cdr->comment_length; in ParseZipArchive() local573 ptr += sizeof(CentralDirectoryRecord) + file_name_length + extra_length + comment_length; in ParseZipArchive()
249 uint16_t comment_length; in ParseCentralDirectoryRecord() member278 cdr->comment_length; in ParseCentralDirectoryRecord()
841 uint16_t comment_length = get_unaligned<uint16_t>(&file_content_[i + 20]); in GetZipFileSize() local842 size_t file_size = i + 22 + comment_length; in GetZipFileSize()
410 uint16_t comment_length = 0u; // No file comment. member