Home
last modified time | relevance | path

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

/reactos/dll/win32/winhttp/
H A Dwinhttp_private.h107 INTERNET_PORT hostport; member
H A Drequest.c585 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()
H A Dsession.c585 connect->hostport = port; in WinHttpConnect()