Home
last modified time | relevance | path

Searched refs:start_sec (Results 1 – 15 of 15) sorted by relevance

/f-stack/app/nginx-1.16.1/src/event/
H A Dngx_event_pipe.h94 time_t start_sec; member
H A Dngx_event_pipe.c202 limit = (off_t) p->limit_rate * (ngx_time() - p->start_sec + 1) in ngx_event_pipe_read_upstream()
/f-stack/app/nginx-1.16.1/src/stream/
H A Dngx_stream_upstream.h130 time_t start_sec; member
H A Dngx_stream.h205 time_t start_sec; member
H A Dngx_stream_handler.c173 s->start_sec = tp->sec; in ngx_stream_init_connection()
H A Dngx_stream_proxy_module.c427 u->start_sec = ngx_time(); in ngx_stream_proxy_handler()
1603 limit = (off_t) limit_rate * (ngx_time() - u->start_sec + 1) in ngx_stream_proxy_process()
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_write_filter_module.c258 limit = (off_t) r->limit_rate * (ngx_time() - r->start_sec + 1) in ngx_http_write_filter()
H A Dngx_http_request.h401 time_t start_sec; 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.c616 r->start_sec = tp->sec; in ngx_http_alloc_request()
H A Dngx_http_core_module.c2381 sr->start_sec = tp->sec; in ngx_http_subrequest()
H A Dngx_http_upstream.c3130 p->start_sec = ngx_time(); in ngx_http_upstream_send_response()
/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_mp4_module.c2171 ngx_uint_t start_sample, entries, start_sec; in ngx_http_mp4_crop_stts_data() local
2175 start_sec = mp4->start; in ngx_http_mp4_crop_stts_data()
2178 "mp4 stts crop start_time:%ui", start_sec); in ngx_http_mp4_crop_stts_data()
2181 start_sec = mp4->length; in ngx_http_mp4_crop_stts_data()
2184 "mp4 stts crop end_time:%ui", start_sec); in ngx_http_mp4_crop_stts_data()
2192 start_time = (uint64_t) start_sec * trak->timescale / 1000; in ngx_http_mp4_crop_stts_data()
H A Dngx_http_log_module.c847 ((tp->sec - r->start_sec) * 1000 + (tp->msec - r->start_msec)); in ngx_http_log_request_time()