ngx_add_timer     777 core/ngx_cycle.c         ngx_add_timer(&ngx_cleaner_event, 30000);
ngx_add_timer    1376 core/ngx_cycle.c         ngx_add_timer(ev, 30000);
ngx_add_timer     546 core/ngx_resolver.c         ngx_add_timer(ctx->event, ctx->timeout);
ngx_add_timer     550 core/ngx_resolver.c         ngx_add_timer(r->event, (ngx_msec_t) (r->resend_timeout * 1000));
ngx_add_timer     674 core/ngx_resolver.c     ngx_add_timer(ctx->event, ctx->timeout);
ngx_add_timer     677 core/ngx_resolver.c         ngx_add_timer(r->event, (ngx_msec_t) (r->resend_timeout * 1000));
ngx_add_timer     890 core/ngx_resolver.c         ngx_add_timer(r->event, (ngx_msec_t) (timer * 1000));
ngx_add_timer      43 event/ngx_event_busy_lock.c         ngx_add_timer(ctx->event, ctx->timer);
ngx_add_timer      91 event/ngx_event_busy_lock.c             ngx_add_timer(ctx->event, ctx->timer);
ngx_add_timer      34 event/ngx_event_mutex.c         ngx_add_timer(ev, timer);
ngx_add_timer    1232 event/ngx_event_openssl.c             ngx_add_timer(c->read, 30000);
ngx_add_timer      71 event/ngx_event_pipe.c             ngx_add_timer(rev, p->read_timeout);
ngx_add_timer      86 event/ngx_event_pipe.c                 ngx_add_timer(wev, p->send_timeout);
ngx_add_timer     262 http/modules/ngx_http_limit_req_module.c     ngx_add_timer(r->connection->write,
ngx_add_timer      33 http/ngx_http_busy_lock.c             ngx_add_timer(bc->event, 1000);
ngx_add_timer      50 http/ngx_http_busy_lock.c         ngx_add_timer(bc->event, 1000);
ngx_add_timer      86 http/ngx_http_busy_lock.c             ngx_add_timer(bc->event, 1000);
ngx_add_timer     102 http/ngx_http_busy_lock.c         ngx_add_timer(bc->event, 1000);
ngx_add_timer     224 http/ngx_http_request.c     ngx_add_timer(rev, c->listening->post_accept_timeout);
ngx_add_timer     551 http/ngx_http_request.c             ngx_add_timer(rev, c->listening->post_accept_timeout);
ngx_add_timer     571 http/ngx_http_request.c                     ngx_add_timer(rev, c->listening->post_accept_timeout);
ngx_add_timer    1144 http/ngx_http_request.c             ngx_add_timer(rev, cscf->client_header_timeout);
ngx_add_timer    2133 http/ngx_http_request.c                 ngx_add_timer(r->connection->read, clcf->lingering_timeout);
ngx_add_timer    2179 http/ngx_http_request.c         ngx_add_timer(wev, clcf->send_timeout);
ngx_add_timer    2221 http/ngx_http_request.c             ngx_add_timer(wev, clcf->send_timeout);
ngx_add_timer    2257 http/ngx_http_request.c             ngx_add_timer(wev, clcf->send_timeout);
ngx_add_timer    2401 http/ngx_http_request.c         ngx_add_timer(rev, clcf->lingering_timeout);
ngx_add_timer    2454 http/ngx_http_request.c     ngx_add_timer(rev, clcf->keepalive_timeout);
ngx_add_timer    2728 http/ngx_http_request.c     ngx_add_timer(rev, clcf->lingering_timeout);
ngx_add_timer    2811 http/ngx_http_request.c     ngx_add_timer(rev, timer);
ngx_add_timer     334 http/ngx_http_request_body.c             ngx_add_timer(c->read, clcf->client_body_timeout);
ngx_add_timer     550 http/ngx_http_request_body.c         ngx_add_timer(rev, timer);
ngx_add_timer    1177 http/ngx_http_upstream.c         ngx_add_timer(c->write, u->conf->connect_timeout);
ngx_add_timer    1361 http/ngx_http_upstream.c         ngx_add_timer(c->write, u->conf->send_timeout);
ngx_add_timer    1386 http/ngx_http_upstream.c     ngx_add_timer(c->read, u->conf->read_timeout);
ngx_add_timer    1515 http/ngx_http_upstream.c             ngx_add_timer(rev, u->read_timeout);
ngx_add_timer    1993 http/ngx_http_upstream.c         ngx_add_timer(rev, u->conf->read_timeout);
ngx_add_timer    2448 http/ngx_http_upstream.c         ngx_add_timer(downstream->write, clcf->send_timeout);
ngx_add_timer    2460 http/ngx_http_upstream.c         ngx_add_timer(upstream->read, u->conf->read_timeout);
ngx_add_timer    2543 http/ngx_http_upstream.c                 ngx_add_timer(wev, p->send_timeout);
ngx_add_timer     218 http/ngx_http_write_filter_module.c             ngx_add_timer(c->write,
ngx_add_timer     269 http/ngx_http_write_filter_module.c             ngx_add_timer(c->write, delay);
ngx_add_timer     278 http/ngx_http_write_filter_module.c         ngx_add_timer(c->write, 1);
ngx_add_timer     215 mail/ngx_mail_auth_http_module.c     ngx_add_timer(ctx->peer.connection->read, ahcf->timeout);
ngx_add_timer     216 mail/ngx_mail_auth_http_module.c     ngx_add_timer(ctx->peer.connection->write, ahcf->timeout);
ngx_add_timer     284 mail/ngx_mail_auth_http_module.c         ngx_add_timer(wev, ahcf->timeout);
ngx_add_timer     723 mail/ngx_mail_auth_http_module.c                 ngx_add_timer(s->connection->read, (ngx_msec_t) (timer * 1000));
ngx_add_timer     740 mail/ngx_mail_auth_http_module.c                 ngx_add_timer(s->connection->read, (ngx_msec_t) (timer * 1000));
ngx_add_timer     892 mail/ngx_mail_auth_http_module.c         ngx_add_timer(rev, cscf->timeout);
ngx_add_timer     224 mail/ngx_mail_handler.c         ngx_add_timer(c->read, cscf->timeout);
ngx_add_timer     590 mail/ngx_mail_handler.c     ngx_add_timer(c->write, cscf->timeout);
ngx_add_timer      46 mail/ngx_mail_imap_handler.c     ngx_add_timer(c->read, cscf->timeout);
ngx_add_timer      67 mail/ngx_mail_pop3_handler.c     ngx_add_timer(c->read, cscf->timeout);
ngx_add_timer     157 mail/ngx_mail_proxy_module.c     ngx_add_timer(p->upstream.connection->read, cscf->timeout);
ngx_add_timer     295 mail/ngx_mail_proxy_module.c         ngx_add_timer(s->connection->read, pcf->timeout);
ngx_add_timer     429 mail/ngx_mail_proxy_module.c         ngx_add_timer(s->connection->read, pcf->timeout);
ngx_add_timer     653 mail/ngx_mail_proxy_module.c         ngx_add_timer(s->connection->read, pcf->timeout);
ngx_add_timer     998 mail/ngx_mail_proxy_module.c         ngx_add_timer(c->read, pcf->timeout);
ngx_add_timer     252 mail/ngx_mail_smtp_handler.c     ngx_add_timer(c->read, timeout);
ngx_add_timer     294 mail/ngx_mail_smtp_handler.c         ngx_add_timer(c->read, cscf->timeout);
ngx_add_timer    1313 os/unix/ngx_process_cycle.c     ngx_add_timer(&ev, ctx->delay);
ngx_add_timer    1358 os/unix/ngx_process_cycle.c     ngx_add_timer(ev, next * 1000);