manifest_flags 657 ext/phar/phar.c php_uint32 manifest_len, manifest_count, manifest_flags, manifest_index, tmp_len, sig_flags; manifest_flags 751 ext/phar/phar.c PHAR_GET_32(buffer, manifest_flags); manifest_flags 753 ext/phar/phar.c manifest_flags &= ~PHAR_HDR_COMPRESSION_MASK; manifest_flags 754 ext/phar/phar.c manifest_flags &= ~PHAR_FILE_COMPRESSION_MASK; manifest_flags 756 ext/phar/phar.c manifest_flags |= compression; manifest_flags 760 ext/phar/phar.c if (manifest_flags & PHAR_HDR_SIGNATURE) { manifest_flags 1171 ext/phar/phar.c manifest_flags |= (entry.flags & PHAR_ENT_COMPRESSION_MASK); manifest_flags 1173 ext/phar/phar.c entry.is_crc_checked = (manifest_flags & PHAR_HDR_SIGNATURE ? 1 : 0); manifest_flags 1181 ext/phar/phar.c mydata->flags = manifest_flags;