ZIP_FL_COMPRESSED   56 ext/zip/lib/zip_source_zip.c 	flags |= ZIP_FL_COMPRESSED;
ZIP_FL_COMPRESSED   58 ext/zip/lib/zip_source_zip.c 	flags &= ~ZIP_FL_COMPRESSED;
ZIP_FL_COMPRESSED   72 ext/zip/lib/zip_source_zip_new.c 	flags |= ZIP_FL_COMPRESSED;
ZIP_FL_COMPRESSED   74 ext/zip/lib/zip_source_zip_new.c     if ((start > 0 || len > 0) && (flags & ZIP_FL_COMPRESSED)) {
ZIP_FL_COMPRESSED   98 ext/zip/lib/zip_source_zip_new.c     if ((flags & ZIP_FL_COMPRESSED) == 0) {
ZIP_FL_COMPRESSED  150 ext/zip/lib/zip_source_zip_new.c 	if (((flags & ZIP_FL_COMPRESSED) == 0 || st.comp_method == ZIP_CM_STORE)
ZIP_FL_COMPRESSED 3059 ext/zip/php_zip.c 	REGISTER_ZIP_CLASS_CONST_LONG("FL_COMPRESSED", ZIP_FL_COMPRESSED);