Home
last modified time | relevance | path

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

/third_party/openssl/doc/man3/
DBIO_parse_hostserv.pod14 BIO_PARSE_PRIO_HOST, BIO_PARSE_PRIO_SERV
55 when hostserv_prio == BIO_PARSE_PRIO_HOST
/third_party/openssl/crypto/bio/
Dbss_conn.c431 BIO_PARSE_PRIO_HOST); in conn_ctrl()
Db_addr.c513 } else if (hostserv_prio == BIO_PARSE_PRIO_HOST) { in BIO_parse_hostserv()
/third_party/openssl/apps/
Ds_client.c1582 res = BIO_parse_hostserv(proxystr, &host, &port, BIO_PARSE_PRIO_HOST); in s_client_main()
1593 res = BIO_parse_hostserv(connectstr, &sname_alloc, NULL, BIO_PARSE_PRIO_HOST); in s_client_main()
1606 BIO_PARSE_PRIO_HOST); in s_client_main()
1622 BIO_PARSE_PRIO_HOST); in s_client_main()
/third_party/openssl/include/openssl/
Dbio.h664 BIO_PARSE_PRIO_HOST, BIO_PARSE_PRIO_SERV enumerator