Home
last modified time | relevance | path

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

/external/google-breakpad/src/common/linux/
Dlibcurl_wrapper.cc113 int* http_status_code, in SendRequest() argument
143 if (http_status_code != NULL) { in SendRequest()
144 (*easy_getinfo_)(curl_, CURLINFO_RESPONSE_CODE, http_status_code); in SendRequest()
Dgoogle_crashdump_uploader.cc164 bool GoogleCrashdumpUploader::Upload(int* http_status_code, in Upload() argument
198 http_status_code, in Upload()
Dlibcurl_wrapper.h54 int* http_status_code,
Dgoogle_crashdump_uploader.h82 bool Upload(int* http_status_code,
Dgoogle_crashdump_uploader_test.cc53 int* http_status_code,