step              112 core/ngx_parse.c     } step;
step              117 core/ngx_parse.c     step = sec ? st_start : st_month;
step              134 core/ngx_parse.c             if (step > st_start) {
step              137 core/ngx_parse.c             step = st_year;
step              143 core/ngx_parse.c             if (step > st_year) {
step              146 core/ngx_parse.c             step = st_month;
step              152 core/ngx_parse.c             if (step > st_month) {
step              155 core/ngx_parse.c             step = st_week;
step              161 core/ngx_parse.c             if (step > st_week) {
step              164 core/ngx_parse.c             step = st_day;
step              170 core/ngx_parse.c             if (step > st_day) {
step              173 core/ngx_parse.c             step = st_hour;
step              180 core/ngx_parse.c                 if (sec || step > st_sec) {
step              184 core/ngx_parse.c                 step = st_msec;
step              190 core/ngx_parse.c             if (step > st_hour) {
step              193 core/ngx_parse.c             step = st_min;
step              199 core/ngx_parse.c             if (step > st_min) {
step              202 core/ngx_parse.c             step = st_sec;
step              208 core/ngx_parse.c             if (step > st_min) {
step              211 core/ngx_parse.c             step = st_last;
step              220 core/ngx_parse.c         if (step != st_msec && !sec) {