Home
last modified time | relevance | path

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

/openssl-master/doc/man3/
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
/openssl-master/crypto/bio/
A Dbio_addr.c480 int BIO_parse_hostserv(const char *hostserv, char **host, char **service, in BIO_parse_hostserv() argument
486 if (*hostserv == '[') { in BIO_parse_hostserv()
487 if ((p = strchr(hostserv, ']')) == NULL) in BIO_parse_hostserv()
489 h = hostserv + 1; in BIO_parse_hostserv()
501 const char *p2 = strrchr(hostserv, ':'); in BIO_parse_hostserv()
502 p = strchr(hostserv, ':'); in BIO_parse_hostserv()
518 h = hostserv; in BIO_parse_hostserv()
523 h = hostserv; in BIO_parse_hostserv()
526 p = hostserv; in BIO_parse_hostserv()
/openssl-master/include/openssl/
A Dbio.h.in725 int BIO_parse_hostserv(const char *hostserv, char **host, char **service,

Completed in 9 milliseconds