Searched refs:ZIP_CM_STORE (Results 1 – 9 of 9) sorted by relevance
248 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()
96 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()
54 if (method != ZIP_CM_DEFAULT && method != ZIP_CM_STORE && method != ZIP_CM_DEFLATE) { in zip_set_file_compression()
49 st->comp_method = ZIP_CM_STORE; in zip_stat_init()
316 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()
151 st->comp_method = ZIP_CM_STORE; in crc_read()
201 st->comp_method = ZIP_CM_STORE; in read_data()
146 #define ZIP_CM_STORE 0 /* stored (uncompressed) */ macro
3089 REGISTER_ZIP_CLASS_CONST_LONG("CM_STORE", ZIP_CM_STORE); in PHP_MINIT_FUNCTION()
Completed in 36 milliseconds