Searched refs:cd_length (Results 1 – 1 of 1) sorted by relevance
559 const size_t cd_length = archive->directory_map.getDataLength(); in ParseZipArchive() local575 const uint8_t* const cd_end = cd_ptr + cd_length; in ParseZipArchive()619 if ((ptr - cd_ptr) > static_cast<int64_t>(cd_length)) { in ParseZipArchive()621 ptr - cd_ptr, cd_length, i); in ParseZipArchive()