Searched refs:curstate (Results 1 - 1 of 1) sorted by relevance

/sendmail/libmilter/
H A Dengine.c251 int curstate = ST_INIT; local
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]);
[all...]

Completed in 10 milliseconds