Home
last modified time | relevance | path

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

/third_party/openssl/doc/man3/
DBIO_ADDRINFO.pod10 BIO_lookup
26 int BIO_lookup(const char *node, const char *service,
60 BIO_lookup() does the same as BIO_lookup_ex() but does not provide the ability
86 BIO_lookup_ex() and BIO_lookup() return 1 on success and 0 when an error
/third_party/openssl/crypto/bio/
Db_sock.c36 if (BIO_lookup(str, NULL, BIO_LOOKUP_CLIENT, AF_INET, SOCK_STREAM, &res)) { in BIO_get_host_ip()
71 if (BIO_lookup(NULL, str, BIO_LOOKUP_CLIENT, AF_INET, SOCK_STREAM, &res)) { in BIO_get_port()
212 if (BIO_lookup(h, p, BIO_LOOKUP_SERVER, AF_UNSPEC, SOCK_STREAM, &res) != 0) in BIO_get_accept_socket()
Dbss_acpt.c209 if (BIO_lookup(c->param_addr, c->param_serv, BIO_LOOKUP_SERVER, in acpt_state()
Dbss_conn.c124 if (BIO_lookup(c->param_hostname, c->param_service, in conn_state()
Db_addr.c616 int BIO_lookup(const char *host, const char *service, in BIO_lookup() function
/third_party/openssl/include/openssl/
Dbio.h671 int BIO_lookup(const char *host, const char *service,
/third_party/openssl/crypto/err/
Dopenssl.txt147 BIO_F_BIO_LOOKUP:135:BIO_lookup
/third_party/openssl/util/
Dlibcrypto.num3320 BIO_lookup 3272 1_1_0 EXIST::FUNCTION:SOCK
/third_party/openssl/
DCHANGES1982 BIO_connect, BIO_listen, BIO_lookup and a rewrite of BIO_accept.