Home
last modified time | relevance | path

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

/PHP-5.6/ext/zip/lib/
H A Dzip_stat_init.c51 st->encryption_method = ZIP_EM_NONE; in zip_stat_init()
H A Dzip_stat_index.c78 st->encryption_method = ZIP_EM_NONE; in zip_stat_index()
H A Dzip_source_buffer.c129 st->encryption_method = ZIP_EM_NONE; in read_data()
H A Dzip_source_crc.c148 st->encryption_method = ZIP_EM_NONE; in crc_read()
H A Dzip_source_zip_new.c86 if (((flags & ZIP_FL_ENCRYPTED) == 0) && (st.encryption_method != ZIP_EM_NONE)) { in _zip_source_zip_new()
H A Dzip_source_pkware.c205 st->encryption_method = ZIP_EM_NONE; in pkware_decrypt()
H A Dzip.h171 #define ZIP_EM_NONE 0 /* not encrypted */ macro

Completed in 15 milliseconds