time              554 core/ngx_file.c     if (ext->time != -1) {
time              555 core/ngx_file.c         if (ngx_set_file_time(src->data, ext->fd, ext->time) != NGX_OK) {
time              608 core/ngx_file.c         cf.time = ext->time;
time              765 core/ngx_file.c     if (cf->time != -1) {
time              766 core/ngx_file.c         if (ngx_set_file_time(to, nfd, cf->time) != NGX_OK) {
time               79 core/ngx_file.h     time_t                     time;
time               94 core/ngx_file.h     time_t                     time;
time              245 http/modules/ngx_http_dav_module.c     ext.time = -1;
time              255 http/modules/ngx_http_dav_module.c             ext.time = date;
time              801 http/modules/ngx_http_dav_module.c             ext.time = -1;
time              818 http/modules/ngx_http_dav_module.c         cf.time = ngx_file_mtime(&fi);
time              959 http/modules/ngx_http_dav_module.c     cf.time = ctx->mtime;
time               23 http/ngx_http_busy_lock.c         if (bc->time) {
time               24 http/ngx_http_busy_lock.c             bc->time = 0;
time               31 http/ngx_http_busy_lock.c     if (bc->time) {
time               32 http/ngx_http_busy_lock.c         if (bc->time < bl->timeout) {
time               84 http/ngx_http_busy_lock.c     if (bc->time) {
time               85 http/ngx_http_busy_lock.c         if (bc->time < bl->timeout) {
time               35 http/ngx_http_busy_lock.h     time_t         time;
time              811 http/ngx_http_file_cache.c     ext.time = -1;
time               19 http/ngx_http_parse_time.c     uint64_t     time;
time              246 http/ngx_http_parse_time.c     time = (uint64_t) (
time              268 http/ngx_http_parse_time.c     if (time > 0x7fffffff) {
time              274 http/ngx_http_parse_time.c     return (time_t) time;
time             2738 http/ngx_http_upstream.c     ext.time = -1;
time             2749 http/ngx_http_upstream.c             ext.time = lm;
time               45 os/unix/ngx_time.c     s = time(0);