HomeSort by relevance Sort by last modified time
    Searched full:http_status (Results 1 - 2 of 2) sorted by null

  /external/google-breakpad/src/common/windows/
http_upload.cc 174 wchar_t http_status[4]; local
175 DWORD http_status_size = sizeof(http_status);
177 static_cast<LPVOID>(&http_status), &http_status_size,
182 int http_response = wcstol(http_status, NULL, 10);
  /external/owasp/sanitizer/tools/
googlecode_upload.py 72 http_status: 201 if the upload succeeded, something else if an
74 http_reason: The human-readable string associated with http_status

Completed in 651 milliseconds