ZIP_CM_STORE 307 ext/zip/lib/zip_close.c st.comp_method = ZIP_CM_STORE; ZIP_CM_STORE 310 ext/zip/lib/zip_close.c if (ZIP_CM_IS_DEFAULT(de->comp_method) && st.comp_method != ZIP_CM_STORE) ZIP_CM_STORE 312 ext/zip/lib/zip_close.c else if (de->comp_method == ZIP_CM_STORE && (st.valid & ZIP_STAT_SIZE)) { ZIP_CM_STORE 331 ext/zip/lib/zip_close.c || (de->comp_method != ZIP_CM_STORE && de->comp_method != ZIP_CM_DEFLATE && !ZIP_CM_IS_DEFAULT(de->comp_method)))) ZIP_CM_STORE 347 ext/zip/lib/zip_close.c if (st.comp_method == ZIP_CM_STORE || (ZIP_CM_IS_DEFAULT(de->comp_method) && st.comp_method != de->comp_method)) { ZIP_CM_STORE 351 ext/zip/lib/zip_close.c if (st.comp_method != ZIP_CM_STORE) { ZIP_CM_STORE 371 ext/zip/lib/zip_close.c if (de->comp_method != ZIP_CM_STORE && ((st.valid & ZIP_STAT_SIZE) == 0 || st.size != 0)) { ZIP_CM_STORE 57 ext/zip/lib/zip_set_file_compression.c if (method != ZIP_CM_DEFAULT && method != ZIP_CM_STORE && method != ZIP_CM_DEFLATE) { ZIP_CM_STORE 128 ext/zip/lib/zip_source_buffer.c st->comp_method = ZIP_CM_STORE; ZIP_CM_STORE 147 ext/zip/lib/zip_source_crc.c st->comp_method = ZIP_CM_STORE; ZIP_CM_STORE 359 ext/zip/lib/zip_source_deflate.c st->comp_method = ZIP_CM_STORE; ZIP_CM_STORE 99 ext/zip/lib/zip_source_zip_new.c if (st.comp_method != ZIP_CM_STORE) { ZIP_CM_STORE 120 ext/zip/lib/zip_source_zip_new.c st2.comp_method = ZIP_CM_STORE; ZIP_CM_STORE 150 ext/zip/lib/zip_source_zip_new.c if (((flags & ZIP_FL_COMPRESSED) == 0 || st.comp_method == ZIP_CM_STORE) ZIP_CM_STORE 50 ext/zip/lib/zip_stat_init.c st->comp_method = ZIP_CM_STORE; ZIP_CM_STORE 3062 ext/zip/php_zip.c REGISTER_ZIP_CLASS_CONST_LONG("CM_STORE", ZIP_CM_STORE);