Home
last modified time | relevance | path

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

/PHP-7.2/ext/zip/lib/
H A Dzip_stat_init.c50 st->encryption_method = ZIP_EM_NONE; in zip_stat_init()
H A Dzip_stat_index.c76 st->encryption_method = ZIP_EM_NONE; in zip_stat_index()
H A Dzip_source_zip_new.c83 if (((flags & ZIP_FL_ENCRYPTED) == 0) && (st.encryption_method != ZIP_EM_NONE)) { in _zip_source_zip_new()
H A Dzip_source_crc.c152 st->encryption_method = ZIP_EM_NONE; in crc_read()
H A Dzip_source_pkware.c196 st->encryption_method = ZIP_EM_NONE; in pkware_decrypt()
H A Dzip_source_buffer.c202 st->encryption_method = ZIP_EM_NONE; in read_data()
H A Dzip.h169 #define ZIP_EM_NONE 0 /* not encrypted */ macro
/PHP-7.2/ext/zip/
H A Dphp_zip.c3284 REGISTER_ZIP_CLASS_CONST_LONG("EM_NONE", ZIP_EM_NONE); in PHP_MINIT_FUNCTION()

Completed in 28 milliseconds