min               281 core/ngx_times.c     ngx_uint_t  n, sec, min, hour, mday, mon, year, wday, days, leap;
min               296 core/ngx_times.c     min = n / 60;
min               361 core/ngx_times.c     tp->ngx_tm_min = (ngx_tm_min_t) min;
min                18 http/ngx_http_parse_time.c     ngx_uint_t   day, year, hour, min, sec;
min               190 http/ngx_http_parse_time.c     min = (*p - '0') * 10 + *(p + 1) - '0';
min               221 http/ngx_http_parse_time.c     if (hour > 23 || min > 59 || sec > 59) {
min               264 http/ngx_http_parse_time.c             - 719527 + 31 + 28) * 86400 + hour * 3600 + min * 60 + sec;