Home
last modified time | relevance | path

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

/freebsd-12.1/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
43 The returned values will depend on the given B<hostserv> string
/freebsd-12.1/crypto/openssl/crypto/bio/
H A Db_addr.c467 int BIO_parse_hostserv(const char *hostserv, char **host, char **service, in BIO_parse_hostserv() argument
473 if (*hostserv == '[') { in BIO_parse_hostserv()
474 if ((p = strchr(hostserv, ']')) == NULL) in BIO_parse_hostserv()
476 h = hostserv + 1; in BIO_parse_hostserv()
488 const char *p2 = strrchr(hostserv, ':'); in BIO_parse_hostserv()
489 p = strchr(hostserv, ':'); in BIO_parse_hostserv()
505 h = hostserv; in BIO_parse_hostserv()
510 h = hostserv; in BIO_parse_hostserv()
513 p = hostserv; in BIO_parse_hostserv()
/freebsd-12.1/crypto/openssl/include/openssl/
H A Dbio.h665 int BIO_parse_hostserv(const char *hostserv, char **host, char **service,