Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/doc/man3/
H A DBIO_parse_hostserv.pod14 BIO_PARSE_PRIO_HOST, BIO_PARSE_PRIO_SERV
56 when hostserv_prio == BIO_PARSE_PRIO_HOST
/freebsd/crypto/openssl/crypto/bio/
H A Dbss_conn.c462 BIO_PARSE_PRIO_HOST); in conn_ctrl()
H A Dbio_addr.c522 } else if (hostserv_prio == BIO_PARSE_PRIO_HOST) { in BIO_parse_hostserv()
/freebsd/crypto/openssl/apps/
H A Ds_client.c1515 res = BIO_parse_hostserv(connectstr, &host, &port, BIO_PARSE_PRIO_HOST); in s_client_main()
1553 res = BIO_parse_hostserv(proxystr, &host, &port, BIO_PARSE_PRIO_HOST); in s_client_main()
1568 BIO_PARSE_PRIO_HOST); in s_client_main()
/freebsd/crypto/openssl/include/openssl/
H A Dbio.h748 BIO_PARSE_PRIO_HOST, BIO_PARSE_PRIO_SERV enumerator
H A Dbio.h.in725 BIO_PARSE_PRIO_HOST, BIO_PARSE_PRIO_SERV enumerator