manifest_flags    655 ext/phar/phar.c 	php_uint32 manifest_len, manifest_count, manifest_flags, manifest_index, tmp_len, sig_flags;
manifest_flags    749 ext/phar/phar.c 	PHAR_GET_32(buffer, manifest_flags);
manifest_flags    751 ext/phar/phar.c 	manifest_flags &= ~PHAR_HDR_COMPRESSION_MASK;
manifest_flags    752 ext/phar/phar.c 	manifest_flags &= ~PHAR_FILE_COMPRESSION_MASK;
manifest_flags    754 ext/phar/phar.c 	manifest_flags |= compression;
manifest_flags    758 ext/phar/phar.c 	if (manifest_flags & PHAR_HDR_SIGNATURE) {
manifest_flags   1169 ext/phar/phar.c 		manifest_flags |= (entry.flags & PHAR_ENT_COMPRESSION_MASK);
manifest_flags   1171 ext/phar/phar.c 		entry.is_crc_checked = (manifest_flags & PHAR_HDR_SIGNATURE ? 1 : 0);
manifest_flags   1179 ext/phar/phar.c 	mydata->flags = manifest_flags;