PHAR_ENT_COMPRESSED_GZ 1130 ext/phar/phar.c 			case PHAR_ENT_COMPRESSED_GZ:
PHAR_ENT_COMPRESSED_GZ 2788 ext/phar/phar.c 			if (entry->flags & PHAR_ENT_COMPRESSED_GZ) {
PHAR_ENT_COMPRESSED_GZ 1022 ext/phar/phar_object.c 	case PHAR_ENT_COMPRESSED_GZ:
PHAR_ENT_COMPRESSED_GZ 2368 ext/phar/phar_object.c 		case PHAR_ENT_COMPRESSED_GZ:
PHAR_ENT_COMPRESSED_GZ 2471 ext/phar/phar_object.c 		case PHAR_ENT_COMPRESSED_GZ:
PHAR_ENT_COMPRESSED_GZ 2533 ext/phar/phar_object.c 		RETURN_LONG(PHAR_ENT_COMPRESSED_GZ);
PHAR_ENT_COMPRESSED_GZ 3130 ext/phar/phar_object.c 		if (entry->flags & PHAR_ENT_COMPRESSED_GZ) {
PHAR_ENT_COMPRESSED_GZ 3189 ext/phar/phar_object.c 		case PHAR_ENT_COMPRESSED_GZ:
PHAR_ENT_COMPRESSED_GZ 3289 ext/phar/phar_object.c 		case PHAR_ENT_COMPRESSED_GZ:
PHAR_ENT_COMPRESSED_GZ 3295 ext/phar/phar_object.c 			flags = PHAR_ENT_COMPRESSED_GZ;
PHAR_ENT_COMPRESSED_GZ 4512 ext/phar/phar_object.c 		case PHAR_ENT_COMPRESSED_GZ:
PHAR_ENT_COMPRESSED_GZ 4513 ext/phar/phar_object.c 			RETURN_BOOL(entry_obj->entry->flags & PHAR_ENT_COMPRESSED_GZ);
PHAR_ENT_COMPRESSED_GZ 4889 ext/phar/phar_object.c 		case PHAR_ENT_COMPRESSED_GZ:
PHAR_ENT_COMPRESSED_GZ 4890 ext/phar/phar_object.c 			if (entry_obj->entry->flags & PHAR_ENT_COMPRESSED_GZ) {
PHAR_ENT_COMPRESSED_GZ 4918 ext/phar/phar_object.c 			entry_obj->entry->flags |= PHAR_ENT_COMPRESSED_GZ;
PHAR_ENT_COMPRESSED_GZ 4925 ext/phar/phar_object.c 			if ((entry_obj->entry->flags & PHAR_ENT_COMPRESSED_GZ) != 0) {
PHAR_ENT_COMPRESSED_GZ 5002 ext/phar/phar_object.c 	if ((entry_obj->entry->flags & PHAR_ENT_COMPRESSED_GZ) != 0 && !PHAR_G(has_zlib)) {
PHAR_ENT_COMPRESSED_GZ 5372 ext/phar/phar_object.c 	REGISTER_PHAR_CLASS_CONST_LONG(phar_ce_archive, "GZ", PHAR_ENT_COMPRESSED_GZ)
PHAR_ENT_COMPRESSED_GZ 1172 ext/phar/util.c 	case PHAR_ENT_COMPRESSED_GZ:
PHAR_ENT_COMPRESSED_GZ 1196 ext/phar/util.c 		case PHAR_ENT_COMPRESSED_GZ:
PHAR_ENT_COMPRESSED_GZ  466 ext/phar/zip.c 				entry.flags |= PHAR_ENT_COMPRESSED_GZ;
PHAR_ENT_COMPRESSED_GZ  574 ext/phar/zip.c 			if (entry.flags & PHAR_ENT_COMPRESSED_GZ) {
PHAR_ENT_COMPRESSED_GZ  831 ext/phar/zip.c 	if (entry->flags & PHAR_ENT_COMPRESSED_GZ) {
PHAR_ENT_COMPRESSED_GZ  903 ext/phar/zip.c 			if (entry->flags & PHAR_ENT_COMPRESSED_GZ) {