real_host          54 src/vfs/sftpfs/config_parser.c     char *real_host;            /* host DNS name or ip address */
real_host          85 src/vfs/sftpfs/config_parser.c     {"^\\s*HostName\\s+(.*)$", NULL, STRING, offsetof (sftpfs_ssh_config_entity_t, real_host)},
real_host         107 src/vfs/sftpfs/config_parser.c     g_free (config_entity->real_host);
real_host         376 src/vfs/sftpfs/config_parser.c     if (config_entity->real_host != NULL)
real_host         379 src/vfs/sftpfs/config_parser.c         super->path_element->host = g_strdup (config_entity->real_host);