Searched refs:BIO_parse_hostserv (Results 1 – 10 of 10) sorted by relevance
/third_party/openssl/doc/man3/ |
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: 63 BIO_parse_hostserv() returns 1 on success or 0 on error.
|
/third_party/openssl/crypto/bio/ |
D | b_sock.c | 206 if (!BIO_parse_hostserv(host, &h, &p, BIO_PARSE_PRIO_SERV)) in BIO_get_accept_socket()
|
D | bss_conn.c | 428 ret = BIO_parse_hostserv(ptr, in conn_ctrl()
|
D | bss_acpt.c | 428 ret = BIO_parse_hostserv(ptr, in acpt_ctrl()
|
D | b_addr.c | 471 int BIO_parse_hostserv(const char *hostserv, char **host, char **service, in BIO_parse_hostserv() function
|
/third_party/openssl/apps/ |
D | s_client.c | 1582 res = BIO_parse_hostserv(proxystr, &host, &port, BIO_PARSE_PRIO_HOST); in s_client_main() 1593 res = BIO_parse_hostserv(connectstr, &sname_alloc, NULL, BIO_PARSE_PRIO_HOST); in s_client_main() 1605 res = BIO_parse_hostserv(connectstr, &host, &port, in s_client_main() 1621 res = BIO_parse_hostserv(bindstr, &bindhost, &bindport, in s_client_main()
|
D | s_server.c | 1141 if (BIO_parse_hostserv(opt_arg(), NULL, &port, BIO_PARSE_PRIO_SERV) < 1) { in s_server_main() 1156 if (BIO_parse_hostserv(opt_arg(), &host, &port, BIO_PARSE_PRIO_SERV) < 1) { in s_server_main()
|
/third_party/openssl/include/openssl/ |
D | bio.h | 666 int BIO_parse_hostserv(const char *hostserv, char **host, char **service,
|
/third_party/openssl/crypto/err/ |
D | openssl.txt | 159 BIO_F_BIO_PARSE_HOSTSERV:136:BIO_parse_hostserv
|
/third_party/openssl/util/ |
D | libcrypto.num | 1399 BIO_parse_hostserv 1387 1_1_0 EXIST::FUNCTION:SOCK
|