Searched defs:state (Results 1 - 4 of 4) sorted by relevance

/sendmail/sendmail/
H A Dsavemail.c44 /* defines for state machine */
61 int state; local
105 ** Basic state machine.
120 /* determine starting state */
124 state = ESM_REPORT;
129 state = ESM_MAIL;
134 state = ESM_QUIET;
144 state = ESM_MAIL;
157 state = ESM_POSTMASTER;
160 while (state !
[all...]
H A Dusersmtp.c72 int state; local
94 state = mci->mci_state;
95 switch (state)
117 syserr("451 4.4.0 smtpinit: state CLOSED (was %d)", state);
2983 ** The standard does not state the proper action
2998 ** SMTPPROBE -- check the connection state
3162 /* if debugging, pause so we can see state */
H A Dparseaddr.c485 #define TYPE 017 /* mask to select state type */
679 int state; local
723 state = ATM;
777 else if (state == QST)
797 else if (c == delim && cmntcnt <= 0 && state != QST)
812 sm_dprintf("c=%c, s=%d; ", c, state);
826 else if (c != '!' || state == QST)
840 else if (state == QST)
898 if (c == delim && anglecnt <= 0 && state != QST)
901 newstate = StateTab[state][tokta
[all...]
H A Dsrvrsmtp.c241 #define CMDRSET 4 /* rset -- reset state */
379 switch (state) \
465 /* clear all SMTP state (for HELO/EHLO/RSET) */
919 char state; local
922 smtp.sm_milterlist = milter_init(e, &state, &smtp.sm_milters);
923 switch (state)
961 char state; local
968 response = milter_connect(q, RealHostAddr, e, &state);
969 switch (state)
2150 char state; local
2517 char state; local
2766 char state; local
2850 char state; local
3279 char state; local
3381 char state; local
3505 char state; local
[all...]

Completed in 66 milliseconds