Home
last modified time | relevance | path

Searched refs:proxyUsername (Results 1 – 4 of 4) sorted by relevance

/reactos/dll/win32/wininet/
H A Ddialogs.c191 heap_free(hIC->proxyUsername); in WININET_SetAuthorization()
192 hIC->proxyUsername = p; in WININET_SetAuthorization()
H A Dinternet.c93 LPWSTR proxyUsername; member
474 heap_free(lpwpi->proxyUsername); in FreeProxyInfo()
503 info->proxyUsername = NULL; in parse_proxy_url()
510 if (!uc.dwUserNameLength) info->proxyUsername = NULL; in parse_proxy_url()
511 else if (!(info->proxyUsername = heap_strndupW( uc.lpszUserName, uc.dwUserNameLength ))) in parse_proxy_url()
519 heap_free( info->proxyUsername ); in parse_proxy_url()
702 lpwai->proxyUsername = wpi.proxyUsername; in INTERNET_ConfigureProxy()
784 heap_free(lpwai->proxyUsername); in APPINFO_Destroy()
1029 lpwai->proxyUsername = NULL; in InternetOpenW()
H A Dinternet.h295 LPWSTR proxyUsername; member
H A Dhttp.c2135 return str_to_buffer(req->session->appInfo->proxyUsername, buffer, size, unicode); in HTTPREQ_QueryOption()
2412 heap_free(req->session->appInfo->proxyUsername); in HTTPREQ_SetOption()
2413 … if (!(req->session->appInfo->proxyUsername = heap_strdupW(buffer))) return ERROR_OUTOFMEMORY; in HTTPREQ_SetOption()
5172 request->session->appInfo->proxyUsername, in HTTP_HttpSendRequestW()
5780 heap_free(ses->appInfo->proxyUsername); in HTTPSESSION_SetOption()
5781 if (!(ses->appInfo->proxyUsername = heap_strdupW(buffer))) return ERROR_OUTOFMEMORY; in HTTPSESSION_SetOption()