Lines Matching defs:port
2173 /* If the host begins with '[', we start searching for the port after
2188 *colon = 0; /* The host must not include an embedded port number */
2210 /* if(HTTPS on port 443) OR (HTTP on port 80) then don't include
2211 the port number in the host string */
4642 char *user, *pass, *host, *port;
4647 user = pass = host = port = NULL;
4659 uc = curl_url_get(url, CURLUPART_PORT, &port, CURLU_NO_DEFAULT_PORT);
4687 if(port) {
4688 result = Curl_dyn_addf(&buf, ":%s", port);
4701 free(port);