vpath_element 127 lib/vfs/xdirentry.h int (*archive_same) (const vfs_path_element_t * vpath_element, struct vfs_s_super * psup, vpath_element 131 lib/vfs/xdirentry.h const vfs_path_t * vpath, const vfs_path_element_t * vpath_element); vpath_element 145 src/editor/editcmd.c const vfs_path_element_t *vpath_element; vpath_element 148 src/editor/editcmd.c vpath_element = vfs_path_get_by_index (filename_vpath, 0); vpath_element 149 src/editor/editcmd.c if (vpath_element == NULL) vpath_element 152 src/editor/editcmd.c start_filename = vpath_element->path; vpath_element 774 src/vfs/cpio/cpio.c const vfs_path_element_t * vpath_element) vpath_element 776 src/vfs/cpio/cpio.c (void) vpath_element; vpath_element 778 src/vfs/cpio/cpio.c if (cpio_open_cpio_file (vpath_element->class, super, vpath) == -1) vpath_element 785 src/vfs/cpio/cpio.c status = cpio_read_head (vpath_element->class, super); vpath_element 826 src/vfs/cpio/cpio.c cpio_super_same (const vfs_path_element_t * vpath_element, struct vfs_s_super *parc, vpath_element 831 src/vfs/cpio/cpio.c (void) vpath_element; vpath_element 665 src/vfs/fish/fish.c const vfs_path_t * vpath, const vfs_path_element_t * vpath_element) vpath_element 671 src/vfs/fish/fish.c super->path_element = vfs_path_element_clone (vpath_element); vpath_element 673 src/vfs/fish/fish.c if (strncmp (vpath_element->vfs_prefix, "rsh", 3) == 0) vpath_element 718 src/vfs/fish/fish.c return fish_open_archive_int (vpath_element->class, super); vpath_element 724 src/vfs/fish/fish.c fish_archive_same (const vfs_path_element_t * vpath_element, struct vfs_s_super *super, vpath_element 733 src/vfs/fish/fish.c path_element = vfs_path_element_clone (vpath_element); vpath_element 1022 src/vfs/ftpfs/ftpfs.c const vfs_path_t * vpath, const vfs_path_element_t * vpath_element) vpath_element 1026 src/vfs/ftpfs/ftpfs.c super->path_element = ftpfs_correct_url_parameters (vpath_element); vpath_element 1030 src/vfs/ftpfs/ftpfs.c vfs_s_new_inode (vpath_element->class, super, ftpfs_default_stat (vpath_element->class)); vpath_element 1032 src/vfs/ftpfs/ftpfs.c return ftpfs_open_archive_int (vpath_element->class, super); vpath_element 1038 src/vfs/ftpfs/ftpfs.c ftpfs_archive_same (const vfs_path_element_t * vpath_element, struct vfs_s_super *super, vpath_element 1047 src/vfs/ftpfs/ftpfs.c path_element = ftpfs_correct_url_parameters (vpath_element); vpath_element 205 src/vfs/sftpfs/config_parser.c const vfs_path_element_t * vpath_element, GError ** mcerror) vpath_element 256 src/vfs/sftpfs/config_parser.c if (strcmp (host_pattern, vpath_element->host) == 0) vpath_element 270 src/vfs/sftpfs/config_parser.c mc_search_run (pattern_regexp, vpath_element->host, 0, vpath_element 271 src/vfs/sftpfs/config_parser.c strlen (vpath_element->host), NULL); vpath_element 296 src/vfs/sftpfs/config_parser.c sftpfs_get_config_entity (const vfs_path_element_t * vpath_element, GError ** mcerror) vpath_element 319 src/vfs/sftpfs/config_parser.c (ssh_config_handler, config_entity, vpath_element, mcerror); vpath_element 689 src/vfs/sftpfs/sftpfs.c sftpfs_archive_same (const vfs_path_element_t * vpath_element, struct vfs_s_super *super, vpath_element 700 src/vfs/sftpfs/sftpfs.c result = ((g_strcmp0 (vpath_element->host, orig_connect_info->host) == 0) vpath_element 701 src/vfs/sftpfs/sftpfs.c && (g_strcmp0 (vpath_element->user, orig_connect_info->user) == 0) vpath_element 702 src/vfs/sftpfs/sftpfs.c && (vpath_element->port == orig_connect_info->port)); vpath_element 736 src/vfs/sftpfs/sftpfs.c const vfs_path_element_t * vpath_element) vpath_element 744 src/vfs/sftpfs/sftpfs.c if (vpath_element->host == NULL || *vpath_element->host == '\0') vpath_element 747 src/vfs/sftpfs/sftpfs.c vpath_element->class->verrno = EPERM; vpath_element 751 src/vfs/sftpfs/sftpfs.c sftpfs_super->original_connection_info = vfs_path_element_clone (vpath_element); vpath_element 752 src/vfs/sftpfs/sftpfs.c super->path_element = vfs_path_element_clone (vpath_element); vpath_element 757 src/vfs/sftpfs/sftpfs.c vpath_element->class->verrno = ret_value; vpath_element 762 src/vfs/sftpfs/sftpfs.c vfs_s_new_inode (vpath_element->class, super, vpath_element 763 src/vfs/sftpfs/sftpfs.c vfs_s_default_stat (vpath_element->class, S_IFDIR | 0755)); vpath_element 843 src/vfs/tar/tar.c const vfs_path_element_t * vpath_element) vpath_element 851 src/vfs/tar/tar.c tard = tar_open_archive_int (vpath_element->class, vpath, archive); vpath_element 860 src/vfs/tar/tar.c status = tar_read_header (vpath_element->class, archive, tard, &h_size); vpath_element 930 src/vfs/tar/tar.c tar_super_same (const vfs_path_element_t * vpath_element, struct vfs_s_super *parc, vpath_element 935 src/vfs/tar/tar.c (void) vpath_element; vpath_element 49 tests/lib/vfs/vfs_s_get_path.c const vfs_path_element_t * vpath_element) vpath_element 56 tests/lib/vfs/vfs_s_get_path.c root = vfs_s_new_inode (vpath_element->class, super, NULL); vpath_element 64 tests/lib/vfs/vfs_s_get_path.c test1_mock_archive_same (const vfs_path_element_t * vpath_element, struct vfs_s_super *super, vpath_element 69 tests/lib/vfs/vfs_s_get_path.c (void) vpath_element;