Searched refs:ReadResponse (Results 1 – 2 of 2) sorted by relevance
83 static bool ReadResponse(HINTERNET request, wstring* response);
190 result = ReadResponse(request.get(), response_body); in SendRequest()197 bool HTTPUpload::ReadResponse(HINTERNET request, wstring *response) { in ReadResponse() function in google_breakpad::HTTPUpload