ngx_parse_time   1292 core/ngx_conf_file.c     *msp = ngx_parse_time(&value[1], 0);
ngx_parse_time   1327 core/ngx_conf_file.c     *sp = ngx_parse_time(&value[1], 1);
ngx_parse_time     20 core/ngx_parse.h ngx_int_t ngx_parse_time(ngx_str_t *line, ngx_uint_t sec);
ngx_parse_time    529 http/modules/ngx_http_headers_filter_module.c     hcf->expires_time = ngx_parse_time(&value[n], 1);
ngx_parse_time   1263 http/modules/ngx_http_log_module.c             inactive = ngx_parse_time(&s, 1);
ngx_parse_time   1286 http/modules/ngx_http_log_module.c             valid = ngx_parse_time(&s, 1);
ngx_parse_time    730 http/modules/ngx_http_userid_filter_module.c     ucf->expires = ngx_parse_time(&value[1], 1);
ngx_parse_time    275 http/ngx_http_busy_lock.c             bl->timeout = ngx_parse_time(&line, 1);
ngx_parse_time   4234 http/ngx_http_core_module.c             inactive = ngx_parse_time(&s, 1);
ngx_parse_time   4316 http/ngx_http_core_module.c     clcf->keepalive_timeout = ngx_parse_time(&value[1], 0);
ngx_parse_time   4330 http/ngx_http_core_module.c     clcf->keepalive_header = ngx_parse_time(&value[2], 1);
ngx_parse_time   1619 http/ngx_http_file_cache.c             inactive = ngx_parse_time(&s, 1);
ngx_parse_time   1711 http/ngx_http_file_cache.c     valid = ngx_parse_time(&value[n], 1);
ngx_parse_time   4139 http/ngx_http_upstream.c             fail_timeout = ngx_parse_time(&s, 1);