Searched refs:hostserv (Results 1 – 4 of 4) sorted by relevance
/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 44 The returned values will depend on the given B<hostserv> string
|
/openssl/crypto/bio/ |
H A D | bio_addr.c | 504 int BIO_parse_hostserv(const char *hostserv, char **host, char **service, in BIO_parse_hostserv() argument 510 if (*hostserv == '[') { in BIO_parse_hostserv() 511 if ((p = strchr(hostserv, ']')) == NULL) in BIO_parse_hostserv() 513 h = hostserv + 1; in BIO_parse_hostserv() 525 const char *p2 = strrchr(hostserv, ':'); in BIO_parse_hostserv() 526 p = strchr(hostserv, ':'); in BIO_parse_hostserv() 542 h = hostserv; in BIO_parse_hostserv() 547 h = hostserv; in BIO_parse_hostserv() 550 p = hostserv; in BIO_parse_hostserv()
|
/openssl/crypto/http/ |
H A D | http_client.c | 931 static const char *explict_or_default_port(const char *hostserv, const char *port, int use_ssl) in explict_or_default_port() argument 936 if (!BIO_parse_hostserv(hostserv, NULL, &service, BIO_PARSE_PRIO_HOST)) in explict_or_default_port()
|
/openssl/include/openssl/ |
H A D | bio.h.in | 837 int BIO_parse_hostserv(const char *hostserv, char **host, char **service,
|
Completed in 24 milliseconds