Searched refs:param_port (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/crypto/openssl/crypto/bio/
H A Dbss_conn.c81 char *param_port; member in struct:bio_connect_st
157 if (c->param_port != NULL)
158 OPENSSL_free(c->param_port);
159 c->param_port = BUF_strdup(p);
163 if (c->param_port == NULL) {
178 if (c->param_port == NULL) {
181 } else if (BIO_get_port(c->param_port, &c->port) <= 0)
202 ":", c->param_port);
215 c->param_hostname, ":", c->param_port);
228 ":", c->param_port);
[all...]

Completed in 94 milliseconds