msp              1280 core/ngx_conf_file.c     ngx_msec_t       *msp;
msp              1285 core/ngx_conf_file.c     msp = (ngx_msec_t *) (p + cmd->offset);
msp              1286 core/ngx_conf_file.c     if (*msp != NGX_CONF_UNSET_MSEC) {
msp              1292 core/ngx_conf_file.c     *msp = ngx_parse_time(&value[1], 0);
msp              1293 core/ngx_conf_file.c     if (*msp == (ngx_msec_t) NGX_ERROR) {
msp              1297 core/ngx_conf_file.c     if (*msp == (ngx_msec_t) NGX_PARSE_LARGE_TIME) {
msp              1303 core/ngx_conf_file.c         return post->post_handler(cf, post, msp);