host_domain      2558 src/vfs/ftpfs/ftpfs.c             const char *host_domain;
host_domain      2561 src/vfs/ftpfs/ftpfs.c             host_domain = strchr (host, '.');
host_domain      2562 src/vfs/ftpfs/ftpfs.c             if (host_domain == NULL)
host_domain      2566 src/vfs/ftpfs/ftpfs.c             if (g_ascii_strcasecmp (host_domain, domain) != 0)
host_domain      2570 src/vfs/ftpfs/ftpfs.c             if (g_ascii_strncasecmp (host, buffer, host_domain - host) != 0)