Home
last modified time | relevance | path

Searched refs:response_status (Results 1 – 25 of 460) sorted by relevance

12345678910>>...19

/dports/www/grafana8/grafana-8.3.6/vendor/github.com/grafana/loki/pkg/logql/log/
H A Dparser_hints_test.go55 `rate({app="nginx"} | json | response_status = 204 [1m])`,
62 …equest_host,app,cluster) (rate({app="nginx"} | json | __error__="" | response_status = 204 [1m]))`,
66 …01", request_uri="/rpc/v2/stage", response_latency_seconds="30.001", response_status="204", upstre…
69 …`sum by (request_host,app) (rate({app="nginx"} | json | __error__="" | response_status = 204 [1m])…
76 `sum(rate({app="nginx"} | json | __error__="" | response_status = 204 [1m]))`,
97 `sum(rate({app="nginx"} | json | response_status = 204 | unwrap response_latency_seconds [1m]))`,
104 …`sum by (request_host,app)(rate({app="nginx"} | json | response_status = 204 and remote_user = "f…
111 `rate({app="nginx"} | json | response_status = 204 | unwrap response_latency_seconds [1m])`,
115 …uest_size="101", request_time="30.001", request_uri="/rpc/v2/stage", response_status="204", upstre…
118 …`sum without (request_host,app,cluster)(rate({app="nginx"} | json | response_status = 204 | unwrap…
[all …]
/dports/mail/dovecot/dovecot-2.3.17/src/lib-http/
H A Dhttp-response-parser.c29 unsigned int response_status; member
66 parser->response_status = 0; in http_response_parser_restart()
82 parser->response_status = in http_response_parse_status()
84 if (parser->response_status < 100 || in http_response_parse_status()
85 parser->response_status >= 600) in http_response_parse_status()
357 if ((parser->response_status / 100 == 1 || parser->response_status == 204) && in http_response_parse_next()
361 "(length=%"PRIuUOFF_T")", parser->response_status, in http_response_parse_next()
374 if (parser->response_status / 100 == 1 || parser->response_status == 204 in http_response_parse_next()
381 parser->response_status / 100 != 2)) { in http_response_parse_next()
399 if (parser->response_status == 503 || (parser->response_status / 100) == 3) { in http_response_parse_next()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/invalidation/impl/
H A Dper_user_topic_subscription_request_unittest.cc118 network::URLLoaderCompletionStatus response_status(net::OK); in TEST_F() local
119 response_status.decoded_body_length = response_body.size(); in TEST_F()
123 response_body, response_status); in TEST_F()
162 response_status.decoded_body_length = response_body.size(); in TEST_F()
202 network::URLLoaderCompletionStatus response_status(net::OK); in TEST_F() local
203 response_status.decoded_body_length = response_body.size(); in TEST_F()
243 network::URLLoaderCompletionStatus response_status(net::OK); in TEST_F() local
244 response_status.decoded_body_length = response_body.size(); in TEST_F()
317 response_status.decoded_body_length = response_body.size(); in TEST_F()
364 network::URLLoaderCompletionStatus response_status(net::OK); in TEST_P() local
[all …]
/dports/devel/grpc134/grpc-1.34.1/src/php/tests/interop/Grpc/Testing/
H A DStreamingOutputCallRequest.php44 protected $response_status = null; variable in Grpc\\Testing\\StreamingOutputCallRequest
172 return isset($this->response_status) ? $this->response_status : null;
177 return isset($this->response_status);
182 unset($this->response_status);
195 $this->response_status = $var;
H A DSimpleRequest.php63 protected $response_status = null; variable in Grpc\\Testing\\SimpleRequest
312 return isset($this->response_status) ? $this->response_status : null;
317 return isset($this->response_status);
322 unset($this->response_status);
335 $this->response_status = $var;
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/spec/support/http_io/
H A Dhttp_io_helpers.rb19 def remote_url_response(file_path, request, response_status) argument
26 status: response_status,
27 headers: remote_url_response_headers(response_status, range[1].to_i, range[2].to_i, size),
32 def remote_url_response_headers(response_status, from, to, size) argument
34 if response_status == 206
/dports/devel/grpc/grpc-1.42.0/src/php/tests/interop/Grpc/Testing/
H A DStreamingOutputCallRequest.php44 protected $response_status = null; variable in Grpc\\Testing\\StreamingOutputCallRequest
172 return $this->response_status;
177 return isset($this->response_status);
182 unset($this->response_status);
195 $this->response_status = $var;
H A DSimpleRequest.php63 protected $response_status = null; variable in Grpc\\Testing\\SimpleRequest
312 return $this->response_status;
317 return isset($this->response_status);
322 unset($this->response_status);
335 $this->response_status = $var;
/dports/security/libressl-static/libressl-3.3.5/tls/
H A Dtls_ocsp.c74 tls_ocsp_fill_info(struct tls *ctx, int response_status, int cert_status, in tls_ocsp_fill_info() argument
87 info->response_status = response_status; in tls_ocsp_fill_info()
90 if (info->response_status != OCSP_RESPONSE_STATUS_SUCCESSFUL) { in tls_ocsp_fill_info()
92 OCSP_response_status_str(info->response_status); in tls_ocsp_fill_info()
203 int response_status=0, cert_status=0, crl_reason=0; in tls_ocsp_verify_response() local
226 response_status = OCSP_response_status(resp); in tls_ocsp_verify_response()
227 if (response_status != OCSP_RESPONSE_STATUS_SUCCESSFUL) { in tls_ocsp_verify_response()
229 OCSP_response_status_str(response_status)); in tls_ocsp_verify_response()
253 if (tls_ocsp_fill_info(ctx, response_status, cert_status, in tls_ocsp_verify_response()
393 return ctx->ocsp->ocsp_result->response_status; in tls_peer_ocsp_response_status()
/dports/security/libretls/libretls-3.4.2/
H A Dtls_ocsp.c76 tls_ocsp_fill_info(struct tls *ctx, int response_status, int cert_status, in tls_ocsp_fill_info() argument
89 info->response_status = response_status; in tls_ocsp_fill_info()
92 if (info->response_status != OCSP_RESPONSE_STATUS_SUCCESSFUL) { in tls_ocsp_fill_info()
94 OCSP_response_status_str(info->response_status); in tls_ocsp_fill_info()
214 int response_status=0, cert_status=0, crl_reason=0; in tls_ocsp_verify_response() local
237 response_status = OCSP_response_status(resp); in tls_ocsp_verify_response()
238 if (response_status != OCSP_RESPONSE_STATUS_SUCCESSFUL) { in tls_ocsp_verify_response()
240 OCSP_response_status_str(response_status)); in tls_ocsp_verify_response()
264 if (tls_ocsp_fill_info(ctx, response_status, cert_status, in tls_ocsp_verify_response()
404 return ctx->ocsp->ocsp_result->response_status; in tls_peer_ocsp_response_status()
/dports/security/libressl/libressl-3.4.3/tls/
H A Dtls_ocsp.c74 tls_ocsp_fill_info(struct tls *ctx, int response_status, int cert_status, in tls_ocsp_fill_info() argument
87 info->response_status = response_status; in tls_ocsp_fill_info()
90 if (info->response_status != OCSP_RESPONSE_STATUS_SUCCESSFUL) { in tls_ocsp_fill_info()
92 OCSP_response_status_str(info->response_status); in tls_ocsp_fill_info()
203 int response_status=0, cert_status=0, crl_reason=0; in tls_ocsp_verify_response() local
226 response_status = OCSP_response_status(resp); in tls_ocsp_verify_response()
227 if (response_status != OCSP_RESPONSE_STATUS_SUCCESSFUL) { in tls_ocsp_verify_response()
229 OCSP_response_status_str(response_status)); in tls_ocsp_verify_response()
253 if (tls_ocsp_fill_info(ctx, response_status, cert_status, in tls_ocsp_verify_response()
393 return ctx->ocsp->ocsp_result->response_status; in tls_peer_ocsp_response_status()
/dports/emulators/citra/citra-ac98458e0/externals/libressl/tls/
H A Dtls_ocsp.c74 tls_ocsp_fill_info(struct tls *ctx, int response_status, int cert_status, in tls_ocsp_fill_info() argument
87 info->response_status = response_status; in tls_ocsp_fill_info()
90 if (info->response_status != OCSP_RESPONSE_STATUS_SUCCESSFUL) { in tls_ocsp_fill_info()
92 OCSP_response_status_str(info->response_status); in tls_ocsp_fill_info()
203 int response_status=0, cert_status=0, crl_reason=0; in tls_ocsp_verify_response() local
226 response_status = OCSP_response_status(resp); in tls_ocsp_verify_response()
227 if (response_status != OCSP_RESPONSE_STATUS_SUCCESSFUL) { in tls_ocsp_verify_response()
229 OCSP_response_status_str(response_status)); in tls_ocsp_verify_response()
253 if (tls_ocsp_fill_info(ctx, response_status, cert_status, in tls_ocsp_verify_response()
393 return ctx->ocsp->ocsp_result->response_status; in tls_peer_ocsp_response_status()
/dports/emulators/citra-qt5/citra-ac98458e0/externals/libressl/tls/
H A Dtls_ocsp.c74 tls_ocsp_fill_info(struct tls *ctx, int response_status, int cert_status, in tls_ocsp_fill_info() argument
87 info->response_status = response_status; in tls_ocsp_fill_info()
90 if (info->response_status != OCSP_RESPONSE_STATUS_SUCCESSFUL) { in tls_ocsp_fill_info()
92 OCSP_response_status_str(info->response_status); in tls_ocsp_fill_info()
203 int response_status=0, cert_status=0, crl_reason=0; in tls_ocsp_verify_response() local
226 response_status = OCSP_response_status(resp); in tls_ocsp_verify_response()
227 if (response_status != OCSP_RESPONSE_STATUS_SUCCESSFUL) { in tls_ocsp_verify_response()
229 OCSP_response_status_str(response_status)); in tls_ocsp_verify_response()
253 if (tls_ocsp_fill_info(ctx, response_status, cert_status, in tls_ocsp_verify_response()
393 return ctx->ocsp->ocsp_result->response_status; in tls_peer_ocsp_response_status()
/dports/www/obhttpd/libressl-3.4.1/tls/
H A Dtls_ocsp.c74 tls_ocsp_fill_info(struct tls *ctx, int response_status, int cert_status, in tls_ocsp_fill_info() argument
87 info->response_status = response_status; in tls_ocsp_fill_info()
90 if (info->response_status != OCSP_RESPONSE_STATUS_SUCCESSFUL) { in tls_ocsp_fill_info()
92 OCSP_response_status_str(info->response_status); in tls_ocsp_fill_info()
203 int response_status=0, cert_status=0, crl_reason=0; in tls_ocsp_verify_response() local
226 response_status = OCSP_response_status(resp); in tls_ocsp_verify_response()
227 if (response_status != OCSP_RESPONSE_STATUS_SUCCESSFUL) { in tls_ocsp_verify_response()
229 OCSP_response_status_str(response_status)); in tls_ocsp_verify_response()
253 if (tls_ocsp_fill_info(ctx, response_status, cert_status, in tls_ocsp_verify_response()
393 return ctx->ocsp->ocsp_result->response_status; in tls_peer_ocsp_response_status()
/dports/audio/py-soundcloud/soundcloud-0.5.0/soundcloud/tests/
H A Dtest_requests.py19 def response_status(fake_http_request, status): function
32 with response_status(fake, status):
35 with response_status(fake, status):
43 with response_status(fake, status):
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/third_party/gae_ts_mon/gae_ts_mon/
H A Dconfig.py211 response_status = 0
220 response_status = ex.code
223 response_status = 500
228 response_status = response.status_int
239 name, response_status, elapsed_ms,
272 response_status = 0
280 response_status = 200
283 response_status = e.http_status
286 response_status = 500
293 endpoint_name, response_status, elapsed_ms)
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/net/cert/
H A Docsp_verify_result.cc14 if (response_status != other.response_status) in operator ==()
17 if (response_status == PROVIDED) { in operator ==()
/dports/www/chromium-legacy/chromium-88.0.4324.182/net/cert/
H A Docsp_verify_result.cc14 if (response_status != other.response_status) in operator ==()
17 if (response_status == PROVIDED) { in operator ==()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/google_apis/gcm/engine/
H A Dcheckin_request.cc260 CheckinRequestStatus status = response_status == net::HTTP_BAD_REQUEST in Start()
264 std::move(callback_).Run(response_status, response_proto); in Start()
268 if (response_status != net::HTTP_OK || !body ||
271 << response_status << ". Retrying.";
274 response_status != net::HTTP_OK
294 std::move(callback_).Run(response_status, response_proto);
/dports/www/chromium-legacy/chromium-88.0.4324.182/google_apis/gcm/engine/
H A Dcheckin_request.cc261 CheckinRequestStatus status = response_status == net::HTTP_BAD_REQUEST in Start()
265 std::move(callback_).Run(response_status, response_proto); in Start()
269 if (response_status != net::HTTP_OK || !body ||
272 << response_status << ". Retrying.";
275 response_status != net::HTTP_OK
295 std::move(callback_).Run(response_status, response_proto);
/dports/databases/pgbouncer/pgbouncer-1.16.0/lib/usual/tls/
H A Dtls_ocsp.c67 int response_status, int cert_status, int crl_reason, in tls_ocsp_fill_info() argument
80 info->response_status = response_status; in tls_ocsp_fill_info()
104 } else if (info->response_status != OCSP_RESPONSE_STATUS_SUCCESSFUL) { in tls_ocsp_fill_result()
105 ctx->ocsp_result = OCSP_response_status_str(info->response_status); in tls_ocsp_fill_result()
140 if (response_status) in tls_get_ocsp_info()
141 *response_status = info->response_status; in tls_get_ocsp_info()
216 int response_status=0, cert_status=0, crl_reason=0; in tls_ocsp_verify_response() local
303 response_status = OCSP_response_status(resp); in tls_ocsp_verify_response()
304 if (response_status != OCSP_RESPONSE_STATUS_SUCCESSFUL) { in tls_ocsp_verify_response()
306 OCSP_response_status_str(response_status)); in tls_ocsp_verify_response()
[all …]
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/googlecloudsdk/api_lib/ml_engine/
H A Dpredict.py87 response_status, response_body = _GetPrediction(encoding, url, body, headers)
88 if int(response_status) != httplib.OK:
127 response_status, response_body = _GetPrediction(encoding, url, body, headers)
128 if int(response_status) != httplib.OK:
/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/plugins/httpapi/
H A Dfortios.py131 response_status = None
133 response_status = response.status
135 response_status = response.headers.status
136 return response_status, to_text(response_data.getvalue())
/dports/devel/cargo-c/cargo-c-0.9.6+cargo-0.58/cargo-crates/libnghttp2-sys-0.1.7+1.45.0/nghttp2/python/
H A Dwsgi.py74 response_status = [None]
79 if response_status[0] is not None:
83 response_status[0] = status
100 status=response_status[0],
/dports/net/proby/proby-1.0.2/cargo-crates/libnghttp2-sys-0.1.4+1.41.0/nghttp2/python/
H A Dwsgi.py74 response_status = [None]
79 if response_status[0] is not None:
83 response_status[0] = status
100 status=response_status[0],

12345678910>>...19