Home
last modified time | relevance | path

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

/external/chromium_org/rlz/lib/
Dfinancial_ping.cc258 InternetHandle http_handle = HttpOpenRequestA(connection_handle, in PingServer() local
261 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()