Lines Matching defs:host
99 char *host;
103 /* This is the concatenation of host and port with ":" in
113 const char *host;
463 * Connects to the host |host| and port |port|. This function returns
466 static int connect_to(const char *host, uint16_t port)
477 rv = getaddrinfo(host, service, &hints, &res);
558 nv[8] = ":host"; nv[9] = req->hostport;
586 req->host = strcopy(uri->host, uri->hostlen);
596 free(req->host);
621 fd = connect_to(req.host, req.port);
678 res->host = res->hostport = &uri[offset];
683 ++res->host;
733 res->hostportlen = uri+offset-res->host;
767 const char *host,
775 (void)host;