Home
last modified time | relevance | path

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

/third_party/openssl/doc/man3/
DBIO_s_connect.pod8 BIO_get_conn_hostname, BIO_get_conn_port,
23 const char *BIO_get_conn_hostname(BIO *b);
76 BIO_get_conn_hostname() returns the hostname of the connect BIO or
116 The values returned by BIO_get_conn_hostname(), BIO_get_conn_address(),
133 BIO_set_conn_hostname(), BIO_set_conn_port(), BIO_get_conn_hostname(),
153 BIO_get_conn_hostname() returns the connected hostname or NULL if
/third_party/openssl/util/
Dprivate.num113 BIO_get_conn_hostname define
/third_party/openssl/include/openssl/
Dbio.h375 # define BIO_get_conn_hostname(b) ((const char *)BIO_ptr_ctrl(b,BIO_C_GET_CONNECT,0)) macro