Home | History | Annotate | Download | only in bio

Lines Matching defs:host

116 // split_host_and_port sets |*out_host| and |*out_port| to the host and port
120 const char *host, *port = NULL;
131 host = name + 1;
132 host_len = close - host;
141 host = name;
143 } else { // host:port
144 host = name;
150 *out_host = BUF_strndup(host, host_len);
188 char *host, *port;
189 if (!split_host_and_port(&host, &port, c->param_hostname) ||
191 OPENSSL_free(host);
194 ERR_add_error_data(2, "host=", c->param_hostname);
201 c->param_hostname = host;
208 ERR_add_error_data(4, "host=", c->param_hostname, ":", c->param_port);
215 ERR_add_error_data(4, "host=", c->param_hostname, ":",
227 ERR_add_error_data(4, "host=", c->param_hostname, ":", c->param_port);
241 ERR_add_error_data(4, "host=", c->param_hostname, ":",
262 ERR_add_error_data(4, "host=", c->param_hostname, ":", c->param_port);