vpath_element 133 lib/vfs/xdirentry.h int (*archive_same) (const vfs_path_element_t *vpath_element, struct vfs_s_super *psup, vpath_element 137 lib/vfs/xdirentry.h const vfs_path_element_t *vpath_element); vpath_element 138 src/editor/editcmd.c const vfs_path_element_t *vpath_element; vpath_element 141 src/editor/editcmd.c vpath_element = vfs_path_get_by_index (filename_vpath, 0); vpath_element 142 src/editor/editcmd.c if (vpath_element == NULL) vpath_element 145 src/editor/editcmd.c start_filename = vpath_element->path; vpath_element 769 src/vfs/cpio/cpio.c const vfs_path_element_t *vpath_element) vpath_element 771 src/vfs/cpio/cpio.c (void) vpath_element; vpath_element 773 src/vfs/cpio/cpio.c if (cpio_open_cpio_file (vpath_element->class, super, vpath) == -1) vpath_element 780 src/vfs/cpio/cpio.c status = cpio_read_head (vpath_element->class, super); vpath_element 820 src/vfs/cpio/cpio.c cpio_super_same (const vfs_path_element_t *vpath_element, struct vfs_s_super *parc, vpath_element 825 src/vfs/cpio/cpio.c (void) vpath_element; vpath_element 1019 src/vfs/ftpfs/ftpfs.c const vfs_path_element_t *vpath_element) vpath_element 1023 src/vfs/ftpfs/ftpfs.c super->path_element = ftpfs_correct_url_parameters (vpath_element); vpath_element 1027 src/vfs/ftpfs/ftpfs.c vfs_s_new_inode (vpath_element->class, super, ftpfs_default_stat (vpath_element->class)); vpath_element 1029 src/vfs/ftpfs/ftpfs.c return ftpfs_open_archive_int (vpath_element->class, super); vpath_element 1035 src/vfs/ftpfs/ftpfs.c ftpfs_archive_same (const vfs_path_element_t *vpath_element, struct vfs_s_super *super, vpath_element 1044 src/vfs/ftpfs/ftpfs.c path_element = ftpfs_correct_url_parameters (vpath_element); vpath_element 258 src/vfs/sftpfs/config_parser.c const vfs_path_element_t *vpath_element, GError **mcerror) vpath_element 308 src/vfs/sftpfs/config_parser.c if (strcmp (host_pattern, vpath_element->host) == 0) vpath_element 321 src/vfs/sftpfs/config_parser.c pattern_block_hit = mc_search_run (pattern_regexp, vpath_element->host, 0, vpath_element 322 src/vfs/sftpfs/config_parser.c strlen (vpath_element->host), NULL); vpath_element 347 src/vfs/sftpfs/config_parser.c sftpfs_get_config_entity (const vfs_path_element_t *vpath_element, GError **mcerror) vpath_element 370 src/vfs/sftpfs/config_parser.c vpath_element, mcerror); vpath_element 683 src/vfs/sftpfs/sftpfs.c sftpfs_archive_same (const vfs_path_element_t *vpath_element, struct vfs_s_super *super, vpath_element 694 src/vfs/sftpfs/sftpfs.c result = ((g_strcmp0 (vpath_element->host, orig_connect_info->host) == 0) vpath_element 695 src/vfs/sftpfs/sftpfs.c && (g_strcmp0 (vpath_element->user, orig_connect_info->user) == 0) vpath_element 696 src/vfs/sftpfs/sftpfs.c && (vpath_element->port == orig_connect_info->port)); vpath_element 730 src/vfs/sftpfs/sftpfs.c const vfs_path_element_t *vpath_element) vpath_element 738 src/vfs/sftpfs/sftpfs.c if (vpath_element->host == NULL || *vpath_element->host == '\0') vpath_element 741 src/vfs/sftpfs/sftpfs.c vpath_element->class->verrno = EPERM; vpath_element 745 src/vfs/sftpfs/sftpfs.c sftpfs_super->original_connection_info = vfs_path_element_clone (vpath_element); vpath_element 746 src/vfs/sftpfs/sftpfs.c super->path_element = vfs_path_element_clone (vpath_element); vpath_element 751 src/vfs/sftpfs/sftpfs.c vpath_element->class->verrno = ret_value; vpath_element 755 src/vfs/sftpfs/sftpfs.c super->root = vfs_s_new_inode (vpath_element->class, super, vpath_element 756 src/vfs/sftpfs/sftpfs.c vfs_s_default_stat (vpath_element->class, S_IFDIR | 0755)); vpath_element 662 src/vfs/shell/shell.c const vfs_path_element_t *vpath_element) vpath_element 668 src/vfs/shell/shell.c super->path_element = vfs_path_element_clone (vpath_element); vpath_element 670 src/vfs/shell/shell.c if (strncmp (vpath_element->vfs_prefix, "rsh", 3) == 0) vpath_element 704 src/vfs/shell/shell.c return shell_open_archive_int (vpath_element->class, super); vpath_element 710 src/vfs/shell/shell.c shell_archive_same (const vfs_path_element_t *vpath_element, struct vfs_s_super *super, vpath_element 719 src/vfs/shell/shell.c path_element = vfs_path_element_clone (vpath_element); vpath_element 955 src/vfs/tar/tar.c const vfs_path_element_t *vpath_element) vpath_element 962 src/vfs/tar/tar.c if (!tar_open_archive_int (vpath_element->class, vpath, archive)) vpath_element 973 src/vfs/tar/tar.c status = tar_read_header (vpath_element->class, archive); vpath_element 988 src/vfs/tar/tar.c (void) tar_read_header (vpath_element->class, archive); vpath_element 1048 src/vfs/tar/tar.c tar_super_same (const vfs_path_element_t *vpath_element, struct vfs_s_super *parc, vpath_element 1053 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;