/external/google-breakpad/src/tools/linux/symupload/ |
D | sym_upload.cc | 143 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/ |
D | http_upload.cc | 65 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()
|
D | http_upload.h | 69 long *response_code,
|
/external/autotest/client/cros/ |
D | dhcp_test_server.py | 255 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/ |
D | http_upload.cc | 71 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()
|
D | http_upload.h | 74 int *response_code);
|
/external/google-breakpad/src/tools/windows/symupload/ |
D | symupload.cc | 234 int response_code; in wmain() local 238 nullptr, &response_code)) { in wmain() 242 argv[currentarg], response_code); in wmain()
|
/external/curl/tests/data/ |
D | test1239 | 34 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}'
|
D | test1429 | 37 http://%HOSTIP:%HTTPPORT/1429 --write-out '%{response_code}'
|
D | test1433 | 37 http://%HOSTIP:%HTTPPORT/1433 --write-out '%{response_code}'
|
D | test1090 | 53 …cts}\n%{num_redirects}\n%{size_download}\n%{url_effective}\n%{content_type}\n%{response_code}\n" -L
|
D | test1089 | 46 …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/ |
D | signurl.py | 319 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/ |
D | customhandlers.py | 109 response_code = int(url_suffix) 110 return SimpleResponse(response_code)
|
/external/libmicrohttpd/src/testcurl/ |
D | test_post.c | 540 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/ |
D | http_struct.h | 103 int response_code; /* HTTP Response code */ member
|
/external/vboot_reference/tests/ |
D | tlcl_tests.c | 62 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/ |
D | batch.py | 105 response_code = self.__http_response.status_code 106 return response_code not in self.__retryable_codes
|
/external/chromium-trace/catapult/dashboard/dashboard/ |
D | update_bug_with_results_test.py | 141 response_code = url_to_response_map[url][0] 143 return testing_common.FakeResponseObject(response_code, response)
|
/external/libevent/ |
D | http.c | 349 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/ |
D | mk-ca-bundle.pl | 296 my @out = `curl -w %{response_code} $quiet -O $https`;
|
/external/curl/docs/ |
D | FAQ | 1131 You can also use the -w option and the variable %{response_code} to extract
|