Home
last modified time | relevance | path

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

/PHP-8.3/ext/phar/
H A Dphar.c736 uint32_t manifest_len, manifest_count, manifest_flags, manifest_index, tmp_len, sig_flags; in phar_parse_pharfile() local
832 SAFE_PHAR_GET_32(buffer, endbuffer, manifest_flags); in phar_parse_pharfile()
834 manifest_flags &= ~PHAR_HDR_COMPRESSION_MASK; in phar_parse_pharfile()
835 manifest_flags &= ~PHAR_FILE_COMPRESSION_MASK; in phar_parse_pharfile()
837 manifest_flags |= compression; in phar_parse_pharfile()
841 if (manifest_flags & PHAR_HDR_SIGNATURE) { in phar_parse_pharfile()
1220 manifest_flags |= (entry.flags & PHAR_ENT_COMPRESSION_MASK); in phar_parse_pharfile()
1222 entry.is_crc_checked = (manifest_flags & PHAR_HDR_SIGNATURE ? 1 : 0); in phar_parse_pharfile()
1236 mydata->flags = manifest_flags; in phar_parse_pharfile()

Completed in 10 milliseconds