Lines Matching defs:hostserv
462 * The specs in hostserv can take these forms:
480 int BIO_parse_hostserv(const char *hostserv, char **host, char **service,
486 if (*hostserv == '[') {
487 if ((p = strchr(hostserv, ']')) == NULL)
489 h = hostserv + 1;
501 const char *p2 = strrchr(hostserv, ':');
502 p = strchr(hostserv, ':');
518 h = hostserv;
523 h = hostserv;
526 p = hostserv;