orig_connect_info 687 src/vfs/sftpfs/sftpfs.c vfs_path_element_t *orig_connect_info; orig_connect_info 692 src/vfs/sftpfs/sftpfs.c orig_connect_info = SFTP_SUPER (super)->original_connection_info; orig_connect_info 694 src/vfs/sftpfs/sftpfs.c result = ((g_strcmp0 (vpath_element->host, orig_connect_info->host) == 0) orig_connect_info 695 src/vfs/sftpfs/sftpfs.c && (g_strcmp0 (vpath_element->user, orig_connect_info->user) == 0) orig_connect_info 696 src/vfs/sftpfs/sftpfs.c && (vpath_element->port == orig_connect_info->port));