Searched refs:response_time (Results 1 – 5 of 5) sorted by relevance
91 ngx_msec_t response_time; member
710 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()
276 ms = state[i].response_time; in ngx_stream_upstream_response_time_variable()
61 ngx_msec_t response_time; member
1512 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()