Home
last modified time | relevance | path

Searched refs:hostserv (Results 1 – 5 of 5) sorted by relevance

/freebsd/crypto/openssl/doc/man3/
H A DBIO_parse_hostserv.pod16 int BIO_parse_hostserv(const char *hostserv, char **host, char **service,
21 BIO_parse_hostserv() will parse the information given in B<hostserv>,
24 they are used. B<hostserv_prio> helps determine if B<hostserv> shall
44 The returned values will depend on the given B<hostserv> string
/freebsd/crypto/openssl/crypto/bio/
H A Dbio_addr.c506 int BIO_parse_hostserv(const char *hostserv, char **host, char **service, in BIO_parse_hostserv() argument
514 if (*hostserv == '[') { in BIO_parse_hostserv()
515 if ((p = strchr(hostserv, ']')) == NULL) in BIO_parse_hostserv()
517 h = hostserv + 1; in BIO_parse_hostserv()
529 const char *p2 = strrchr(hostserv, ':'); in BIO_parse_hostserv()
530 p = strchr(hostserv, ':'); in BIO_parse_hostserv()
546 h = hostserv; in BIO_parse_hostserv()
551 h = hostserv; in BIO_parse_hostserv()
554 p = hostserv; in BIO_parse_hostserv()
/freebsd/crypto/openssl/crypto/http/
H A Dhttp_client.c975 static const char *explict_or_default_port(const char *hostserv, const char *port, int use_ssl) in explict_or_default_port() argument
980 if (!BIO_parse_hostserv(hostserv, NULL, &service, BIO_PARSE_PRIO_HOST)) in explict_or_default_port()
/freebsd/crypto/openssl/include/openssl/
H A Dbio.h867 int BIO_parse_hostserv(const char *hostserv, char **host, char **service,
H A Dbio.h.in844 int BIO_parse_hostserv(const char *hostserv, char **host, char **service,