Home
last modified time | relevance | path

Searched refs:BIO_parse_hostserv (Results 1 – 11 of 11) sorted by relevance

/freebsd-12.1/crypto/openssl/doc/man3/
H A DBIO_parse_hostserv.pod6 BIO_parse_hostserv
16 int BIO_parse_hostserv(const char *hostserv, char **host, char **service,
21 BIO_parse_hostserv() will parse the information given in B<hostserv>,
28 The syntax the BIO_parse_hostserv() recognises is:
63 BIO_parse_hostserv() returns 1 on success or 0 on error.
/freebsd-12.1/crypto/openssl/crypto/bio/
H A Db_sock.c206 if (!BIO_parse_hostserv(host, &h, &p, BIO_PARSE_PRIO_SERV)) in BIO_get_accept_socket()
H A Dbss_conn.c409 ret = BIO_parse_hostserv(ptr, in conn_ctrl()
H A Dbss_acpt.c427 ret = BIO_parse_hostserv(ptr, in acpt_ctrl()
H A Db_addr.c467 int BIO_parse_hostserv(const char *hostserv, char **host, char **service, in BIO_parse_hostserv() function
/freebsd-12.1/crypto/openssl/apps/
H A Ds_client.c1561 res = BIO_parse_hostserv(proxystr, &host, &port, BIO_PARSE_PRIO_HOST); in s_client_main()
1575 res = BIO_parse_hostserv(connectstr, &host, &port, in s_client_main()
1591 res = BIO_parse_hostserv(bindstr, &bindhost, &bindport, in s_client_main()
H A Ds_server.c1133 if (BIO_parse_hostserv(opt_arg(), NULL, &port, BIO_PARSE_PRIO_SERV) < 1) { in s_server_main()
1148 if (BIO_parse_hostserv(opt_arg(), &host, &port, BIO_PARSE_PRIO_SERV) < 1) { in s_server_main()
/freebsd-12.1/crypto/openssl/include/openssl/
H A Dbio.h665 int BIO_parse_hostserv(const char *hostserv, char **host, char **service,
/freebsd-12.1/secure/lib/libcrypto/
H A DVersion.map360 BIO_parse_hostserv;
H A DMakefile.man32 MAN+= BIO_parse_hostserv.3
704 MLINKS+= BIO_parse_hostserv.3 BIO_hostserv_priorities.3
/freebsd-12.1/crypto/openssl/crypto/err/
H A Dopenssl.txt159 BIO_F_BIO_PARSE_HOSTSERV:136:BIO_parse_hostserv