Searched refs:BIO_parse_hostserv (Results 1 – 5 of 5) sorted by relevance
| /crypto/bio/ |
| A D | bio_sock.c | 258 if (!BIO_parse_hostserv(host, &h, &p, BIO_PARSE_PRIO_SERV)) in BIO_get_accept_socket()
|
| A D | bss_acpt.c | 433 ret = BIO_parse_hostserv(ptr, in acpt_ctrl()
|
| A D | bio_addr.c | 505 int BIO_parse_hostserv(const char *hostserv, char **host, char **service, in BIO_parse_hostserv() function
|
| A D | bss_conn.c | 528 ret = BIO_parse_hostserv(ptr, in conn_ctrl()
|
| /crypto/http/ |
| A D | http_client.c | 979 if (!BIO_parse_hostserv(hostserv, NULL, &service, BIO_PARSE_PRIO_HOST)) in explict_or_default_port()
|
Completed in 15 milliseconds