Home
last modified time | relevance | path

Searched refs:trans_ok (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/sendmail/libmilter/
H A Dengine.c108 static bool trans_ok __P((int, int));
359 if (newstate != ST_NONE && !trans_ok(curstate, newstate))
378 if (!trans_ok(curstate, newstate))
1662 trans_ok(old, new) in trans_ok() function