| /f-stack/app/nginx-1.16.1/src/http/ |
| H A D | ngx_http_cache.h | 61 ngx_msec_t lock_time; 102 ngx_msec_t lock_timeout; 103 ngx_msec_t lock_age; 104 ngx_msec_t lock_time; 105 ngx_msec_t wait_time; 172 ngx_msec_t last; 173 ngx_msec_t loader_sleep; 174 ngx_msec_t loader_threshold; 177 ngx_msec_t manager_sleep; 178 ngx_msec_t manager_threshold;
|
| H A D | ngx_http_upstream.h | 61 ngx_msec_t response_time; 62 ngx_msec_t connect_time; 63 ngx_msec_t header_time; 64 ngx_msec_t queue_time; 102 ngx_msec_t slow_start; 152 ngx_msec_t connect_timeout; 153 ngx_msec_t send_timeout; 154 ngx_msec_t read_timeout; 205 ngx_msec_t cache_lock_timeout; 206 ngx_msec_t cache_lock_age; [all …]
|
| H A D | ngx_http_core_module.h | 197 ngx_msec_t client_header_timeout; 363 ngx_msec_t client_body_timeout; /* client_body_timeout */ 364 ngx_msec_t send_timeout; /* send_timeout */ 365 ngx_msec_t keepalive_timeout; /* keepalive_timeout */ 366 ngx_msec_t lingering_time; /* lingering_time */ 367 ngx_msec_t lingering_timeout; /* lingering_timeout */ 368 ngx_msec_t resolver_timeout; /* resolver_timeout */
|
| H A D | ngx_http_upstream_round_robin.h | 38 ngx_msec_t slow_start; 39 ngx_msec_t start_time;
|
| H A D | ngx_http_write_filter_module.c | 52 ngx_msec_t delay; in ngx_http_write_filter() 263 delay = (ngx_msec_t) (- limit * 1000 / r->limit_rate + 1); in ngx_http_write_filter() 313 delay = (ngx_msec_t) ((nsent - sent) * 1000 / r->limit_rate); in ngx_http_write_filter()
|
| /f-stack/app/nginx-1.16.1/src/stream/ |
| H A D | ngx_stream_upstream.h | 60 ngx_msec_t slow_start; 91 ngx_msec_t response_time; 92 ngx_msec_t connect_time; 93 ngx_msec_t first_byte_time; 133 ngx_msec_t start_time;
|
| H A D | ngx_stream.h | 182 ngx_msec_t preread_timeout; 186 ngx_msec_t resolver_timeout; 189 ngx_msec_t proxy_protocol_timeout; 206 ngx_msec_t start_msec;
|
| H A D | ngx_stream_upstream_round_robin.h | 38 ngx_msec_t slow_start; 39 ngx_msec_t start_time;
|
| H A D | ngx_stream_ssl_module.h | 18 ngx_msec_t handshake_timeout;
|
| /f-stack/app/nginx-1.16.1/src/event/ |
| H A D | ngx_event_timer.h | 17 #define NGX_TIMER_INFINITE (ngx_msec_t) -1 23 ngx_msec_t ngx_event_find_timer(void); 51 ngx_event_add_timer(ngx_event_t *ev, ngx_msec_t timer) in ngx_event_add_timer() 53 ngx_msec_t key; in ngx_event_add_timer()
|
| H A D | ngx_event.h | 193 ngx_int_t (*process_events)(ngx_cycle_t *cycle, ngx_msec_t timer, 196 ngx_int_t (*init)(ngx_cycle_t *cycle, ngx_msec_t timer); 452 ngx_cycle_t *cycle, ngx_msec_t timer, ngx_uint_t flags) in ngx_process_events() 499 ngx_msec_t accept_mutex_delay; 526 extern ngx_msec_t ngx_accept_mutex_delay;
|
| H A D | ngx_event_pipe.h | 82 ngx_msec_t read_timeout; 83 ngx_msec_t send_timeout;
|
| H A D | ngx_event_timer.c | 32 ngx_msec_t 49 return (ngx_msec_t) (timer > 0 ? timer : 0); in ngx_event_find_timer()
|
| /f-stack/app/nginx-1.16.1/src/http/v2/ |
| H A D | ngx_http_v2_module.h | 32 ngx_msec_t recv_timeout; 33 ngx_msec_t idle_timeout;
|
| /f-stack/app/nginx-1.16.1/src/core/ |
| H A D | ngx_cycle.h | 91 ngx_msec_t timer_resolution; 92 ngx_msec_t shutdown_timeout; 123 ngx_msec_t schedule_timeout;
|
| H A D | ngx_times.c | 12 static ngx_msec_t ngx_monotonic_time(time_t sec, ngx_uint_t msec); 29 volatile ngx_msec_t ngx_current_msec; 195 static ngx_msec_t 216 return (ngx_msec_t) sec * 1000 + msec; in ngx_monotonic_time()
|
| H A D | ngx_file.h | 45 typedef ngx_msec_t (*ngx_path_manager_pt) (void *data); 46 typedef ngx_msec_t (*ngx_path_purger_pt) (void *data);
|
| /f-stack/app/nginx-1.16.1/src/event/modules/ |
| H A D | ngx_poll_module.c | 13 static ngx_int_t ngx_poll_init(ngx_cycle_t *cycle, ngx_msec_t timer); 19 static ngx_int_t ngx_poll_process_events(ngx_cycle_t *cycle, ngx_msec_t timer, 68 ngx_poll_init(ngx_cycle_t *cycle, ngx_msec_t timer) in ngx_poll_init() 239 ngx_poll_process_events(ngx_cycle_t *cycle, ngx_msec_t timer, ngx_uint_t flags) in ngx_poll_process_events()
|
| H A D | ngx_select_module.c | 13 static ngx_int_t ngx_select_init(ngx_cycle_t *cycle, ngx_msec_t timer); 19 static ngx_int_t ngx_select_process_events(ngx_cycle_t *cycle, ngx_msec_t timer, 77 ngx_select_init(ngx_cycle_t *cycle, ngx_msec_t timer) in ngx_select_init() 213 ngx_select_process_events(ngx_cycle_t *cycle, ngx_msec_t timer, in ngx_select_process_events()
|
| H A D | ngx_ff_host_event_module.c | 39 static ngx_int_t ngx_ff_epoll_init(ngx_cycle_t *cycle, ngx_msec_t timer); 45 ngx_msec_t timer, ngx_uint_t flags); 103 ngx_ff_epoll_init(ngx_cycle_t *cycle, ngx_msec_t timer) in ngx_ff_epoll_init() 325 ngx_msec_t timer, ngx_uint_t flags) in ngx_ff_epoll_process_events()
|
| H A D | ngx_win32_select_module.c | 13 static ngx_int_t ngx_select_init(ngx_cycle_t *cycle, ngx_msec_t timer); 19 static ngx_int_t ngx_select_process_events(ngx_cycle_t *cycle, ngx_msec_t timer, 77 ngx_select_init(ngx_cycle_t *cycle, ngx_msec_t timer) in ngx_select_init() 219 ngx_select_process_events(ngx_cycle_t *cycle, ngx_msec_t timer, in ngx_select_process_events()
|
| H A D | ngx_win32_poll_module.c | 14 static ngx_int_t ngx_poll_init(ngx_cycle_t *cycle, ngx_msec_t timer); 20 static ngx_int_t ngx_poll_process_events(ngx_cycle_t *cycle, ngx_msec_t timer, 70 ngx_poll_init(ngx_cycle_t *cycle, ngx_msec_t timer) in ngx_poll_init() 262 ngx_poll_process_events(ngx_cycle_t *cycle, ngx_msec_t timer, ngx_uint_t flags) in ngx_poll_process_events()
|
| H A D | ngx_devpoll_module.c | 38 static ngx_int_t ngx_devpoll_init(ngx_cycle_t *cycle, ngx_msec_t timer); 47 ngx_msec_t timer, ngx_uint_t flags); 118 ngx_devpoll_init(ngx_cycle_t *cycle, ngx_msec_t timer) in ngx_devpoll_init() 340 ngx_devpoll_process_events(ngx_cycle_t *cycle, ngx_msec_t timer, in ngx_devpoll_process_events()
|
| /f-stack/app/nginx-1.16.1/src/mail/ |
| H A D | ngx_mail_smtp_module.h | 19 ngx_msec_t greeting_delay;
|
| /f-stack/app/nginx-1.16.1/src/http/modules/ |
| H A D | ngx_http_limit_req_module.c | 18 ngx_msec_t last; 62 static ngx_msec_t ngx_http_limit_req_account(ngx_http_limit_req_limit_t *limits, 163 ngx_msec_t delay; in ngx_http_limit_req_handler() 365 ngx_msec_t now; in ngx_http_limit_req_lookup() 490 static ngx_msec_t 495 ngx_msec_t now, delay, max_delay; in ngx_http_limit_req_account() 568 ngx_msec_t now; in ngx_http_limit_req_expire()
|