Searched refs:manifest_flags (Results 1 – 1 of 1) sorted by relevance
738 uint32_t manifest_len, manifest_count, manifest_flags, manifest_index, tmp_len, sig_flags; in phar_parse_pharfile() local834 SAFE_PHAR_GET_32(buffer, endbuffer, manifest_flags); in phar_parse_pharfile()836 manifest_flags &= ~PHAR_HDR_COMPRESSION_MASK; in phar_parse_pharfile()837 manifest_flags &= ~PHAR_FILE_COMPRESSION_MASK; in phar_parse_pharfile()839 manifest_flags |= compression; in phar_parse_pharfile()843 if (manifest_flags & PHAR_HDR_SIGNATURE) { in phar_parse_pharfile()1222 manifest_flags |= (entry.flags & PHAR_ENT_COMPRESSION_MASK); in phar_parse_pharfile()1224 entry.is_crc_checked = (manifest_flags & PHAR_HDR_SIGNATURE ? 1 : 0); in phar_parse_pharfile()1237 mydata->flags = manifest_flags; in phar_parse_pharfile()
Completed in 10 milliseconds