now               133 core/ngx_open_file_cache.c     time_t                          now;
now               190 core/ngx_open_file_cache.c     now = ngx_time();
now               218 core/ngx_open_file_cache.c                 && now - file->created < of->valid))
now               398 core/ngx_open_file_cache.c     file->created = now;
now               402 core/ngx_open_file_cache.c     file->accessed = now;
now               726 core/ngx_open_file_cache.c     time_t                   now;
now               730 core/ngx_open_file_cache.c     now = ngx_time();
now               748 core/ngx_open_file_cache.c         if (n++ != 0 && now - file->accessed <= cache->inactive) {
now               789 core/ngx_resolver.c     time_t                now;
now               796 core/ngx_resolver.c     now = ngx_time();
now               807 core/ngx_resolver.c         if (now <= rn->expire) {
now               898 core/ngx_resolver.c     time_t                now;
now               902 core/ngx_resolver.c     now = ngx_time();
now               913 core/ngx_resolver.c         if (now < rn->expire) {
now               914 core/ngx_resolver.c             return rn->expire - now;
now               927 core/ngx_resolver.c                 rn->expire = now + r->resend_timeout;
now               373 core/ngx_times.c     time_t     now, next;
now               376 core/ngx_times.c     now = ngx_time();
now               378 core/ngx_times.c     ngx_libc_localtime(now, &tm);
now               391 core/ngx_times.c     if (next - now > 0) {
now              1877 event/ngx_event_openssl.c     time_t              now;
now              1881 event/ngx_event_openssl.c     now = ngx_time();
now              1893 event/ngx_event_openssl.c         if (n++ != 0 && sess_id->expire > now) {
now               107 http/modules/ngx_http_degradation_module.c     time_t                             now;
now               118 http/modules/ngx_http_degradation_module.c         now = ngx_time();
now               122 http/modules/ngx_http_degradation_module.c         if (now != sbrk_time) {
now               132 http/modules/ngx_http_degradation_module.c             sbrk_time = now;
now               183 http/modules/ngx_http_headers_filter_module.c     time_t            now, expires_time, max_age;
now               263 http/modules/ngx_http_headers_filter_module.c     now = ngx_time();
now               268 http/modules/ngx_http_headers_filter_module.c         expires_time = now + conf->expires_time;
now               273 http/modules/ngx_http_headers_filter_module.c         max_age = expires_time - now;
now               277 http/modules/ngx_http_headers_filter_module.c         max_age = expires_time - now;
now               349 http/modules/ngx_http_limit_req_module.c     ngx_msec_t                  now;
now               385 http/modules/ngx_http_limit_req_module.c                 now = (ngx_msec_t) (tp->sec * 1000 + tp->msec);
now               386 http/modules/ngx_http_limit_req_module.c                 ms = (ngx_msec_int_t) (now - lr->last);
now               401 http/modules/ngx_http_limit_req_module.c                 lr->last = now;
now               428 http/modules/ngx_http_limit_req_module.c     ngx_msec_t                  now;
now               436 http/modules/ngx_http_limit_req_module.c     now = (ngx_msec_t) (tp->sec * 1000 + tp->msec);
now               456 http/modules/ngx_http_limit_req_module.c             ms = (ngx_msec_int_t) (now - lr->last);
now               318 http/modules/ngx_http_log_module.c     time_t      now;
now               335 http/modules/ngx_http_log_module.c     now = ngx_time();
now               341 http/modules/ngx_http_log_module.c             log->disk_full_time = now;
now               344 http/modules/ngx_http_log_module.c         if (now - log->error_log_time > 59) {
now               348 http/modules/ngx_http_log_module.c             log->error_log_time = now;
now               354 http/modules/ngx_http_log_module.c     if (now - log->error_log_time > 59) {
now               359 http/modules/ngx_http_log_module.c         log->error_log_time = now;
now               141 http/modules/ngx_http_upstream_ip_hash_module.c     time_t                        now;
now               155 http/modules/ngx_http_upstream_ip_hash_module.c     now = ngx_time();
now               188 http/modules/ngx_http_upstream_ip_hash_module.c                 if (now - peer->accessed > peer->fail_timeout) {
now               365 http/ngx_http_file_cache.c     time_t                         now;
now               420 http/ngx_http_file_cache.c     now = ngx_time();
now               422 http/ngx_http_file_cache.c     if (c->valid_sec < now) {
now               439 http/ngx_http_file_cache.c                        rc, c->valid_sec, now);
now              1056 http/ngx_http_file_cache.c     time_t                       now, wait;
now              1075 http/ngx_http_file_cache.c     now = ngx_time();
now              1090 http/ngx_http_file_cache.c         wait = fcn->expire - now;
now              2166 http/ngx_http_upstream.c         time_t  now, valid;
now              2168 http/ngx_http_upstream.c         now = ngx_time();
now              2176 http/ngx_http_upstream.c                 r->cache->valid_sec = now + valid;
now              2182 http/ngx_http_upstream.c             r->cache->date = now;
now               361 http/ngx_http_upstream_round_robin.c     time_t                         now;
now               372 http/ngx_http_upstream_round_robin.c     now = ngx_time();
now               434 http/ngx_http_upstream_round_robin.c                         if (now - peer->accessed > peer->fail_timeout) {
now               482 http/ngx_http_upstream_round_robin.c                         if (now - peer->accessed > peer->fail_timeout) {
now               633 http/ngx_http_upstream_round_robin.c     time_t                       now;
now               651 http/ngx_http_upstream_round_robin.c         now = ngx_time();
now               658 http/ngx_http_upstream_round_robin.c         peer->accessed = now;