Home
last modified time | relevance | path

Searched refs:manifest_flags (Results 1 – 1 of 1) sorted by relevance

/PHP-7.4/ext/phar/
H A Dphar.c672 uint32_t manifest_len, manifest_count, manifest_flags, manifest_index, tmp_len, sig_flags; in phar_parse_pharfile() local
768 SAFE_PHAR_GET_32(buffer, endbuffer, manifest_flags); in phar_parse_pharfile()
770 manifest_flags &= ~PHAR_HDR_COMPRESSION_MASK; in phar_parse_pharfile()
771 manifest_flags &= ~PHAR_FILE_COMPRESSION_MASK; in phar_parse_pharfile()
773 manifest_flags |= compression; in phar_parse_pharfile()
777 if (manifest_flags & PHAR_HDR_SIGNATURE) { in phar_parse_pharfile()
1175 manifest_flags |= (entry.flags & PHAR_ENT_COMPRESSION_MASK); in phar_parse_pharfile()
1177 entry.is_crc_checked = (manifest_flags & PHAR_HDR_SIGNATURE ? 1 : 0); in phar_parse_pharfile()
1191 mydata->flags = manifest_flags; in phar_parse_pharfile()

Completed in 14 milliseconds