Searched refs:hostport (Results 1 – 3 of 3) sorted by relevance
107 INTERNET_PORT hostport; member
585 if (request->connect->hostport) len += 6; /* ':' between host and port, up to 5 for port */ in build_absolute_request_path()591 if (request->connect->hostport) in build_absolute_request_path()594 len += sprintfW( ret + len, port_fmt, request->connect->hostport ); in build_absolute_request_path()1403 len = sprintfW( host, fmtW, request->connect->hostname, request->connect->hostport ); in build_proxy_connect_string()1828 …port = connect->hostport ? connect->hostport : (request->hdr.flags & WINHTTP_FLAG_SECURE ? 443 : 8… in add_host_header()2765 connect->hostport = port; in handle_redirect()
585 connect->hostport = port; in WinHttpConnect()