Searched refs:proxyPassword (Results 1 – 4 of 4) sorted by relevance
194 heap_free(hIC->proxyPassword); in WININET_SetAuthorization()195 hIC->proxyPassword = q; in WININET_SetAuthorization()
94 LPWSTR proxyPassword; member475 heap_free(lpwpi->proxyPassword); in FreeProxyInfo()504 info->proxyPassword = NULL; in parse_proxy_url()516 if (!uc.dwPasswordLength) info->proxyPassword = NULL; in parse_proxy_url()517 else if (!(info->proxyPassword = heap_strndupW( uc.lpszPassword, uc.dwPasswordLength ))) in parse_proxy_url()703 lpwai->proxyPassword = wpi.proxyPassword; in INTERNET_ConfigureProxy()785 heap_free(lpwai->proxyPassword); in APPINFO_Destroy()1030 lpwai->proxyPassword = NULL; in InternetOpenW()
296 LPWSTR proxyPassword; member
2137 return str_to_buffer(req->session->appInfo->proxyPassword, buffer, size, unicode); in HTTPREQ_QueryOption()2417 heap_free(req->session->appInfo->proxyPassword); in HTTPREQ_SetOption()2418 … if (!(req->session->appInfo->proxyPassword = heap_strdupW(buffer))) return ERROR_OUTOFMEMORY; in HTTPREQ_SetOption()5173 request->session->appInfo->proxyPassword, in HTTP_HttpSendRequestW()5786 heap_free(ses->appInfo->proxyPassword); in HTTPSESSION_SetOption()5787 if (!(ses->appInfo->proxyPassword = heap_strdupW(buffer))) return ERROR_OUTOFMEMORY; in HTTPSESSION_SetOption()