Searched refs:is_really_zip64 (Results 1 – 1 of 1) sorted by relevance
622 bool is_really_zip64; in _zip_dirent_write() local653 is_really_zip64 = _zip_dirent_needs_zip64(de, flags); in _zip_dirent_write()654 …flags & (ZIP_FL_LOCAL|ZIP_FL_FORCE_ZIP64)) == (ZIP_FL_LOCAL|ZIP_FL_FORCE_ZIP64) || is_really_zip64; in _zip_dirent_write()707 _zip_buffer_put_16(buffer, (zip_uint16_t)(is_really_zip64 ? 45 : de->version_madeby)); in _zip_dirent_write()709 _zip_buffer_put_16(buffer, (zip_uint16_t)(is_really_zip64 ? 45 : de->version_needed)); in _zip_dirent_write()
Completed in 11 milliseconds