Home
last modified time | relevance | path

Searched refs:lpszHostName (Results 1 – 17 of 17) sorted by relevance

/reactos/modules/rostests/winetests/winhttp/
H A Durl.c117 uc->lpszHostName = winehq; in fill_url_components()
450 uc.lpszHostName = host; in WinHttpCrackUrl_test()
645 uc.lpszHostName = host; in WinHttpCrackUrl_test()
669 uc.lpszHostName = host; in WinHttpCrackUrl_test()
732 uc.lpszHostName = host; in WinHttpCrackUrl_test()
748 uc.lpszHostName = host; in WinHttpCrackUrl_test()
769 uc.lpszHostName = NULL; in WinHttpCrackUrl_test()
785 …ok( !lstrcmpW( uc.lpszHostName, url14 + 7 ), "unexpected hostname %s\n", wine_dbgstr_w(uc.lpszHost… in WinHttpCrackUrl_test()
801 uc.lpszHostName = NULL; in WinHttpCrackUrl_test()
820 ok( !uc.lpszHostName, "unexpected hostname %s\n", wine_dbgstr_w(uc.lpszHostName) ); in WinHttpCrackUrl_test()
[all …]
/reactos/modules/rostests/winetests/wininet/
H A Durl.c529 urlSrc.lpszHostName = hostName; in InternetCrackUrl_test()
682 comp.lpszHostName = host; in InternetCrackUrlW_test()
729 comp.lpszHostName = host; in InternetCrackUrlW_test()
747 comp.lpszHostName = host; in InternetCrackUrlW_test()
773 comp.lpszHostName = host; in InternetCrackUrlW_test()
801 comp.lpszHostName = host; in InternetCrackUrlW_test()
820 comp.lpszHostName = host; in InternetCrackUrlW_test()
1056 urlComp.lpszHostName = winehq; in InternetCreateUrlA_test()
1081 urlComp.lpszHostName = winehq; in InternetCreateUrlA_test()
1120 urlComp.lpszHostName = host; in InternetCreateUrlA_test()
[all …]
/reactos/dll/win32/winhttp/
H A Durl.c273 hostname.str = &uc->lpszHostName; in WinHttpCrackUrl()
416 if (uc->lpszHostName) in get_url_length()
418 *len += get_comp_length( uc->dwHostNameLength, 0, uc->lpszHostName ); in get_url_length()
507 if (uc->lpszHostName) in WinHttpCreateUrl()
509 len = get_comp_length( uc->dwHostNameLength, 0, uc->lpszHostName ); in WinHttpCreateUrl()
510 memcpy( url, uc->lpszHostName, len * sizeof(WCHAR) ); in WinHttpCreateUrl()
H A Dsession.c1796 memcpy( hostname, uc.lpszHostName, uc.dwHostNameLength * sizeof(WCHAR) ); in download_script()
1874 char *hostnameA = strdupWA_sized( uc.lpszHostName, uc.dwHostNameLength ); in run_script()
H A Drequest.c2757 memcpy( hostname, uc.lpszHostName, len * sizeof(WCHAR) ); in handle_redirect()
3669 memcpy( hostname, uc.lpszHostName, uc.dwHostNameLength * sizeof(WCHAR) ); in winhttp_request_Open()
/reactos/dll/win32/wininet/
H A Dinternet.c1918 debugstr_wn(lpUC->lpszHostName,lpUC->dwHostNameLength), in InternetCrackUrlW()
3503 host = components.lpszHostName; in InternetCheckConnectionW()
4242 if (!scheme_is_opaque(nScheme) || lpUrlComponents->lpszHostName) in calc_url_length()
4265 if (lpUrlComponents->lpszHostName) in calc_url_length()
4315 if (lpUrlComponents->lpszHostName) in convert_urlcomp_atow()
4318 urlCompW->lpszHostName = heap_alloc(len * sizeof(WCHAR)); in convert_urlcomp_atow()
4319 MultiByteToWideChar(CP_ACP, 0, lpUrlComponents->lpszHostName, in convert_urlcomp_atow()
4320 -1, urlCompW->lpszHostName, len); in convert_urlcomp_atow()
4393 heap_free(urlCompW.lpszHostName); in InternetCreateUrlA()
4482 if (!scheme_is_opaque(nScheme) || lpUrlComponents->lpszHostName) in InternetCreateUrlW()
[all …]
H A Durlcache.c1251 len = MultiByteToWideChar(CP_UTF8, 0, url, uc.lpszHostName-url, decoded_url, decoded_len); in urlcache_decode_url()
1260 if(!MultiByteToWideChar(CP_UTF8, 0, uc.lpszHostName, uc.dwHostNameLength, in urlcache_decode_url()
1277 uc.lpszHostName+uc.dwHostNameLength, in urlcache_decode_url()
1913 len = WideCharToMultiByte(CP_UTF8, 0, url, uc.lpszHostName-url, in urlcache_encode_url()
1920 part_len = IdnToAscii(0, uc.lpszHostName, uc.dwHostNameLength, NULL, 0); in urlcache_encode_url()
1930 part_len = IdnToAscii(0, uc.lpszHostName, uc.dwHostNameLength, punycode, part_len); in urlcache_encode_url()
1945 part_len = WideCharToMultiByte(CP_UTF8, 0, uc.lpszHostName+uc.dwHostNameLength, in urlcache_encode_url()
H A Dcookie.c522 *host = substr(comp.lpszHostName, comp.dwHostNameLength); in cookie_parse_url()
H A Dhttp.c1776 new_server = get_server(substr(UrlComponents.lpszHostName, UrlComponents.dwHostNameLength), in HTTP_DealWithProxy()
4107 urlComponents.lpszHostName = request->server->name; in get_redirect_url()
4194 … session->hostName = heap_strndupW(urlComponents.lpszHostName, urlComponents.dwHostNameLength); in HTTP_HandleRedirect()
4204 host = substr(urlComponents.lpszHostName, urlComponents.dwHostNameLength); in HTTP_HandleRedirect()
H A Dftp.c1377 uc.lpszHostName = lpwfs->servername; in FTP_FtpOpenFileW()
/reactos/dll/win32/cryptnet/
H A Dcryptnet_main.c566 components->lpszHostName = CryptMemAlloc(INTERNET_MAX_HOST_NAME_LENGTH * sizeof(WCHAR)); in CRYPT_CrackUrl()
568 if (!components->lpszHostName) in CRYPT_CrackUrl()
577 CryptMemFree(components->lpszHostName); in CRYPT_CrackUrl()
796 TRACE("(%s:%d, %p, %p, %p, %p)\n", debugstr_w(components->lpszHostName), in CRYPT_Connect()
820 *phHost = InternetConnectW(*phInt, components->lpszHostName, in CRYPT_Connect()
973 CryptMemFree(components.lpszHostName); in HTTP_RetrieveEncodedObjectW()
/reactos/dll/win32/qmgr/
H A Dfile.c384 if (!(con = WinHttpConnect(ses, uc->lpszHostName, uc->nPort, 0))) goto done; in transfer_file_http()
520 uc.lpszHostName = host; in processFile()
/reactos/dll/win32/mshtml/
H A Dhtmllocation.c336 memcpy(buf, url.lpszHostName, url.dwHostNameLength * sizeof(WCHAR)); in HTMLLocation_get_host()
340 *p = SysAllocStringLen(url.lpszHostName, url.dwHostNameLength); in HTMLLocation_get_host()
/reactos/base/applications/network/dwnl/
H A Ddwnl.c372 urlc.lpszHostName = szHostName; in download_file()
/reactos/sdk/include/psdk/
H A Dwinhttp.h469 LPWSTR lpszHostName; member
H A Dwininet.h197 LPSTR lpszHostName; member
215 LPWSTR lpszHostName; member
/reactos/dll/win32/rpcrt4/
H A Drpc_transport.c3040 uc.lpszHostName = httpc->servername; in set_auth_cookie()