Home
last modified time | relevance | path

Searched refs:manifest_count (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
748 SAFE_PHAR_GET_32(buffer, endbuffer, manifest_count); in phar_parse_pharfile()
750 if (manifest_count == 0) { in phar_parse_pharfile()
1020 if (manifest_count > ((manifest_len - MANIFEST_FIXED_LEN - tmp_len) / (5 * 4 + 1))) { in phar_parse_pharfile()
1046 zend_hash_init(&mydata->manifest, manifest_count, in phar_parse_pharfile()
1050 zend_hash_init(&mydata->virtual_dirs, manifest_count * 2, in phar_parse_pharfile()
1063 for (manifest_index = 0; manifest_index < manifest_count; ++manifest_index) { in phar_parse_pharfile()

Completed in 13 milliseconds