Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/stream/
H A Dngx_stream_upstream.h91 ngx_msec_t response_time; member
H A Dngx_stream_proxy_module.c710 u->state->response_time = ngx_current_msec - u->start_time; in ngx_stream_proxy_connect()
725 u->state->response_time = (ngx_msec_t) -1; in ngx_stream_proxy_connect()
1879 if (u->state->response_time == (ngx_msec_t) -1) { in ngx_stream_proxy_finalize()
1880 u->state->response_time = ngx_current_msec - u->start_time; in ngx_stream_proxy_finalize()
H A Dngx_stream_upstream.c276 ms = state[i].response_time; in ngx_stream_upstream_response_time_variable()
/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_upstream.h61 ngx_msec_t response_time; member
H A Dngx_http_upstream.c1512 if (u->state && u->state->response_time == (ngx_msec_t) -1) { in ngx_http_upstream_connect()
1513 u->state->response_time = ngx_current_msec - u->start_time; in ngx_http_upstream_connect()
1527 u->state->response_time = (ngx_msec_t) -1; in ngx_http_upstream_connect()
4322 if (u->state && u->state->response_time == (ngx_msec_t) -1) { in ngx_http_upstream_finalize_request()
4323 u->state->response_time = ngx_current_msec - u->start_time; in ngx_http_upstream_finalize_request()
5444 ms = state[i].response_time; in ngx_http_upstream_response_time_variable()