Searched refs:BIO_parse_hostserv (Results 1 – 15 of 15) sorted by relevance
/freebsd/crypto/openssl/doc/man3/ |
H A D | BIO_parse_hostserv.pod | 6 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 D | BIO_s_connect.pod | 64 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 D | bio_sock.c | 221 if (!BIO_parse_hostserv(host, &h, &p, BIO_PARSE_PRIO_SERV)) in BIO_get_accept_socket()
|
H A D | bss_acpt.c | 435 ret = BIO_parse_hostserv(ptr, in acpt_ctrl()
|
H A D | bss_conn.c | 459 ret = BIO_parse_hostserv(ptr, in conn_ctrl()
|
H A D | bio_addr.c | 480 int BIO_parse_hostserv(const char *hostserv, char **host, char **service, in BIO_parse_hostserv() function
|
/freebsd/crypto/openssl/apps/ |
H A D | s_client.c | 1515 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 D | s_server.c | 1138 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 D | bio.h | 750 int BIO_parse_hostserv(const char *hostserv, char **host, char **service,
|
H A D | bio.h.in | 727 int BIO_parse_hostserv(const char *hostserv, char **host, char **service,
|
/freebsd/crypto/openssl/crypto/http/ |
H A D | http_client.c | 859 if (!BIO_parse_hostserv(hostserv, NULL, &service, BIO_PARSE_PRIO_HOST)) in explict_or_default_port()
|
/freebsd/crypto/openssl/doc/ |
H A D | build.info | 622 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 D | Version.map | 360 BIO_parse_hostserv;
|
/freebsd/secure/lib/libcrypto/man/man3/ |
H A D | Makefile | 39 MAN+= BIO_parse_hostserv.3 838 MLINKS+= BIO_parse_hostserv.3 BIO_hostserv_priorities.3
|
/freebsd/crypto/openssl/util/ |
H A D | libcrypto.num | 1354 BIO_parse_hostserv 1387 3_0_0 EXIST::FUNCTION:SOCK
|