Searched refs:manifest_count (Results 1 – 1 of 1) sorted by relevance
/php-src/ext/phar/ |
H A D | phar.c | 738 uint32_t manifest_len, manifest_count, manifest_flags, manifest_index, tmp_len, sig_flags; in phar_parse_pharfile() local 814 SAFE_PHAR_GET_32(buffer, endbuffer, manifest_count); in phar_parse_pharfile() 816 if (manifest_count == 0) { in phar_parse_pharfile() 1088 if (manifest_count > ((manifest_len - MANIFEST_FIXED_LEN - tmp_len) / (5 * 4 + 1))) { in phar_parse_pharfile() 1115 zend_hash_init(&mydata->manifest, manifest_count, in phar_parse_pharfile() 1119 zend_hash_init(&mydata->virtual_dirs, manifest_count * 2, in phar_parse_pharfile() 1132 for (manifest_index = 0; manifest_index < manifest_count; ++manifest_index) { in phar_parse_pharfile()
|
Completed in 12 milliseconds