Home
last modified time | relevance | path

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

/third_party/openssl/doc/man3/
DBIO_s_accept.pod5 BIO_s_accept, BIO_set_accept_name, BIO_set_accept_port, BIO_get_accept_name,
18 char *BIO_get_accept_name(BIO *b);
153 BIO_set_accept_name(), BIO_get_accept_name(), BIO_set_accept_port(),
166 BIO_get_accept_name() returns the accept name or NULL on error.
/third_party/openssl/util/
Dprivate.num102 BIO_get_accept_name define
/third_party/openssl/include/openssl/
Dbio.h386 # define BIO_get_accept_name(b) ((const char *)BIO_ptr_ctrl(b,BIO_C_GET_ACCEPT,0)) macro