Searched refs:hostserv (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12.1/crypto/openssl/doc/man3/ |
| H A D | BIO_parse_hostserv.pod | 16 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 D | b_addr.c | 467 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 D | bio.h | 665 int BIO_parse_hostserv(const char *hostserv, char **host, char **service,
|