sec                65 core/ngx_cycle.c     tp->sec = 0;
sec                96 core/ngx_parse.c ngx_parse_time(ngx_str_t *line, ngx_uint_t sec)
sec               117 core/ngx_parse.c     step = sec ? st_start : st_month;
sec               118 core/ngx_parse.c     scale = sec ? 1 : 1000;
sec               180 core/ngx_parse.c                 if (sec || step > st_sec) {
sec               220 core/ngx_parse.c         if (step != st_msec && !sec) {
sec               236 core/ngx_parse.c         scale = sec ? 1 : 1000;
sec                20 core/ngx_parse.h ngx_int_t ngx_parse_time(ngx_str_t *line, ngx_uint_t sec);
sec                77 core/ngx_times.c     time_t           sec;
sec                88 core/ngx_times.c     sec = tv.tv_sec;
sec                91 core/ngx_times.c     ngx_current_msec = (ngx_msec_t) sec * 1000 + msec;
sec                95 core/ngx_times.c     if (tp->sec == sec) {
sec               109 core/ngx_times.c     tp->sec = sec;
sec               112 core/ngx_times.c     ngx_gmtime(sec, &gmt);
sec               125 core/ngx_times.c     ngx_gmtime(sec + tp->gmtoff * 60, &tm);
sec               129 core/ngx_times.c     ngx_localtime(sec, &tm);
sec               135 core/ngx_times.c     ngx_localtime(sec, &tm);
sec               188 core/ngx_times.c     time_t           sec;
sec               198 core/ngx_times.c     sec = tv.tv_sec;
sec               202 core/ngx_times.c     if (tp->sec == sec) {
sec               213 core/ngx_times.c     ngx_gmtime(sec + cached_gmtoff * 60, &tm);
sec               281 core/ngx_times.c     ngx_uint_t  n, sec, min, hour, mday, mon, year, wday, days, leap;
sec               297 core/ngx_times.c     sec = n % 60;
sec               360 core/ngx_times.c     tp->ngx_tm_sec = (ngx_tm_sec_t) sec;
sec                16 core/ngx_times.h     time_t      sec;
sec                35 core/ngx_times.h #define ngx_time()           ngx_cached_time->sec
sec               218 http/modules/ngx_http_limit_req_module.c         lr->last = (ngx_msec_t) (tp->sec * 1000 + tp->msec);
sec               385 http/modules/ngx_http_limit_req_module.c                 now = (ngx_msec_t) (tp->sec * 1000 + tp->msec);
sec               436 http/modules/ngx_http_limit_req_module.c     now = (ngx_msec_t) (tp->sec * 1000 + tp->msec);
sec               531 http/modules/ngx_http_log_module.c     return ngx_sprintf(buf, "%T.%03M", tp->sec, tp->msec);
sec               545 http/modules/ngx_http_log_module.c              ((tp->sec - r->start_sec) * 1000 + (tp->msec - r->start_msec));
sec              2620 http/modules/ngx_http_ssi_filter_module.c         v->len = ngx_sprintf(v->data, "%T", tp->sec) - v->data;
sec              2626 http/modules/ngx_http_ssi_filter_module.c         ngx_libc_gmtime(tp->sec, &tm);
sec              2628 http/modules/ngx_http_ssi_filter_module.c         ngx_libc_localtime(tp->sec, &tm);
sec              2284 http/ngx_http_core_module.c     r->start_sec = tp->sec;
sec                18 http/ngx_http_parse_time.c     ngx_uint_t   day, year, hour, min, sec;
sec               201 http/ngx_http_parse_time.c     sec = (*p - '0') * 10 + *(p + 1) - '0';
sec               221 http/ngx_http_parse_time.c     if (hour > 23 || min > 59 || sec > 59) {
sec               264 http/ngx_http_parse_time.c             - 719527 + 31 + 28) * 86400 + hour * 3600 + min * 60 + sec;
sec               492 http/ngx_http_request.c     r->start_sec = tp->sec;
sec              1072 http/ngx_http_upstream.c         u->state->response_sec = tp->sec - u->state->response_sec;
sec              1086 http/ngx_http_upstream.c     u->state->response_sec = tp->sec;
sec              2946 http/ngx_http_upstream.c         u->state->response_sec = tp->sec - u->state->response_sec;