orig_connect_info  692 src/vfs/sftpfs/sftpfs.c     vfs_path_element_t *orig_connect_info;
orig_connect_info  697 src/vfs/sftpfs/sftpfs.c     orig_connect_info = SFTP_SUPER (super)->original_connection_info;
orig_connect_info  699 src/vfs/sftpfs/sftpfs.c     result = ((g_strcmp0 (vpath_element->host, orig_connect_info->host) == 0)
orig_connect_info  700 src/vfs/sftpfs/sftpfs.c               && (g_strcmp0 (vpath_element->user, orig_connect_info->user) == 0)
orig_connect_info  701 src/vfs/sftpfs/sftpfs.c               && (vpath_element->port == orig_connect_info->port));