ZIP_CM_STORE      248 ext/zip/lib/zip_close.c 	st.comp_method = ZIP_CM_STORE;
ZIP_CM_STORE      251 ext/zip/lib/zip_close.c     if (ZIP_CM_IS_DEFAULT(de->comp_method) && st.comp_method != ZIP_CM_STORE)
ZIP_CM_STORE      253 ext/zip/lib/zip_close.c     else if (de->comp_method == ZIP_CM_STORE && (st.valid & ZIP_STAT_SIZE)) {
ZIP_CM_STORE      272 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      289 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      293 ext/zip/lib/zip_close.c 	if (st.comp_method != ZIP_CM_STORE) {
ZIP_CM_STORE      315 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       54 ext/zip/lib/zip_set_file_compression.c     if (method != ZIP_CM_DEFAULT && method != ZIP_CM_STORE && method != ZIP_CM_DEFLATE) {
ZIP_CM_STORE      201 ext/zip/lib/zip_source_buffer.c 	    st->comp_method = ZIP_CM_STORE;
ZIP_CM_STORE      151 ext/zip/lib/zip_source_crc.c 		st->comp_method = ZIP_CM_STORE;
ZIP_CM_STORE      316 ext/zip/lib/zip_source_deflate.c 	    st->comp_method = ctx->is_stored ? ZIP_CM_STORE : ZIP_CM_DEFLATE;
ZIP_CM_STORE      387 ext/zip/lib/zip_source_deflate.c             st->comp_method = ZIP_CM_STORE;
ZIP_CM_STORE       96 ext/zip/lib/zip_source_zip_new.c 	if (st.comp_method != ZIP_CM_STORE) {
ZIP_CM_STORE      116 ext/zip/lib/zip_source_zip_new.c 	st2.comp_method = ZIP_CM_STORE;
ZIP_CM_STORE      153 ext/zip/lib/zip_source_zip_new.c     if (((flags & ZIP_FL_COMPRESSED) == 0 || st.comp_method == ZIP_CM_STORE) && (len == 0 || len == st.comp_size)) {
ZIP_CM_STORE       49 ext/zip/lib/zip_stat_init.c     st->comp_method = ZIP_CM_STORE;
ZIP_CM_STORE     3042 ext/zip/php_zip.c 	REGISTER_ZIP_CLASS_CONST_LONG("CM_STORE", ZIP_CM_STORE);