Home
last modified time | relevance | path

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

/external/google-breakpad/src/common/windows/
Dhttp_upload.cc174 wchar_t http_status[4]; in SendRequest() local
175 DWORD http_status_size = sizeof(http_status); in SendRequest()
177 static_cast<LPVOID>(&http_status), &http_status_size, in SendRequest()
182 int http_response = wcstol(http_status, NULL, 10); in SendRequest()