PHAR_ENT_COMPRESSED_GZ 1128 ext/phar/phar.c 			case PHAR_ENT_COMPRESSED_GZ:
PHAR_ENT_COMPRESSED_GZ 2841 ext/phar/phar.c 			if (entry->flags & PHAR_ENT_COMPRESSED_GZ) {
PHAR_ENT_COMPRESSED_GZ 1044 ext/phar/phar_object.c 	case PHAR_ENT_COMPRESSED_GZ:
PHAR_ENT_COMPRESSED_GZ 2413 ext/phar/phar_object.c 		case PHAR_ENT_COMPRESSED_GZ:
PHAR_ENT_COMPRESSED_GZ 2515 ext/phar/phar_object.c 		case PHAR_ENT_COMPRESSED_GZ:
PHAR_ENT_COMPRESSED_GZ 2577 ext/phar/phar_object.c 		RETURN_LONG(PHAR_ENT_COMPRESSED_GZ);
PHAR_ENT_COMPRESSED_GZ 3173 ext/phar/phar_object.c 		if (entry->flags & PHAR_ENT_COMPRESSED_GZ) {
PHAR_ENT_COMPRESSED_GZ 3232 ext/phar/phar_object.c 		case PHAR_ENT_COMPRESSED_GZ:
PHAR_ENT_COMPRESSED_GZ 3332 ext/phar/phar_object.c 		case PHAR_ENT_COMPRESSED_GZ:
PHAR_ENT_COMPRESSED_GZ 3338 ext/phar/phar_object.c 			flags = PHAR_ENT_COMPRESSED_GZ;
PHAR_ENT_COMPRESSED_GZ 4567 ext/phar/phar_object.c 		case PHAR_ENT_COMPRESSED_GZ:
PHAR_ENT_COMPRESSED_GZ 4568 ext/phar/phar_object.c 			RETURN_BOOL(entry_obj->ent.entry->flags & PHAR_ENT_COMPRESSED_GZ);
PHAR_ENT_COMPRESSED_GZ 4946 ext/phar/phar_object.c 		case PHAR_ENT_COMPRESSED_GZ:
PHAR_ENT_COMPRESSED_GZ 4947 ext/phar/phar_object.c 			if (entry_obj->ent.entry->flags & PHAR_ENT_COMPRESSED_GZ) {
PHAR_ENT_COMPRESSED_GZ 4975 ext/phar/phar_object.c 			entry_obj->ent.entry->flags |= PHAR_ENT_COMPRESSED_GZ;
PHAR_ENT_COMPRESSED_GZ 4982 ext/phar/phar_object.c 			if ((entry_obj->ent.entry->flags & PHAR_ENT_COMPRESSED_GZ) != 0) {
PHAR_ENT_COMPRESSED_GZ 5059 ext/phar/phar_object.c 	if ((entry_obj->ent.entry->flags & PHAR_ENT_COMPRESSED_GZ) != 0 && !PHAR_G(has_zlib)) {
PHAR_ENT_COMPRESSED_GZ 5431 ext/phar/phar_object.c 	REGISTER_PHAR_CLASS_CONST_LONG(phar_ce_archive, "GZ", PHAR_ENT_COMPRESSED_GZ)
PHAR_ENT_COMPRESSED_GZ 1177 ext/phar/util.c 	case PHAR_ENT_COMPRESSED_GZ:
PHAR_ENT_COMPRESSED_GZ 1201 ext/phar/util.c 		case PHAR_ENT_COMPRESSED_GZ:
PHAR_ENT_COMPRESSED_GZ  478 ext/phar/zip.c 				entry.flags |= PHAR_ENT_COMPRESSED_GZ;
PHAR_ENT_COMPRESSED_GZ  594 ext/phar/zip.c 			if (entry.flags & PHAR_ENT_COMPRESSED_GZ) {
PHAR_ENT_COMPRESSED_GZ  811 ext/phar/zip.c 	if (entry->flags & PHAR_ENT_COMPRESSED_GZ) {
PHAR_ENT_COMPRESSED_GZ  883 ext/phar/zip.c 			if (entry->flags & PHAR_ENT_COMPRESSED_GZ) {