Home
last modified time | relevance | path

Searched refs:virtual_dirs (Results 1 – 9 of 9) sorted by relevance

/PHP-5.5/ext/phar/
H A Ddirstream.c657 for (zend_hash_internal_pointer_reset(&phar->virtual_dirs); in phar_wrapper_rmdir()
658 …HASH_KEY_NON_EXISTENT != zend_hash_get_current_key_ex(&phar->virtual_dirs, &key, &key_len, &unused… in phar_wrapper_rmdir()
659 zend_hash_move_forward(&phar->virtual_dirs)) { in phar_wrapper_rmdir()
680 zend_hash_del(&phar->virtual_dirs, resource->path+1, path_len); in phar_wrapper_rmdir()
H A Dstream.c623 if (zend_hash_exists(&(phar->virtual_dirs), internal_file, internal_file_len)) { in phar_wrapper_stat()
899 …is_dir = zend_hash_exists(&(phar->virtual_dirs), resource_from->path+1, strlen(resource_from->path… in phar_wrapper_rename()
950 for (zend_hash_internal_pointer_reset(&phar->virtual_dirs); in phar_wrapper_rename()
951 …HASH_KEY_NON_EXISTENT != (key_type = zend_hash_get_current_key_ex(&phar->virtual_dirs, &key, &key_… in phar_wrapper_rename()
952 zend_hash_move_forward(&phar->virtual_dirs)) { in phar_wrapper_rename()
967 …zend_hash_update_current_key_ex(&phar->virtual_dirs, key_type, new_key, new_key_len, 0, HASH_UPDAT… in phar_wrapper_rename()
H A Dzip.c296 zend_hash_init(&mydata->virtual_dirs, PHAR_GET_16(locator.count) * 2, in phar_parse_zipfile()
307 zend_hash_destroy(&mydata->virtual_dirs); \ in phar_parse_zipfile()
308 mydata->virtual_dirs.arBuckets = 0; \ in phar_parse_zipfile()
331 zend_hash_destroy(&mydata->virtual_dirs); \ in phar_parse_zipfile()
332 mydata->virtual_dirs.arBuckets = 0; \ in phar_parse_zipfile()
H A Dutil.c1294 if (zend_hash_exists(&phar->virtual_dirs, path, path_len)) { in phar_get_entry_info_dir()
1980 …if (!filename_len || FAILURE == zend_hash_add_empty_element(&phar->virtual_dirs, filename, filenam…
2074 zend_hash_init(&phar->virtual_dirs, sizeof(char *),
2076 zend_hash_copy(&phar->virtual_dirs, &(*pphar)->virtual_dirs, NULL, NULL, sizeof(void *));
H A Dphar.c234 if (phar->virtual_dirs.arBuckets) { in PHP_INI_END()
235 zend_hash_destroy(&phar->virtual_dirs); in PHP_INI_END()
236 phar->virtual_dirs.arBuckets = NULL; in PHP_INI_END()
1044 zend_hash_init(&mydata->virtual_dirs, manifest_count * 2,
1401 zend_hash_init(&mydata->virtual_dirs, sizeof(char *),
2605 zend_hash_clean(&phar->virtual_dirs);
H A Dfunc_interceptors.c666 if (zend_hash_exists(&(phar->virtual_dirs), entry, entry_len)) { in phar_file_stat()
710 if (zend_hash_exists(&(phar->virtual_dirs), entry + 1, entry_len - 1)) { in phar_file_stat()
H A Dphar_internal.h319 HashTable virtual_dirs; member
H A Dtar.c243 zend_hash_init(&myphar->virtual_dirs, 4 + (totalsize >> 11), in phar_parse_tarfile()
H A Dphar_object.c2250 zend_hash_init(&phar->virtual_dirs, sizeof(char *), in phar_convert_to_other()
2345 zend_hash_destroy(&(phar->virtual_dirs)); in phar_convert_to_other()
3567 if (zend_hash_exists(&phar_obj->arc.archive->virtual_dirs, fname, (uint) fname_len)) { in PHP_METHOD()

Completed in 104 milliseconds