Searched refs:hostserv (Results 1 – 3 of 3) sorted by relevance
/third_party/openssl/doc/man3/ |
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
|
/third_party/openssl/crypto/bio/ |
D | b_addr.c | 471 int BIO_parse_hostserv(const char *hostserv, char **host, char **service, in BIO_parse_hostserv() argument 477 if (*hostserv == '[') { in BIO_parse_hostserv() 478 if ((p = strchr(hostserv, ']')) == NULL) in BIO_parse_hostserv() 480 h = hostserv + 1; in BIO_parse_hostserv() 492 const char *p2 = strrchr(hostserv, ':'); in BIO_parse_hostserv() 493 p = strchr(hostserv, ':'); in BIO_parse_hostserv() 509 h = hostserv; in BIO_parse_hostserv() 514 h = hostserv; in BIO_parse_hostserv() 517 p = hostserv; in BIO_parse_hostserv()
|
/third_party/openssl/include/openssl/ |
D | bio.h | 666 int BIO_parse_hostserv(const char *hostserv, char **host, char **service,
|