Home
last modified time | relevance | path

Searched refs:start_msec (Results 1 – 8 of 8) sorted by relevance

/f-stack/app/nginx-1.16.1/src/stream/
H A Dngx_stream.h206 ngx_msec_t start_msec; member
H A Dngx_stream_handler.c174 s->start_msec = tp->msec; in ngx_stream_init_connection()
H A Dngx_stream_variables.c700 ((tp->sec - s->start_sec) * 1000 + (tp->msec - s->start_msec)); in ngx_stream_variable_session_time()
/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_request.h402 ngx_msec_t start_msec; member
H A Dngx_http_variables.c2134 ((tp->sec - r->start_sec) * 1000 + (tp->msec - r->start_msec)); in ngx_http_variable_request_time()
H A Dngx_http_request.c617 r->start_msec = tp->msec; in ngx_http_alloc_request()
H A Dngx_http_core_module.c2382 sr->start_msec = tp->msec; in ngx_http_subrequest()
/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_log_module.c847 ((tp->sec - r->start_sec) * 1000 + (tp->msec - r->start_msec)); in ngx_http_log_request_time()