Home
last modified time | relevance | path

Searched refs:proxystr (Results 1 – 1 of 1) sorted by relevance

/freebsd-13-stable/crypto/openssl/apps/
HDs_client.c901 char *mbuf = NULL, *proxystr = NULL, *connectstr = NULL, *bindstr = NULL; in s_client_main() local
1082 proxystr = opt_arg(); in s_client_main()
1575 if (proxystr != NULL) { in s_client_main()
1582 res = BIO_parse_hostserv(proxystr, &host, &port, BIO_PARSE_PRIO_HOST); in s_client_main()