Home
last modified time | relevance | path

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

/freebsd/contrib/sendmail/src/
H A Ddeliver.c5476 if (rcode != EX_OK && e->e_estate >= 0)
5478 if (e->e_estate >= 0 && e->e_estate < SM_ARRAY_SIZE(xs_states))
5480 ", stage=%s", xs_states[e->e_estate]);
5483 ", stage=%d", e->e_estate);
H A Dusersmtp.c65 e->e_estate = -1;
3443 e->e_estate = rtype;
H A Dsendmail.h1176 int e_estate; /* protocol state when error happened */ member