Searched refs:FromHINTERNET (Results 1 – 2 of 2) sorted by relevance
86 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
87 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