Searched refs:http_handle (Results 1 – 1 of 1) sorted by relevance
258 InternetHandle http_handle = HttpOpenRequestA(connection_handle, in PingServer() local261 if (!http_handle) in PingServer()268 if (!HttpSendRequest(http_handle, NULL, 0, NULL, 0)) in PingServer()274 if (!HttpQueryInfo(http_handle, HTTP_QUERY_STATUS_CODE | in PingServer()285 while (InternetReadFile(http_handle, buffer.get(), kMaxPingResponseLength, in PingServer()