PHAR_ENT_COMPRESSED_GZ 1130 ext/phar/phar.c 			case PHAR_ENT_COMPRESSED_GZ:
PHAR_ENT_COMPRESSED_GZ 2854 ext/phar/phar.c 			if (entry->flags & PHAR_ENT_COMPRESSED_GZ) {
PHAR_ENT_COMPRESSED_GZ 1043 ext/phar/phar_object.c 	case PHAR_ENT_COMPRESSED_GZ:
PHAR_ENT_COMPRESSED_GZ 2403 ext/phar/phar_object.c 		case PHAR_ENT_COMPRESSED_GZ:
PHAR_ENT_COMPRESSED_GZ 2505 ext/phar/phar_object.c 		case PHAR_ENT_COMPRESSED_GZ:
PHAR_ENT_COMPRESSED_GZ 2567 ext/phar/phar_object.c 		RETURN_LONG(PHAR_ENT_COMPRESSED_GZ);
PHAR_ENT_COMPRESSED_GZ 3163 ext/phar/phar_object.c 		if (entry->flags & PHAR_ENT_COMPRESSED_GZ) {
PHAR_ENT_COMPRESSED_GZ 3222 ext/phar/phar_object.c 		case PHAR_ENT_COMPRESSED_GZ:
PHAR_ENT_COMPRESSED_GZ 3322 ext/phar/phar_object.c 		case PHAR_ENT_COMPRESSED_GZ:
PHAR_ENT_COMPRESSED_GZ 3328 ext/phar/phar_object.c 			flags = PHAR_ENT_COMPRESSED_GZ;
PHAR_ENT_COMPRESSED_GZ 4515 ext/phar/phar_object.c 		case PHAR_ENT_COMPRESSED_GZ:
PHAR_ENT_COMPRESSED_GZ 4516 ext/phar/phar_object.c 			RETURN_BOOL(entry_obj->ent.entry->flags & PHAR_ENT_COMPRESSED_GZ);
PHAR_ENT_COMPRESSED_GZ 4893 ext/phar/phar_object.c 		case PHAR_ENT_COMPRESSED_GZ:
PHAR_ENT_COMPRESSED_GZ 4894 ext/phar/phar_object.c 			if (entry_obj->ent.entry->flags & PHAR_ENT_COMPRESSED_GZ) {
PHAR_ENT_COMPRESSED_GZ 4922 ext/phar/phar_object.c 			entry_obj->ent.entry->flags |= PHAR_ENT_COMPRESSED_GZ;
PHAR_ENT_COMPRESSED_GZ 4929 ext/phar/phar_object.c 			if ((entry_obj->ent.entry->flags & PHAR_ENT_COMPRESSED_GZ) != 0) {
PHAR_ENT_COMPRESSED_GZ 5006 ext/phar/phar_object.c 	if ((entry_obj->ent.entry->flags & PHAR_ENT_COMPRESSED_GZ) != 0 && !PHAR_G(has_zlib)) {
PHAR_ENT_COMPRESSED_GZ 5378 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  476 ext/phar/zip.c 				entry.flags |= PHAR_ENT_COMPRESSED_GZ;
PHAR_ENT_COMPRESSED_GZ  592 ext/phar/zip.c 			if (entry.flags & PHAR_ENT_COMPRESSED_GZ) {
PHAR_ENT_COMPRESSED_GZ  809 ext/phar/zip.c 	if (entry->flags & PHAR_ENT_COMPRESSED_GZ) {
PHAR_ENT_COMPRESSED_GZ  881 ext/phar/zip.c 			if (entry->flags & PHAR_ENT_COMPRESSED_GZ) {