Home
last modified time | relevance | path

Searched refs:ZIP_STAT_ENCRYPTION_METHOD (Results 1 – 6 of 6) sorted by last modified time

/PHP-7.2/ext/zip/lib/
H A Dzip_stat_index.c78 |ZIP_STAT_COMP_SIZE|ZIP_STAT_COMP_METHOD|ZIP_STAT_ENCRYPTION_METHOD; in zip_stat_index()
H A Dzip_stat_init.c76 if (src->valid & ZIP_STAT_ENCRYPTION_METHOD) { in _zip_stat_merge()
H A Dzip_source_buffer.c203 … = ZIP_STAT_MTIME|ZIP_STAT_SIZE|ZIP_STAT_COMP_SIZE|ZIP_STAT_COMP_METHOD|ZIP_STAT_ENCRYPTION_METHOD; in read_data()
H A Dzip_source_crc.c153 … |= ZIP_STAT_SIZE|ZIP_STAT_CRC|ZIP_STAT_COMP_SIZE|ZIP_STAT_COMP_METHOD|ZIP_STAT_ENCRYPTION_METHOD;; in crc_read()
H A Dzip_source_pkware.c197 st->valid |= ZIP_STAT_ENCRYPTION_METHOD; in pkware_decrypt()
H A Dzip.h276 #define ZIP_STAT_ENCRYPTION_METHOD 0x0080u macro

Completed in 21 milliseconds