Home
last modified time | relevance | path

Searched refs:mounted_dirs (Results 1 – 7 of 7) sorted by relevance

/PHP-8.3/ext/phar/
H A Dstream.c624 if (HT_IS_INITIALIZED(&phar->mounted_dirs) && zend_hash_num_elements(&phar->mounted_dirs)) { in phar_wrapper_stat()
627 ZEND_HASH_MAP_FOREACH_STR_KEY(&phar->mounted_dirs, str_key) { in phar_wrapper_stat()
943 ZEND_HASH_MAP_FOREACH_BUCKET(&phar->mounted_dirs, b) { in phar_wrapper_rename()
958 zend_hash_rehash(&phar->mounted_dirs); in phar_wrapper_rename()
H A Dzip.c308 zend_hash_init(&mydata->mounted_dirs, 5, in phar_parse_zipfile()
319 zend_hash_destroy(&mydata->mounted_dirs); \ in phar_parse_zipfile()
320 HT_INVALIDATE(&mydata->mounted_dirs); \ in phar_parse_zipfile()
341 zend_hash_destroy(&mydata->mounted_dirs); \ in phar_parse_zipfile()
342 HT_INVALIDATE(&mydata->mounted_dirs); \ in phar_parse_zipfile()
H A Dutil.c219 …if (NULL == zend_hash_str_add_ptr(&phar->mounted_dirs, entry.filename, path_len, entry.filename)) { in phar_mount_entry()
1300 if (HT_IS_INITIALIZED(&phar->mounted_dirs) && zend_hash_num_elements(&phar->mounted_dirs)) { in phar_get_entry_info_dir()
1303 ZEND_HASH_MAP_FOREACH_STR_KEY(&phar->mounted_dirs, str_key) { in phar_get_entry_info_dir()
2075 zend_hash_init(&phar->mounted_dirs, sizeof(char *), in phar_copy_cached_phar()
H A Dphar.c212 if (HT_IS_INITIALIZED(&phar->mounted_dirs)) { in PHP_INI_END()
213 zend_hash_destroy(&phar->mounted_dirs); in PHP_INI_END()
214 HT_INVALIDATE(&phar->mounted_dirs); in PHP_INI_END()
1094 HT_INVALIDATE(&mydata->mounted_dirs); in phar_parse_pharfile()
1115 zend_hash_init(&mydata->mounted_dirs, 5, in phar_parse_pharfile()
1468 zend_hash_init(&mydata->mounted_dirs, sizeof(char *), in phar_create_or_parse_filename()
H A Dphar_internal.h294 HashTable mounted_dirs; member
H A Dtar.c239 zend_hash_init(&myphar->mounted_dirs, 5, in phar_parse_tarfile()
H A Dphar_object.c2252 zend_hash_init(&phar->mounted_dirs, sizeof(char *), in phar_convert_to_other()
2316 zend_hash_destroy(&(phar->mounted_dirs)); in phar_convert_to_other()

Completed in 60 milliseconds