Searched refs:start_sec (Results 1 – 15 of 15) sorted by relevance
94 time_t start_sec; member
202 limit = (off_t) p->limit_rate * (ngx_time() - p->start_sec + 1) in ngx_event_pipe_read_upstream()
130 time_t start_sec; member
205 time_t start_sec; member
173 s->start_sec = tp->sec; in ngx_stream_init_connection()
427 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()
700 ((tp->sec - s->start_sec) * 1000 + (tp->msec - s->start_msec)); in ngx_stream_variable_session_time()
258 limit = (off_t) r->limit_rate * (ngx_time() - r->start_sec + 1) in ngx_http_write_filter()
401 time_t start_sec; member
2134 ((tp->sec - r->start_sec) * 1000 + (tp->msec - r->start_msec)); in ngx_http_variable_request_time()
616 r->start_sec = tp->sec; in ngx_http_alloc_request()
2381 sr->start_sec = tp->sec; in ngx_http_subrequest()
3130 p->start_sec = ngx_time(); in ngx_http_upstream_send_response()
2171 ngx_uint_t start_sample, entries, start_sec; in ngx_http_mp4_crop_stts_data() local2175 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()
847 ((tp->sec - r->start_sec) * 1000 + (tp->msec - r->start_msec)); in ngx_http_log_request_time()