Home | History | Annotate | Download | only in client

Lines Matching defs:host

2736 	char *host = NULL;
2741 host = get_hostname(ctx->server_url);
2757 if (host && os_strcasecmp(host, cert->dnsname[i]) == 0)
2762 if (host && !found) {
2764 host);
2766 host);
2767 os_free(host);
2771 os_free(host);