Home
last modified time | relevance | path

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

/external/google-breakpad/src/tools/linux/symupload/
Dsym_upload.cc143 long response_code; in Start() local
152 &response_code, in Start()
157 printf("Response code: %ld\n", response_code); in Start()
160 } else if (response_code == 0) { in Start()
162 } else if (response_code != 200) { in Start()
163 printf("Failed to send symbol file: Response code %ld\n", response_code); in Start()
/external/google-breakpad/src/common/linux/
Dhttp_upload.cc65 long *response_code, in SendRequest() argument
67 if (response_code != NULL) in SendRequest()
68 *response_code = 0; in SendRequest()
166 if (response_code != NULL) { in SendRequest()
169 (*curl_easy_getinfo)(curl, CURLINFO_RESPONSE_CODE, response_code); in SendRequest()
Dhttp_upload.h69 long *response_code,
/external/autotest/client/cros/
Ddhcp_test_server.py255 response_code = handling_rule.handle(packet)
256 logging.info("Handler gave response: %d" % response_code)
257 if response_code & dhcp_handling_rule.RESPONSE_POP_HANDLER:
260 if response_code & dhcp_handling_rule.RESPONSE_HAVE_RESPONSE:
270 if response_code & dhcp_handling_rule.RESPONSE_TEST_FAILED:
276 if response_code & dhcp_handling_rule.RESPONSE_TEST_SUCCEEDED:
/external/google-breakpad/src/common/windows/
Dhttp_upload.cc71 int *response_code) { in SendRequest() argument
72 if (response_code) { in SendRequest()
73 *response_code = 0; in SendRequest()
183 if (response_code) { in SendRequest()
184 *response_code = http_response; in SendRequest()
Dhttp_upload.h74 int *response_code);
/external/google-breakpad/src/tools/windows/symupload/
Dsymupload.cc234 int response_code; in wmain() local
238 nullptr, &response_code)) { in wmain()
242 argv[currentarg], response_code); in wmain()
/external/curl/tests/data/
Dtest123934 HTTP with -z + -w response_code and simulated 304
37 http://%HOSTIP:%HTTPPORT/1239 -z "-dec 12 12:00:00 1999 GMT" -w '%{response_code}'
Dtest142937 http://%HOSTIP:%HTTPPORT/1429 --write-out '%{response_code}'
Dtest143337 http://%HOSTIP:%HTTPPORT/1433 --write-out '%{response_code}'
Dtest109053 …cts}\n%{num_redirects}\n%{size_download}\n%{url_effective}\n%{content_type}\n%{response_code}\n" -L
Dtest108946 …cts}\n%{num_redirects}\n%{size_download}\n%{url_effective}\n%{content_type}\n%{response_code}\n" -L
/external/chromium-trace/catapult/third_party/gsutil/gslib/commands/
Dsignurl.py319 response_code = self._ProbeObjectAccessWithClient(ks.get_privatekey(),
322 if response_code == 404 and method != 'PUT':
333 elif response_code == 403:
/external/chromium-trace/catapult/telemetry/third_party/webpagereplay/
Dcustomhandlers.py109 response_code = int(url_suffix)
110 return SimpleResponse(response_code)
/external/libmicrohttpd/src/testcurl/
Dtest_post.c540 long response_code; in testMultithreadedPostCancelPart() local
603 if (CURLE_OK != (cc = curl_easy_getinfo(c, CURLINFO_RESPONSE_CODE, &response_code))) in testMultithreadedPostCancelPart()
609 if (!result && (response_code != 500)) in testMultithreadedPostCancelPart()
611 fprintf(stderr, "Unexpected response code: %ld\n", response_code); in testMultithreadedPostCancelPart()
/external/libevent/include/event2/
Dhttp_struct.h103 int response_code; /* HTTP Response code */ member
/external/vboot_reference/tests/
Dtlcl_tests.c62 static void SetResponse(int call_idx, uint32_t response_code, int rsp_size) in SetResponse() argument
67 ToTpmUint32(c->rsp_buf + 6, response_code); in SetResponse()
/external/chromium-trace/catapult/third_party/gsutil/third_party/apitools/apitools/base/py/
Dbatch.py105 response_code = self.__http_response.status_code
106 return response_code not in self.__retryable_codes
/external/chromium-trace/catapult/dashboard/dashboard/
Dupdate_bug_with_results_test.py141 response_code = url_to_response_map[url][0]
143 return testing_common.FakeResponseObject(response_code, response)
/external/libevent/
Dhttp.c349 return (req->response_code != HTTP_NOCONTENT && in evhttp_response_needs_body()
350 req->response_code != HTTP_NOTMODIFIED && in evhttp_response_needs_body()
351 (req->response_code < 100 || req->response_code >= 200) && in evhttp_response_needs_body()
543 req->major, req->minor, req->response_code, in evhttp_make_header_response()
1506 req->response_code = atoi(number); in evhttp_parse_response_line()
1507 if (!evhttp_valid_response_code(req->response_code)) { in evhttp_parse_response_line()
2028 if (req->response_code == 100) { in evhttp_read_header()
2034 __func__, req->response_code)); in evhttp_read_header()
2613 req->response_code = code; in evhttp_response_code()
3641 return req->response_code; in evhttp_request_get_response_code()
/external/curl/lib/
Dmk-ca-bundle.pl296 my @out = `curl -w %{response_code} $quiet -O $https`;
/external/curl/docs/
DFAQ1131 You can also use the -w option and the variable %{response_code} to extract