Lines Matching refs:curstate
251 int curstate = ST_INIT;
267 curstate = ctx->ctx_state;
268 if (curstate == ST_INIT)
281 call_abort = ST_IN_MAIL(curstate);
362 curstate, newstate, next_states[curstate]);
364 if (newstate != ST_NONE && !trans_ok(curstate, newstate))
369 curstate, MI_MASK(curstate),
371 next_states[curstate]);
382 curstate = ST_HELO;
383 if (!trans_ok(curstate, newstate))
397 curstate = newstate;
398 ctx->ctx_state = curstate;
401 call_abort = ST_IN_MAIL(curstate);
421 curstate = ST_HELO;
432 curstate = ST_HELO;
444 ctx->ctx_state = curstate;