Home
last modified time | relevance | path

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

/freebsd/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:
64 BIO_parse_hostserv() returns 1 on success or 0 on error.
H A DBIO_s_connect.pod64 see L<BIO_parse_hostserv(3)> and BIO_set_conn_port() for details.
194 L<BIO_ADDR(3)>, L<BIO_parse_hostserv(3)>
/freebsd/crypto/openssl/crypto/bio/
H A Dbio_sock.c221 if (!BIO_parse_hostserv(host, &h, &p, BIO_PARSE_PRIO_SERV)) in BIO_get_accept_socket()
H A Dbss_acpt.c435 ret = BIO_parse_hostserv(ptr, in acpt_ctrl()
H A Dbss_conn.c459 ret = BIO_parse_hostserv(ptr, in conn_ctrl()
H A Dbio_addr.c480 int BIO_parse_hostserv(const char *hostserv, char **host, char **service, in BIO_parse_hostserv() function
/freebsd/crypto/openssl/apps/
H A Ds_client.c1515 res = BIO_parse_hostserv(connectstr, &host, &port, BIO_PARSE_PRIO_HOST); in s_client_main()
1553 res = BIO_parse_hostserv(proxystr, &host, &port, BIO_PARSE_PRIO_HOST); in s_client_main()
1567 res = BIO_parse_hostserv(bindstr, &bindhost, &bindport, in s_client_main()
H A Ds_server.c1138 if (BIO_parse_hostserv(opt_arg(), NULL, &port, BIO_PARSE_PRIO_SERV) < 1) { in s_server_main()
1153 if (BIO_parse_hostserv(opt_arg(), &host, &port, BIO_PARSE_PRIO_SERV) < 1) { in s_server_main()
/freebsd/crypto/openssl/include/openssl/
H A Dbio.h750 int BIO_parse_hostserv(const char *hostserv, char **host, char **service,
H A Dbio.h.in727 int BIO_parse_hostserv(const char *hostserv, char **host, char **service,
/freebsd/crypto/openssl/crypto/http/
H A Dhttp_client.c859 if (!BIO_parse_hostserv(hostserv, NULL, &service, BIO_PARSE_PRIO_HOST)) in explict_or_default_port()
/freebsd/crypto/openssl/doc/
H A Dbuild.info622 DEPEND[html/man3/BIO_parse_hostserv.html]=man3/BIO_parse_hostserv.pod
623 GENERATE[html/man3/BIO_parse_hostserv.html]=man3/BIO_parse_hostserv.pod
624 DEPEND[man/man3/BIO_parse_hostserv.3]=man3/BIO_parse_hostserv.pod
625 GENERATE[man/man3/BIO_parse_hostserv.3]=man3/BIO_parse_hostserv.pod
2941 html/man3/BIO_parse_hostserv.html \
3549 man/man3/BIO_parse_hostserv.3 \
/freebsd/secure/lib/libcrypto/
H A DVersion.map360 BIO_parse_hostserv;
/freebsd/secure/lib/libcrypto/man/man3/
H A DMakefile39 MAN+= BIO_parse_hostserv.3
838 MLINKS+= BIO_parse_hostserv.3 BIO_hostserv_priorities.3
/freebsd/crypto/openssl/util/
H A Dlibcrypto.num1354 BIO_parse_hostserv 1387 3_0_0 EXIST::FUNCTION:SOCK