Home
last modified time | relevance | path

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

/PHP-8.1/ext/phar/
H A Dpharzip.h233 } phar_zip_dir_end; typedef
H A Dzip.c167 const char *end = s + n + sizeof("PK\5\6") - 1 - sizeof(phar_zip_dir_end); in phar_find_eocd()
177 ZEND_ASSERT(eocd_start + sizeof(phar_zip_dir_end) <= s + n); in phar_find_eocd()
178 comment_len = PHAR_GET_16(((phar_zip_dir_end *) eocd_start)->comment_len); in phar_find_eocd()
179 if (eocd_start + sizeof(phar_zip_dir_end) + comment_len == s + n) { in phar_find_eocd()
199 phar_zip_dir_end locator; in phar_parse_zipfile()
1213 phar_zip_dir_end eocd; in phar_zip_flush()

Completed in 16 milliseconds