Home
last modified time | relevance | path

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

/external/google-breakpad/src/common/windows/
Dhttp_upload.h83 static bool ReadResponse(HINTERNET request, wstring* response);
Dhttp_upload.cc190 result = ReadResponse(request.get(), response_body); in SendRequest()
197 bool HTTPUpload::ReadResponse(HINTERNET request, wstring *response) { in ReadResponse() function in google_breakpad::HTTPUpload