ngx_msec_t       1280 core/ngx_conf_file.c     ngx_msec_t       *msp;
ngx_msec_t       1285 core/ngx_conf_file.c     msp = (ngx_msec_t *) (p + cmd->offset);
ngx_msec_t       1293 core/ngx_conf_file.c     if (*msp == (ngx_msec_t) NGX_ERROR) {
ngx_msec_t       1297 core/ngx_conf_file.c     if (*msp == (ngx_msec_t) NGX_PARSE_LARGE_TIME) {
ngx_msec_t         60 core/ngx_conf_file.h #define NGX_CONF_UNSET_MSEC  (ngx_msec_t) -1
ngx_msec_t         43 core/ngx_connection.h     ngx_msec_t          post_accept_timeout;
ngx_msec_t         76 core/ngx_cycle.h      ngx_msec_t               timer_resolution;
ngx_msec_t        550 core/ngx_resolver.c         ngx_add_timer(r->event, (ngx_msec_t) (r->resend_timeout * 1000));
ngx_msec_t        677 core/ngx_resolver.c         ngx_add_timer(r->event, (ngx_msec_t) (r->resend_timeout * 1000));
ngx_msec_t        890 core/ngx_resolver.c         ngx_add_timer(r->event, (ngx_msec_t) (timer * 1000));
ngx_msec_t        130 core/ngx_resolver.h     ngx_msec_t                timeout;
ngx_msec_t        152 core/ngx_string.c     ngx_msec_t             ms;
ngx_msec_t        282 core/ngx_string.c                 ms = (ngx_msec_t) va_arg(args, ngx_msec_t);
ngx_msec_t         25 core/ngx_times.c volatile ngx_msec_t      ngx_current_msec;
ngx_msec_t         91 core/ngx_times.c     ngx_current_msec = (ngx_msec_t) sec * 1000 + msec;
ngx_msec_t         47 core/ngx_times.h extern volatile ngx_msec_t  ngx_current_msec;
ngx_msec_t         15 event/modules/ngx_aio_module.c static ngx_int_t ngx_aio_init(ngx_cycle_t *cycle, ngx_msec_t timer);
ngx_msec_t         22 event/modules/ngx_aio_module.c static ngx_int_t ngx_aio_process_events(ngx_cycle_t *cycle, ngx_msec_t timer,
ngx_msec_t         77 event/modules/ngx_aio_module.c ngx_aio_init(ngx_cycle_t *cycle, ngx_msec_t timer)
ngx_msec_t        165 event/modules/ngx_aio_module.c ngx_aio_process_events(ngx_cycle_t *cycle, ngx_msec_t timer, ngx_uint_t flags)
ngx_msec_t         35 event/modules/ngx_devpoll_module.c static ngx_int_t ngx_devpoll_init(ngx_cycle_t *cycle, ngx_msec_t timer);
ngx_msec_t         44 event/modules/ngx_devpoll_module.c     ngx_msec_t timer, ngx_uint_t flags);
ngx_msec_t        115 event/modules/ngx_devpoll_module.c ngx_devpoll_init(ngx_cycle_t *cycle, ngx_msec_t timer)
ngx_msec_t        337 event/modules/ngx_devpoll_module.c ngx_devpoll_process_events(ngx_cycle_t *cycle, ngx_msec_t timer,
ngx_msec_t         92 event/modules/ngx_epoll_module.c static ngx_int_t ngx_epoll_init(ngx_cycle_t *cycle, ngx_msec_t timer);
ngx_msec_t        101 event/modules/ngx_epoll_module.c static ngx_int_t ngx_epoll_process_events(ngx_cycle_t *cycle, ngx_msec_t timer,
ngx_msec_t        212 event/modules/ngx_epoll_module.c ngx_epoll_init(ngx_cycle_t *cycle, ngx_msec_t timer)
ngx_msec_t        514 event/modules/ngx_epoll_module.c ngx_epoll_process_events(ngx_cycle_t *cycle, ngx_msec_t timer, ngx_uint_t flags)
ngx_msec_t         98 event/modules/ngx_eventport_module.c static ngx_int_t ngx_eventport_init(ngx_cycle_t *cycle, ngx_msec_t timer);
ngx_msec_t        105 event/modules/ngx_eventport_module.c     ngx_msec_t timer, ngx_uint_t flags);
ngx_msec_t        168 event/modules/ngx_eventport_module.c ngx_eventport_init(ngx_cycle_t *cycle, ngx_msec_t timer)
ngx_msec_t        377 event/modules/ngx_eventport_module.c ngx_eventport_process_events(ngx_cycle_t *cycle, ngx_msec_t timer,
ngx_msec_t         18 event/modules/ngx_kqueue_module.c static ngx_int_t ngx_kqueue_init(ngx_cycle_t *cycle, ngx_msec_t timer);
ngx_msec_t         27 event/modules/ngx_kqueue_module.c static ngx_int_t ngx_kqueue_process_events(ngx_cycle_t *cycle, ngx_msec_t timer,
ngx_msec_t        116 event/modules/ngx_kqueue_module.c ngx_kqueue_init(ngx_cycle_t *cycle, ngx_msec_t timer)
ngx_msec_t        490 event/modules/ngx_kqueue_module.c ngx_kqueue_process_events(ngx_cycle_t *cycle, ngx_msec_t timer,
ngx_msec_t         12 event/modules/ngx_poll_module.c static ngx_int_t ngx_poll_init(ngx_cycle_t *cycle, ngx_msec_t timer);
ngx_msec_t         18 event/modules/ngx_poll_module.c static ngx_int_t ngx_poll_process_events(ngx_cycle_t *cycle, ngx_msec_t timer,
ngx_msec_t         67 event/modules/ngx_poll_module.c ngx_poll_init(ngx_cycle_t *cycle, ngx_msec_t timer)
ngx_msec_t        238 event/modules/ngx_poll_module.c ngx_poll_process_events(ngx_cycle_t *cycle, ngx_msec_t timer, ngx_uint_t flags)
ngx_msec_t         46 event/modules/ngx_rtsig_module.c static ngx_int_t ngx_rtsig_init(ngx_cycle_t *cycle, ngx_msec_t timer);
ngx_msec_t         52 event/modules/ngx_rtsig_module.c     ngx_msec_t timer, ngx_uint_t flags);
ngx_msec_t         54 event/modules/ngx_rtsig_module.c     ngx_msec_t timer, ngx_uint_t flags);
ngx_msec_t        145 event/modules/ngx_rtsig_module.c ngx_rtsig_init(ngx_cycle_t *cycle, ngx_msec_t timer)
ngx_msec_t        291 event/modules/ngx_rtsig_module.c ngx_rtsig_process_events(ngx_cycle_t *cycle, ngx_msec_t timer, ngx_uint_t flags)
ngx_msec_t        463 event/modules/ngx_rtsig_module.c ngx_rtsig_process_overflow(ngx_cycle_t *cycle, ngx_msec_t timer,
ngx_msec_t         12 event/modules/ngx_select_module.c static ngx_int_t ngx_select_init(ngx_cycle_t *cycle, ngx_msec_t timer);
ngx_msec_t         18 event/modules/ngx_select_module.c static ngx_int_t ngx_select_process_events(ngx_cycle_t *cycle, ngx_msec_t timer,
ngx_msec_t         74 event/modules/ngx_select_module.c ngx_select_init(ngx_cycle_t *cycle, ngx_msec_t timer)
ngx_msec_t        210 event/modules/ngx_select_module.c ngx_select_process_events(ngx_cycle_t *cycle, ngx_msec_t timer,
ngx_msec_t         12 event/modules/ngx_win32_select_module.c static ngx_int_t ngx_select_init(ngx_cycle_t *cycle, ngx_msec_t timer);
ngx_msec_t         18 event/modules/ngx_win32_select_module.c static ngx_int_t ngx_select_process_events(ngx_cycle_t *cycle, ngx_msec_t timer,
ngx_msec_t         75 event/modules/ngx_win32_select_module.c ngx_select_init(ngx_cycle_t *cycle, ngx_msec_t timer)
ngx_msec_t        217 event/modules/ngx_win32_select_module.c ngx_select_process_events(ngx_cycle_t *cycle, ngx_msec_t timer,
ngx_msec_t         55 event/ngx_event.c ngx_msec_t            ngx_accept_mutex_delay;
ngx_msec_t        202 event/ngx_event.c     ngx_msec_t  timer, delta;
ngx_msec_t        240 event/ngx_event.h     ngx_int_t  (*process_events)(ngx_cycle_t *cycle, ngx_msec_t timer,
ngx_msec_t        243 event/ngx_event.h     ngx_int_t  (*init)(ngx_cycle_t *cycle, ngx_msec_t timer);
ngx_msec_t        480 event/ngx_event.h     ngx_msec_t    accept_mutex_delay;
ngx_msec_t        507 event/ngx_event.h extern ngx_msec_t             ngx_accept_mutex_delay;
ngx_msec_t         21 event/ngx_event_busy_lock.h     ngx_msec_t                  timer;
ngx_msec_t         12 event/ngx_event_mutex.c ngx_int_t ngx_event_mutex_timedlock(ngx_event_mutex_t *m, ngx_msec_t timer,
ngx_msec_t         72 event/ngx_event_pipe.h     ngx_msec_t         read_timeout;
ngx_msec_t         73 event/ngx_event_pipe.h     ngx_msec_t         send_timeout;
ngx_msec_t         50 event/ngx_event_timer.c ngx_msec_t
ngx_msec_t         71 event/ngx_event_timer.c     return (ngx_msec_t) (timer > 0 ? timer : 0);
ngx_msec_t         16 event/ngx_event_timer.h #define NGX_TIMER_INFINITE  (ngx_msec_t) -1
ngx_msec_t         22 event/ngx_event_timer.h ngx_msec_t ngx_event_find_timer(void);
ngx_msec_t         58 event/ngx_event_timer.h ngx_event_add_timer(ngx_event_t *ev, ngx_msec_t timer)
ngx_msec_t         60 event/ngx_event_timer.h     ngx_msec_t      key;
ngx_msec_t         17 http/modules/ngx_http_limit_req_module.c     ngx_msec_t                   last;
ngx_msec_t        218 http/modules/ngx_http_limit_req_module.c         lr->last = (ngx_msec_t) (tp->sec * 1000 + tp->msec);
ngx_msec_t        263 http/modules/ngx_http_limit_req_module.c                   (ngx_msec_t) excess * 1000 / ctx->rate);
ngx_msec_t        349 http/modules/ngx_http_limit_req_module.c     ngx_msec_t                  now;
ngx_msec_t        385 http/modules/ngx_http_limit_req_module.c                 now = (ngx_msec_t) (tp->sec * 1000 + tp->msec);
ngx_msec_t        428 http/modules/ngx_http_limit_req_module.c     ngx_msec_t                  now;
ngx_msec_t        436 http/modules/ngx_http_limit_req_module.c     now = (ngx_msec_t) (tp->sec * 1000 + tp->msec);
ngx_msec_t        120 http/ngx_http_cache.h     ngx_msec_t                       last;
ngx_msec_t       4318 http/ngx_http_core_module.c     if (clcf->keepalive_timeout == (ngx_msec_t) NGX_ERROR) {
ngx_msec_t       4322 http/ngx_http_core_module.c     if (clcf->keepalive_timeout == (ngx_msec_t) NGX_PARSE_LARGE_TIME) {
ngx_msec_t        181 http/ngx_http_core_module.h     ngx_msec_t                  client_header_timeout;
ngx_msec_t        345 http/ngx_http_core_module.h     ngx_msec_t    client_body_timeout;     /* client_body_timeout */
ngx_msec_t        346 http/ngx_http_core_module.h     ngx_msec_t    send_timeout;            /* send_timeout */
ngx_msec_t        347 http/ngx_http_core_module.h     ngx_msec_t    keepalive_timeout;       /* keepalive_timeout */
ngx_msec_t        348 http/ngx_http_core_module.h     ngx_msec_t    lingering_time;          /* lingering_time */
ngx_msec_t        349 http/ngx_http_core_module.h     ngx_msec_t    lingering_timeout;       /* lingering_timeout */
ngx_msec_t        350 http/ngx_http_core_module.h     ngx_msec_t    resolver_timeout;        /* resolver_timeout */
ngx_msec_t       1278 http/ngx_http_file_cache.c     ngx_msec_t  elapsed;
ngx_msec_t       2762 http/ngx_http_request.c     ngx_msec_t                 timer;
ngx_msec_t       2780 http/ngx_http_request.c     timer = (ngx_msec_t) (r->lingering_time - ngx_time());
ngx_msec_t        377 http/ngx_http_request.h     ngx_msec_t                        start_msec;
ngx_msec_t        494 http/ngx_http_request_body.c     ngx_msec_t                 timer;
ngx_msec_t        510 http/ngx_http_request_body.c         timer = (ngx_msec_t) (r->lingering_time - ngx_time());
ngx_msec_t         50 http/ngx_http_upstream.h     ngx_msec_t                       bl_time;
ngx_msec_t        121 http/ngx_http_upstream.h     ngx_msec_t                       connect_timeout;
ngx_msec_t        122 http/ngx_http_upstream.h     ngx_msec_t                       send_timeout;
ngx_msec_t        123 http/ngx_http_upstream.h     ngx_msec_t                       read_timeout;
ngx_msec_t        124 http/ngx_http_upstream.h     ngx_msec_t                       timeout;
ngx_msec_t        291 http/ngx_http_upstream.h     ngx_msec_t                       timeout;
ngx_msec_t         51 http/ngx_http_write_filter_module.c     ngx_msec_t                 delay;
ngx_msec_t        219 http/ngx_http_write_filter_module.c                           (ngx_msec_t) (- limit * 1000 / r->limit_rate + 1));
ngx_msec_t        265 http/ngx_http_write_filter_module.c         delay = (ngx_msec_t) ((nsent - sent) * 1000 / r->limit_rate + 1);
ngx_msec_t        118 mail/ngx_mail.h     ngx_msec_t              timeout;
ngx_msec_t        119 mail/ngx_mail.h     ngx_msec_t              resolver_timeout;
ngx_msec_t         17 mail/ngx_mail_auth_http_module.c     ngx_msec_t                      timeout;
ngx_msec_t        723 mail/ngx_mail_auth_http_module.c                 ngx_add_timer(s->connection->read, (ngx_msec_t) (timer * 1000));
ngx_msec_t        740 mail/ngx_mail_auth_http_module.c                 ngx_add_timer(s->connection->read, (ngx_msec_t) (timer * 1000));
ngx_msec_t         19 mail/ngx_mail_proxy_module.c     ngx_msec_t  timeout;
ngx_msec_t        241 mail/ngx_mail_smtp_handler.c     ngx_msec_t                 timeout;
ngx_msec_t         18 mail/ngx_mail_smtp_module.h     ngx_msec_t   greeting_delay;
ngx_msec_t         93 os/unix/ngx_process_cycle.c     ngx_msec_t         delay;
ngx_msec_t         32 os/unix/ngx_process_cycle.h     ngx_msec_t                 delay;