ZIP_FL_COMPRESSED 54 ext/zip/lib/zip_source_zip.c flags |= ZIP_FL_COMPRESSED; ZIP_FL_COMPRESSED 56 ext/zip/lib/zip_source_zip.c flags &= ~ZIP_FL_COMPRESSED; ZIP_FL_COMPRESSED 69 ext/zip/lib/zip_source_zip_new.c flags |= ZIP_FL_COMPRESSED; ZIP_FL_COMPRESSED 71 ext/zip/lib/zip_source_zip_new.c if ((start > 0 || len > 0) && (flags & ZIP_FL_COMPRESSED)) { ZIP_FL_COMPRESSED 95 ext/zip/lib/zip_source_zip_new.c if ((flags & ZIP_FL_COMPRESSED) == 0) { ZIP_FL_COMPRESSED 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_FL_COMPRESSED 3039 ext/zip/php_zip.c REGISTER_ZIP_CLASS_CONST_LONG("FL_COMPRESSED", ZIP_FL_COMPRESSED);