Home
last modified time | relevance | path

Searched refs:is_really_zip64 (Results 1 – 1 of 1) sorted by relevance

/PHP-7.3/ext/zip/lib/
H A Dzip_dirent.c622 bool is_really_zip64; in _zip_dirent_write() local
653 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 8 milliseconds