Home
last modified time | relevance | path

Searched refs:FromHINTERNET (Results 1 – 2 of 2) sorted by relevance

/external/google-breakpad/src/tools/windows/converter_exe/
Dwininet_client.cc86 static HttpHandle FromHINTERNET(HINTERNET handle);
125 *session_handle = FromHINTERNET(::InternetOpen(user_agent, in Open()
140 *connection_handle = FromHINTERNET(::InternetConnect( in Connect()
163 *request_handle = FromHINTERNET(::HttpOpenRequest( in OpenRequest()
268 HttpHandle WinInetClient::FromHINTERNET(HINTERNET handle) { in FromHINTERNET() function in crash::internal::WinInetClient
Dwinhttp_client.cc87 static HttpHandle FromHINTERNET(HINTERNET handle);
126 *session_handle = FromHINTERNET(::WinHttpOpen(user_agent, in Open()
142 *connection_handle = FromHINTERNET(::WinHttpConnect( in Connect()
162 *request_handle = FromHINTERNET(::WinHttpOpenRequest( in OpenRequest()
270 HttpHandle WinHttpClient::FromHINTERNET(HINTERNET handle) { in FromHINTERNET() function in crash::internal::WinHttpClient