Home
last modified time | relevance | path

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

/PHP-7.0/ext/zip/lib/
H A Dzip_close.c248 st.comp_method = ZIP_CM_STORE; in add_data()
251 if (ZIP_CM_IS_DEFAULT(de->comp_method) && st.comp_method != ZIP_CM_STORE) in add_data()
253 else if (de->comp_method == ZIP_CM_STORE && (st.valid & ZIP_STAT_SIZE)) { in add_data()
272 …|| (de->comp_method != ZIP_CM_STORE && de->comp_method != ZIP_CM_DEFLATE && !ZIP_CM_IS_DEFAULT(de-… in add_data()
289 …if (st.comp_method == ZIP_CM_STORE || (ZIP_CM_IS_DEFAULT(de->comp_method) && st.comp_method != de-… in add_data()
293 if (st.comp_method != ZIP_CM_STORE) { in add_data()
315 if (de->comp_method != ZIP_CM_STORE && ((st.valid & ZIP_STAT_SIZE) == 0 || st.size != 0)) { in add_data()
H A Dzip_source_zip_new.c96 if (st.comp_method != ZIP_CM_STORE) { in _zip_source_zip_new()
116 st2.comp_method = ZIP_CM_STORE; in _zip_source_zip_new()
153 …if (((flags & ZIP_FL_COMPRESSED) == 0 || st.comp_method == ZIP_CM_STORE) && (len == 0 || len == st… in _zip_source_zip_new()
H A Dzip_set_file_compression.c54 if (method != ZIP_CM_DEFAULT && method != ZIP_CM_STORE && method != ZIP_CM_DEFLATE) { in zip_set_file_compression()
H A Dzip_stat_init.c49 st->comp_method = ZIP_CM_STORE; in zip_stat_init()
H A Dzip_source_deflate.c316 st->comp_method = ctx->is_stored ? ZIP_CM_STORE : ZIP_CM_DEFLATE; in deflate_compress()
387 st->comp_method = ZIP_CM_STORE; in deflate_decompress()
H A Dzip_source_crc.c151 st->comp_method = ZIP_CM_STORE; in crc_read()
H A Dzip_source_buffer.c201 st->comp_method = ZIP_CM_STORE; in read_data()
H A Dzip.h146 #define ZIP_CM_STORE 0 /* stored (uncompressed) */ macro
/PHP-7.0/ext/zip/
H A Dphp_zip.c3073 REGISTER_ZIP_CLASS_CONST_LONG("CM_STORE", ZIP_CM_STORE); in PHP_MINIT_FUNCTION()

Completed in 27 milliseconds