vpath_element     129 lib/vfs/xdirentry.h     int (*archive_same) (const vfs_path_element_t * vpath_element, struct vfs_s_super * psup,
vpath_element     133 lib/vfs/xdirentry.h                          const vfs_path_t * vpath, const vfs_path_element_t * vpath_element);
vpath_element     139 src/editor/editcmd.c     const vfs_path_element_t *vpath_element;
vpath_element     142 src/editor/editcmd.c     vpath_element = vfs_path_get_by_index (filename_vpath, 0);
vpath_element     143 src/editor/editcmd.c     if (vpath_element == NULL)
vpath_element     146 src/editor/editcmd.c     start_filename = vpath_element->path;
vpath_element     773 src/vfs/cpio/cpio.c                    const vfs_path_element_t * vpath_element)
vpath_element     775 src/vfs/cpio/cpio.c     (void) vpath_element;
vpath_element     777 src/vfs/cpio/cpio.c     if (cpio_open_cpio_file (vpath_element->class, super, vpath) == -1)
vpath_element     784 src/vfs/cpio/cpio.c         status = cpio_read_head (vpath_element->class, super);
vpath_element     825 src/vfs/cpio/cpio.c cpio_super_same (const vfs_path_element_t * vpath_element, struct vfs_s_super *parc,
vpath_element     830 src/vfs/cpio/cpio.c     (void) vpath_element;
vpath_element    1021 src/vfs/ftpfs/ftpfs.c                     const vfs_path_t * vpath, const vfs_path_element_t * vpath_element)
vpath_element    1025 src/vfs/ftpfs/ftpfs.c     super->path_element = ftpfs_correct_url_parameters (vpath_element);
vpath_element    1029 src/vfs/ftpfs/ftpfs.c         vfs_s_new_inode (vpath_element->class, super, ftpfs_default_stat (vpath_element->class));
vpath_element    1031 src/vfs/ftpfs/ftpfs.c     return ftpfs_open_archive_int (vpath_element->class, super);
vpath_element    1037 src/vfs/ftpfs/ftpfs.c ftpfs_archive_same (const vfs_path_element_t * vpath_element, struct vfs_s_super *super,
vpath_element    1046 src/vfs/ftpfs/ftpfs.c     path_element = ftpfs_correct_url_parameters (vpath_element);
vpath_element     207 src/vfs/sftpfs/config_parser.c                                        const vfs_path_element_t * vpath_element, GError ** mcerror)
vpath_element     258 src/vfs/sftpfs/config_parser.c             if (strcmp (host_pattern, vpath_element->host) == 0)
vpath_element     272 src/vfs/sftpfs/config_parser.c                     mc_search_run (pattern_regexp, vpath_element->host, 0,
vpath_element     273 src/vfs/sftpfs/config_parser.c                                    strlen (vpath_element->host), NULL);
vpath_element     298 src/vfs/sftpfs/config_parser.c sftpfs_get_config_entity (const vfs_path_element_t * vpath_element, GError ** mcerror)
vpath_element     321 src/vfs/sftpfs/config_parser.c             (ssh_config_handler, config_entity, vpath_element, mcerror);
vpath_element     688 src/vfs/sftpfs/sftpfs.c sftpfs_archive_same (const vfs_path_element_t * vpath_element, struct vfs_s_super *super,
vpath_element     699 src/vfs/sftpfs/sftpfs.c     result = ((g_strcmp0 (vpath_element->host, orig_connect_info->host) == 0)
vpath_element     700 src/vfs/sftpfs/sftpfs.c               && (g_strcmp0 (vpath_element->user, orig_connect_info->user) == 0)
vpath_element     701 src/vfs/sftpfs/sftpfs.c               && (vpath_element->port == orig_connect_info->port));
vpath_element     735 src/vfs/sftpfs/sftpfs.c                      const vfs_path_element_t * vpath_element)
vpath_element     743 src/vfs/sftpfs/sftpfs.c     if (vpath_element->host == NULL || *vpath_element->host == '\0')
vpath_element     746 src/vfs/sftpfs/sftpfs.c         vpath_element->class->verrno = EPERM;
vpath_element     750 src/vfs/sftpfs/sftpfs.c     sftpfs_super->original_connection_info = vfs_path_element_clone (vpath_element);
vpath_element     751 src/vfs/sftpfs/sftpfs.c     super->path_element = vfs_path_element_clone (vpath_element);
vpath_element     756 src/vfs/sftpfs/sftpfs.c         vpath_element->class->verrno = ret_value;
vpath_element     761 src/vfs/sftpfs/sftpfs.c         vfs_s_new_inode (vpath_element->class, super,
vpath_element     762 src/vfs/sftpfs/sftpfs.c                          vfs_s_default_stat (vpath_element->class, S_IFDIR | 0755));
vpath_element     664 src/vfs/shell/shell.c                     const vfs_path_t * vpath, const vfs_path_element_t * vpath_element)
vpath_element     670 src/vfs/shell/shell.c     super->path_element = vfs_path_element_clone (vpath_element);
vpath_element     672 src/vfs/shell/shell.c     if (strncmp (vpath_element->vfs_prefix, "rsh", 3) == 0)
vpath_element     721 src/vfs/shell/shell.c     return shell_open_archive_int (vpath_element->class, super);
vpath_element     727 src/vfs/shell/shell.c shell_archive_same (const vfs_path_element_t * vpath_element, struct vfs_s_super *super,
vpath_element     736 src/vfs/shell/shell.c     path_element = vfs_path_element_clone (vpath_element);
vpath_element     969 src/vfs/tar/tar.c                   const vfs_path_element_t * vpath_element)
vpath_element     976 src/vfs/tar/tar.c     if (!tar_open_archive_int (vpath_element->class, vpath, archive))
vpath_element     987 src/vfs/tar/tar.c         status = tar_read_header (vpath_element->class, archive);
vpath_element    1002 src/vfs/tar/tar.c             (void) tar_read_header (vpath_element->class, archive);
vpath_element    1062 src/vfs/tar/tar.c tar_super_same (const vfs_path_element_t * vpath_element, struct vfs_s_super *parc,
vpath_element    1067 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;