Searched refs:user_agentW (Results 1 – 2 of 2) sorted by relevance
/reactos/modules/rostests/winetests/urlmon/ |
H A D | protocol.c | 138 static const WCHAR user_agentW[] = {'W','i','n','e',0}; variable 1487 *ppwzStr = CoTaskMemAlloc(sizeof(user_agentW)); in BindInfo_GetBindString() 1488 memcpy(*ppwzStr, user_agentW, sizeof(user_agentW)); in BindInfo_GetBindString() 1828 ok(!lstrcmpW(ua, user_agentW), "unexpected user agent %s\n", wine_dbgstr_w(ua)); in protocol_start()
|
/reactos/dll/win32/winhttp/ |
H A D | request.c | 3643 static const WCHAR user_agentW[] = { in winhttp_request_Open() local 3682 … if (!(request->hsession = WinHttpOpen( user_agentW, WINHTTP_ACCESS_TYPE_DEFAULT_PROXY, NULL, NULL, in winhttp_request_Open()
|