Lines Matching defs:host
452 char *host, *path, *port;
472 char *host = NULL, *port = NULL, *path = NULL;
490 NULL, &host, &port, NULL, &path, NULL, NULL)) {
498 if (srctx->host == NULL) {
503 host = srctx->host;
541 *resp = process_responder(req, host, port, path, proxy, no_proxy,
559 OPENSSL_free(host);
744 "TCP/IP optional host and port to listen on for connections (default is *:" PORT ")"},
854 "[http[s]://]host[:port][/path] of HTTP(S) proxy to use; path is ignored"},
1009 char *host = NULL;
1108 OPENSSL_free(host); host = NULL;
1119 OPENSSL_free(host); host = NULL;
1137 OPENSSL_free(host); host = NULL;
1152 OPENSSL_free(host); host = NULL;
1153 if (BIO_parse_hostserv(opt_arg(), &host, &port, BIO_PARSE_PRIO_SERV) < 1) {
1163 OPENSSL_free(host); host = OPENSSL_strdup(opt_arg());
1164 if (host == NULL)
1378 &tlscstatp.host, &tlscstatp.port, NULL,
2227 unlink(host);
2229 do_server(&accept_socket, host, port, socket_family, socket_type, protocol,
2246 OPENSSL_free(host);
2250 OPENSSL_free(tlscstatp.host);