Searched refs:ToHINTERNET (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/google-breakpad/src/tools/windows/converter_exe/ |
H A D | winhttp_client.cc | 90 static HINTERNET ToHINTERNET(HttpHandle handle); 147 ToHINTERNET(session_handle), in Connect() 167 ToHINTERNET(connection_handle), in OpenRequest() 182 return !!::WinHttpSendRequest(ToHINTERNET(request_handle), in SendRequest() 194 return !!::WinHttpReceiveResponse(ToHINTERNET(request_handle), NULL); in ReceiveResponse() 201 if (!::WinHttpQueryHeaders(ToHINTERNET(request_handle), in GetHttpStatusCode() 220 if (!::WinHttpQueryHeaders(ToHINTERNET(request_handle), in GetContentLength() 242 if (!::WinHttpReadData(ToHINTERNET(request_handle), in ReadData() 254 return !!::WinHttpCloseHandle(ToHINTERNET(handle)); in Close() 270 HINTERNET WinHttpClient::ToHINTERNET(HttpHandle handle) { in ToHINTERNET() function in crash::internal::WinHttpClient
|
H A D | wininet_client.cc | 89 static HINTERNET ToHINTERNET(HttpHandle handle); 145 ToHINTERNET(session_handle), in Connect() 168 ToHINTERNET(connection_handle), in OpenRequest() 184 return !!::HttpSendRequest(ToHINTERNET(request_handle), in SendRequest() 201 if (!::HttpQueryInfo(ToHINTERNET(request_handle), in GetHttpStatusCode() 220 if (!::HttpQueryInfo(ToHINTERNET(request_handle), in GetContentLength() 241 if (!::InternetReadFile(ToHINTERNET(request_handle), in ReadData() 253 return !!::InternetCloseHandle(ToHINTERNET(handle)); in Close() 268 HINTERNET WinInetClient::ToHINTERNET(HttpHandle handle) { in ToHINTERNET() function in crash::internal::WinInetClient
|