ngx_parse_time   1193 src/core/ngx_conf_file.c     *msp = ngx_parse_time(&value[1], 0);
ngx_parse_time   1224 src/core/ngx_conf_file.c     *sp = ngx_parse_time(&value[1], 1);
ngx_parse_time     18 src/core/ngx_parse.h ngx_int_t ngx_parse_time(ngx_str_t *line, ngx_uint_t is_sec);
ngx_parse_time    187 src/core/ngx_resolver.c             r->valid = ngx_parse_time(&s, 1);
ngx_parse_time    407 src/http/modules/ngx_http_headers_filter_module.c     *expires_time = ngx_parse_time(value, 1);
ngx_parse_time   1295 src/http/modules/ngx_http_log_module.c             flush = ngx_parse_time(&s, 0);
ngx_parse_time   1682 src/http/modules/ngx_http_log_module.c             inactive = ngx_parse_time(&s, 1);
ngx_parse_time   1705 src/http/modules/ngx_http_log_module.c             valid = ngx_parse_time(&s, 1);
ngx_parse_time    776 src/http/modules/ngx_http_userid_filter_module.c     ucf->expires = ngx_parse_time(&value[1], 1);
ngx_parse_time   4231 src/http/ngx_http_core_module.c                     lsopt.tcp_keepidle = ngx_parse_time(&s, 1);
ngx_parse_time   4247 src/http/ngx_http_core_module.c                     lsopt.tcp_keepintvl = ngx_parse_time(&s, 1);
ngx_parse_time   5013 src/http/ngx_http_core_module.c             inactive = ngx_parse_time(&s, 1);
ngx_parse_time   5077 src/http/ngx_http_core_module.c     clcf->keepalive_timeout = ngx_parse_time(&value[1], 0);
ngx_parse_time   5087 src/http/ngx_http_core_module.c     clcf->keepalive_header = ngx_parse_time(&value[2], 1);
ngx_parse_time   2289 src/http/ngx_http_file_cache.c             inactive = ngx_parse_time(&s, 1);
ngx_parse_time   2331 src/http/ngx_http_file_cache.c             loader_sleep = ngx_parse_time(&s, 0);
ngx_parse_time   2346 src/http/ngx_http_file_cache.c             loader_threshold = ngx_parse_time(&s, 0);
ngx_parse_time   2468 src/http/ngx_http_file_cache.c     valid = ngx_parse_time(&value[n], 1);
ngx_parse_time   5435 src/http/ngx_http_upstream.c             fail_timeout = ngx_parse_time(&s, 1);
ngx_parse_time    498 src/mail/ngx_mail_core_module.c                     ls->tcp_keepidle = ngx_parse_time(&s, 1);
ngx_parse_time    514 src/mail/ngx_mail_core_module.c                     ls->tcp_keepintvl = ngx_parse_time(&s, 1);
ngx_parse_time    436 src/stream/ngx_stream_core_module.c                     ls->tcp_keepidle = ngx_parse_time(&s, 1);
ngx_parse_time    452 src/stream/ngx_stream_core_module.c                     ls->tcp_keepintvl = ngx_parse_time(&s, 1);
ngx_parse_time    231 src/stream/ngx_stream_upstream.c             fail_timeout = ngx_parse_time(&s, 1);