Home
last modified time | relevance | path

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

/PHP-7.2/ext/zip/lib/
H A Dzip_dirent.c642 if ((flags & ZIP_FL_LOCAL) == 0 && com_enc == ZIP_ENCODING_UTF8_KNOWN){ in _zip_dirent_write()
654 …is_zip64 = (flags & (ZIP_FL_LOCAL|ZIP_FL_FORCE_ZIP64)) == (ZIP_FL_LOCAL|ZIP_FL_FORCE_ZIP64) || is_… in _zip_dirent_write()
665 if (flags & ZIP_FL_LOCAL) { in _zip_dirent_write()
704 _zip_buffer_put(buffer, (flags & ZIP_FL_LOCAL) ? LOCAL_MAGIC : CENTRAL_MAGIC, 4); in _zip_dirent_write()
706 if ((flags & ZIP_FL_LOCAL) == 0) { in _zip_dirent_write()
719 …if (((flags & ZIP_FL_LOCAL) == ZIP_FL_LOCAL) && ((de->comp_size >= ZIP_UINT32_MAX) || (de->uncomp_… in _zip_dirent_write()
748 if ((flags & ZIP_FL_LOCAL) == 0) { in _zip_dirent_write()
794 if ((flags & ZIP_FL_LOCAL) == 0) { in _zip_dirent_write()
H A Dzip_extra_field_api.c121 if (flags & ZIP_FL_LOCAL) in zip_file_extra_field_get()
163 if (flags & ZIP_FL_LOCAL) in zip_file_extra_field_get_by_id()
186 if (flags & ZIP_FL_LOCAL) in zip_file_extra_fields_count()
214 if (flags & ZIP_FL_LOCAL) in zip_file_extra_fields_count_by_id()
H A Dzip_close.c186 if (_zip_dirent_write(za, de, ZIP_FL_LOCAL) < 0) { in zip_close()
H A Dzip.h85 #define ZIP_FL_LOCAL 256u /* in local header */ macro
H A Dzipint.h256 #define ZIP_EF_LOCAL ZIP_FL_LOCAL /* include in local header */

Completed in 22 milliseconds