Home
last modified time | relevance | path

Searched refs:NGX_TIME_SLOTS (Results 1 – 1 of 1) sorted by relevance

/f-stack/app/nginx-1.16.1/src/core/
H A Dngx_times.c24 #define NGX_TIME_SLOTS 64 macro
48 static ngx_time_t cached_time[NGX_TIME_SLOTS];
49 static u_char cached_err_log_time[NGX_TIME_SLOTS]
51 static u_char cached_http_time[NGX_TIME_SLOTS]
53 static u_char cached_http_log_time[NGX_TIME_SLOTS]
55 static u_char cached_http_log_iso8601[NGX_TIME_SLOTS]
57 static u_char cached_syslog_time[NGX_TIME_SLOTS]
109 if (slot == NGX_TIME_SLOTS - 1) { in ngx_time_update()
246 if (slot == NGX_TIME_SLOTS - 1) { in ngx_time_sigsafe_update()