Searched defs:response_code (Results 1 - 5 of 5) sorted by relevance

/external/google-breakpad/src/common/linux/
H A Dhttp_upload.cc65 long *response_code,
67 if (response_code != NULL)
68 *response_code = 0;
166 if (response_code != NULL) {
169 (*curl_easy_getinfo)(curl, CURLINFO_RESPONSE_CODE, response_code);
57 SendRequest(const string &url, const map<string, string> &parameters, const string &upload_file, const string &file_part_name, const string &proxy, const string &proxy_user_pwd, const string &ca_certificate_file, string *response_body, long *response_code, string *error_description) argument
/external/google-breakpad/src/tools/linux/symupload/
H A Dsym_upload.cc143 long response_code; local
152 &response_code,
157 printf("Response code: %ld\n", response_code);
160 } else if (response_code == 0) {
162 } else if (response_code != 200) {
163 printf("Failed to send symbol file: Response code %ld\n", response_code);
/external/google-breakpad/src/tools/windows/symupload/
H A Dsymupload.cc234 int response_code; local
238 nullptr, &response_code)) {
242 argv[currentarg], response_code);
/external/vboot_reference/tests/
H A Dtlcl_tests.c62 static void SetResponse(int call_idx, uint32_t response_code, int rsp_size) argument
67 ToTpmUint32(c->rsp_buf + 6, response_code);
/external/google-breakpad/src/common/windows/
H A Dhttp_upload.cc71 int *response_code) {
72 if (response_code) {
73 *response_code = 0;
183 if (response_code) {
184 *response_code = http_response;
65 SendRequest(const wstring &url, const map<wstring, wstring> &parameters, const wstring &upload_file, const wstring &file_part_name, int *timeout, wstring *response_body, int *response_code) argument

Completed in 536 milliseconds