PHAR_ENT_COMPRESSED_GZ 1128 ext/phar/phar.c 			case PHAR_ENT_COMPRESSED_GZ:
PHAR_ENT_COMPRESSED_GZ 2834 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 4525 ext/phar/phar_object.c 		case PHAR_ENT_COMPRESSED_GZ:
PHAR_ENT_COMPRESSED_GZ 4526 ext/phar/phar_object.c 			RETURN_BOOL(entry_obj->ent.entry->flags & PHAR_ENT_COMPRESSED_GZ);
PHAR_ENT_COMPRESSED_GZ 4903 ext/phar/phar_object.c 		case PHAR_ENT_COMPRESSED_GZ:
PHAR_ENT_COMPRESSED_GZ 4904 ext/phar/phar_object.c 			if (entry_obj->ent.entry->flags & PHAR_ENT_COMPRESSED_GZ) {
PHAR_ENT_COMPRESSED_GZ 4932 ext/phar/phar_object.c 			entry_obj->ent.entry->flags |= PHAR_ENT_COMPRESSED_GZ;
PHAR_ENT_COMPRESSED_GZ 4939 ext/phar/phar_object.c 			if ((entry_obj->ent.entry->flags & PHAR_ENT_COMPRESSED_GZ) != 0) {
PHAR_ENT_COMPRESSED_GZ 5016 ext/phar/phar_object.c 	if ((entry_obj->ent.entry->flags & PHAR_ENT_COMPRESSED_GZ) != 0 && !PHAR_G(has_zlib)) {
PHAR_ENT_COMPRESSED_GZ 5388 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) {