Searched refs:out_host (Results 1 – 1 of 1) sorted by relevance
121 static int split_host_and_port(char **out_host, char **out_port, const char *name) { in split_host_and_port() argument125 *out_host = NULL; in split_host_and_port()152 *out_host = BUF_strndup(host, host_len); in split_host_and_port()153 if (*out_host == NULL) { in split_host_and_port()162 OPENSSL_free(*out_host); in split_host_and_port()163 *out_host = NULL; in split_host_and_port()