Home
last modified time | relevance | path

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

/php-src/ext/phar/
H A Dstream.c619 if (HT_IS_INITIALIZED(&phar->mounted_dirs) && zend_hash_num_elements(&phar->mounted_dirs)) { in phar_wrapper_stat()
622 ZEND_HASH_MAP_FOREACH_STR_KEY(&phar->mounted_dirs, str_key) { in phar_wrapper_stat()
933 ZEND_HASH_MAP_FOREACH_BUCKET(&phar->mounted_dirs, b) { in phar_wrapper_rename()
948 zend_hash_rehash(&phar->mounted_dirs); in phar_wrapper_rename()
H A Dzip.c340 zend_hash_init(&mydata->mounted_dirs, 5, in phar_parse_zipfile()
351 zend_hash_destroy(&mydata->mounted_dirs); \ in phar_parse_zipfile()
352 HT_INVALIDATE(&mydata->mounted_dirs); \ in phar_parse_zipfile()
373 zend_hash_destroy(&mydata->mounted_dirs); \ in phar_parse_zipfile()
374 HT_INVALIDATE(&mydata->mounted_dirs); \ in phar_parse_zipfile()
H A Dutil.c243 …if (NULL == zend_hash_str_add_ptr(&phar->mounted_dirs, entry.filename, path_len, entry.filename)) { in phar_mount_entry()
1349 if (HT_IS_INITIALIZED(&phar->mounted_dirs) && zend_hash_num_elements(&phar->mounted_dirs)) { in phar_get_entry_info_dir()
1352 ZEND_HASH_MAP_FOREACH_STR_KEY(&phar->mounted_dirs, str_key) { in phar_get_entry_info_dir()
2124 zend_hash_init(&phar->mounted_dirs, sizeof(char *), in phar_copy_cached_phar()
H A Dphar_internal.h260 HashTable mounted_dirs; member
H A Dphar.c217 if (HT_IS_INITIALIZED(&phar->mounted_dirs)) { in PHP_INI_END()
218 zend_hash_destroy(&phar->mounted_dirs); in PHP_INI_END()
219 HT_INVALIDATE(&phar->mounted_dirs); in PHP_INI_END()
1096 HT_INVALIDATE(&mydata->mounted_dirs); in phar_parse_pharfile()
1117 zend_hash_init(&mydata->mounted_dirs, 5, in phar_parse_pharfile()
1471 zend_hash_init(&mydata->mounted_dirs, sizeof(char *), in phar_create_or_parse_filename()
H A Dtar.c241 zend_hash_init(&myphar->mounted_dirs, 5, in phar_parse_tarfile()
H A Dphar_object.c2260 zend_hash_init(&phar->mounted_dirs, sizeof(char *), in phar_convert_to_other()
2324 zend_hash_destroy(&(phar->mounted_dirs)); in phar_convert_to_other()

Completed in 51 milliseconds