Home
last modified time | relevance | path

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

/external/google-breakpad/src/common/windows/
Dhttp_upload.cc51 explicit AutoInternetHandle(HINTERNET handle) : handle_(handle) {} in AutoInternetHandle()
58 HINTERNET get() { return handle_; } in get()
61 HINTERNET handle_;
197 bool HTTPUpload::ReadResponse(HINTERNET request, wstring *response) { in ReadResponse()
Dhttp_upload.h83 static bool ReadResponse(HINTERNET request, wstring* response);
/external/webrtc/webrtc/base/
Dproxydetect.cc94 typedef LPVOID HINTERNET; typedef
119 typedef HINTERNET (WINAPI * pfnWinHttpOpen)
129 IN HINTERNET hInternet
133 IN HINTERNET hSession,
599 HINTERNET hWinHttp, LPCWSTR url, in MyWinHttpGetProxyForUrl()
722 if (HINTERNET hWinHttp = pWHO(ToUtf16(agent).c_str(), in WinHttpAutoDetectProxyForUrl()