ngx_cached_http_log_time   29 core/ngx_times.c volatile ngx_str_t       ngx_cached_http_log_time;
ngx_cached_http_log_time   63 core/ngx_times.c     ngx_cached_http_log_time.len = sizeof("28/Sep/1970:12:00:00 +0600") - 1;
ngx_cached_http_log_time  174 core/ngx_times.c     ngx_cached_http_log_time.data = p2;
ngx_cached_http_log_time   40 core/ngx_times.h extern volatile ngx_str_t    ngx_cached_http_log_time;
ngx_cached_http_log_time  513 http/modules/ngx_http_log_module.c     return ngx_cpymem(buf, ngx_cached_http_log_time.data,
ngx_cached_http_log_time  514 http/modules/ngx_http_log_module.c                       ngx_cached_http_log_time.len);