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         143 src/vfs/sftpfs/config_parser.c sftpsfs_expand_hostname (const char *host, const char *real_host)
real_host         145 src/vfs/sftpfs/config_parser.c     if (g_str_has_prefix (real_host, "%h"))
real_host         146 src/vfs/sftpfs/config_parser.c         return g_strconcat (host, real_host + 2, (char *) NULL);
real_host         148 src/vfs/sftpfs/config_parser.c     return g_strdup (real_host);
real_host         394 src/vfs/sftpfs/config_parser.c     if (config_entity->real_host != NULL)
real_host         399 src/vfs/sftpfs/config_parser.c             sftpsfs_expand_hostname (super->path_element->host, config_entity->real_host);