Searched refs:destroy_phar_manifest_entry (Results 1 – 6 of 6) sorted by relevance
/php-src/ext/phar/ |
H A D | phar_internal.h | 437 void destroy_phar_manifest_entry(zval *zv);
|
H A D | phar.c | 384 void destroy_phar_manifest_entry(zval *zv) /* {{{ */ in destroy_phar_manifest_entry() function 1116 zend_get_hash_value, destroy_phar_manifest_entry, (bool)mydata->is_persistent); in phar_parse_pharfile() 1470 zend_get_hash_value, destroy_phar_manifest_entry, 0); in phar_create_or_parse_filename()
|
H A D | tar.c | 240 zend_get_hash_value, destroy_phar_manifest_entry, (bool)myphar->is_persistent); in phar_parse_tarfile()
|
H A D | zip.c | 339 zend_get_hash_value, destroy_phar_manifest_entry, (bool)mydata->is_persistent); in phar_parse_zipfile()
|
H A D | util.c | 2096 zend_get_hash_value, destroy_phar_manifest_entry, 0); in phar_copy_cached_phar()
|
H A D | phar_object.c | 2259 zend_get_hash_value, destroy_phar_manifest_entry, 0); in phar_convert_to_other()
|
Completed in 57 milliseconds