ngx_time          190 core/ngx_open_file_cache.c     now = ngx_time();
ngx_time          669 core/ngx_open_file_cache.c         file->accessed = ngx_time();
ngx_time          730 core/ngx_open_file_cache.c     now = ngx_time();
ngx_time          386 core/ngx_resolver.c         if (rn->valid >= ngx_time()) {
ngx_time          392 core/ngx_resolver.c             rn->expire = ngx_time() + r->expire;
ngx_time          553 core/ngx_resolver.c     rn->expire = ngx_time() + r->resend_timeout;
ngx_time          599 core/ngx_resolver.c         if (rn->valid >= ngx_time()) {
ngx_time          605 core/ngx_resolver.c             rn->expire = ngx_time() + r->expire;
ngx_time          680 core/ngx_resolver.c     rn->expire = ngx_time() + r->resend_timeout;
ngx_time          796 core/ngx_resolver.c     now = ngx_time();
ngx_time          902 core/ngx_resolver.c     now = ngx_time();
ngx_time         1330 core/ngx_resolver.c         rn->valid = ngx_time() + r->valid;
ngx_time         1331 core/ngx_resolver.c         rn->expire = ngx_time() + r->expire;
ngx_time         1372 core/ngx_resolver.c         rn->valid = ngx_time() + r->valid;
ngx_time         1373 core/ngx_resolver.c         rn->expire = ngx_time() + r->expire;
ngx_time         1554 core/ngx_resolver.c     rn->valid = ngx_time() + r->valid;
ngx_time         1555 core/ngx_resolver.c     rn->expire = ngx_time() + r->expire;
ngx_time          376 core/ngx_times.c     now = ngx_time();
ngx_time         1649 event/ngx_event_openssl.c     sess_id->expire = ngx_time() + SSL_CTX_get_timeout(ssl_ctx);
ngx_time         1740 event/ngx_event_openssl.c                 if (sess_id->expire > ngx_time()) {
ngx_time         1881 event/ngx_event_openssl.c     now = ngx_time();
ngx_time          118 http/modules/ngx_http_degradation_module.c         now = ngx_time();
ngx_time          263 http/modules/ngx_http_headers_filter_module.c     now = ngx_time();
ngx_time          239 http/modules/ngx_http_log_module.c         if (ngx_time() == log[l].disk_full_time) {
ngx_time          335 http/modules/ngx_http_log_module.c     now = ngx_time();
ngx_time          182 http/modules/ngx_http_secure_link_module.c     v->data = (u_char *) ((expires && expires < ngx_time()) ? "0" : "1");
ngx_time          155 http/modules/ngx_http_upstream_ip_hash_module.c     now = ngx_time();
ngx_time          414 http/modules/ngx_http_userid_filter_module.c         p = ngx_http_cookie_time(p, ngx_time() + conf->expires);
ngx_time          495 http/modules/ngx_http_userid_filter_module.c         ctx->uid_set[1] = (uint32_t) ngx_time();
ngx_time          534 http/modules/ngx_http_userid_filter_module.c         ctx->uid_set[1] = htonl((uint32_t) ngx_time());
ngx_time         2091 http/ngx_http_core_module.c             date = ngx_time();
ngx_time          420 http/ngx_http_file_cache.c     now = ngx_time();
ngx_time          525 http/ngx_http_file_cache.c             if (fcn->valid_sec < ngx_time()) {
ngx_time          601 http/ngx_http_file_cache.c     fcn->expire = ngx_time() + cache->inactive;
ngx_time         1075 http/ngx_http_file_cache.c     now = ngx_time();
ngx_time         1458 http/ngx_http_file_cache.c     fcn->expire = ngx_time() + cache->inactive;
ngx_time         2131 http/ngx_http_request.c                 r->lingering_time = ngx_time()
ngx_time         2400 http/ngx_http_request.c         r->lingering_time = ngx_time() + (time_t) (clcf->lingering_time / 1000);
ngx_time         2727 http/ngx_http_request.c     r->lingering_time = ngx_time() + (time_t) (clcf->lingering_time / 1000);
ngx_time         2780 http/ngx_http_request.c     timer = (ngx_msec_t) (r->lingering_time - ngx_time());
ngx_time          510 http/ngx_http_request_body.c         timer = (ngx_msec_t) (r->lingering_time - ngx_time());
ngx_time         1739 http/ngx_http_upstream.c                     r->cache->valid_sec = ngx_time() + valid;
ngx_time         2168 http/ngx_http_upstream.c         now = ngx_time();
ngx_time         3005 http/ngx_http_upstream.c                 r->cache->valid_sec = ngx_time() + valid;
ngx_time         3157 http/ngx_http_upstream.c     r->cache->valid_sec = ngx_time() + n;
ngx_time         3192 http/ngx_http_upstream.c     if (expires == NGX_ERROR || expires < ngx_time()) {
ngx_time         3241 http/ngx_http_upstream.c             r->cache->valid_sec = ngx_time() + n;
ngx_time          372 http/ngx_http_upstream_round_robin.c     now = ngx_time();
ngx_time          651 http/ngx_http_upstream_round_robin.c         now = ngx_time();
ngx_time          213 http/ngx_http_write_filter_module.c         limit = r->limit_rate * (ngx_time() - r->start_sec + 1)
ngx_time          305 mail/ngx_mail_handler.c                               ngx_random(), ngx_time(), &cscf->server_name)
ngx_time          248 os/unix/ngx_files.c     tv[0].tv_sec = ngx_time();
ngx_time           69 os/unix/ngx_posix_init.c     srandom(ngx_time());