Searched refs:EF_FATALERRS (Results 1 – 11 of 11) sorted by relevance
| /freebsd-10-stable/contrib/sendmail/src/ |
| D | envelope.c | 238 e->e_flags |= EF_FATALERRS|EF_CLRQUEUE; 244 e->e_flags |= EF_FATALERRS|EF_CLRQUEUE; 453 if (bitset(EF_FATALERRS, e->e_flags) && !failure_return) 590 bitset(EF_FATALERRS, e->e_flags)) 1261 { "FATALERRS", EF_FATALERRS },
|
| D | collect.c | 843 e->e_flags &= ~EF_FATALERRS; 874 if (!bitset(EF_FATALERRS, e->e_flags)) 915 if (SuperSafe == SAFE_REALLY && !bitset(EF_FATALERRS, e->e_flags))
|
| D | err.c | 804 CurEnv->e_flags |= EF_FATALERRS;
|
| D | deliver.c | 106 if (bitset(EF_FATALERRS, e->e_flags) && 155 e->e_flags |= EF_FATALERRS|EF_PM_NOTIFY|EF_CLRQUEUE; 402 ee->e_flags = e->e_flags & ~(EF_INQUEUE|EF_CLRQUEUE|EF_FATALERRS|EF_SENDRECEIPT|EF_RET_PARAM); 489 e->e_flags &= ~EF_FATALERRS; 806 if (bitset(EF_FATALERRS, e->e_flags) && 853 bitset(EF_FATALERRS, e->e_flags))
|
| D | headers.c | 915 if (!bitset(EF_FATALERRS, saveflags)) 916 e->e_flags &= ~EF_FATALERRS;
|
| D | main.c | 2848 savedflags = MainEnvelope.e_flags & EF_FATALERRS; 2850 MainEnvelope.e_flags &= ~EF_FATALERRS; 2908 bitset(EF_FATALERRS, MainEnvelope.e_flags))
|
| D | queue.c | 4530 e->e_flags |= EF_CLRQUEUE|EF_FATALERRS|EF_RESPONSE; 5921 if (!bitset(EF_FATALERRS, e->e_flags)) 5923 e->e_flags |= EF_FATALERRS; 7846 old->e_flags |= EF_FATALERRS; 7930 ee->e_flags &= ~(EF_INQUEUE|EF_CLRQUEUE|EF_FATALERRS
|
| D | savemail.c | 827 !bitset(EF_FATALERRS|EF_SENDRECEIPT, e->e_parent->e_flags))
|
| D | srvrsmtp.c | 3104 e->e_flags &= ~(EF_FATALERRS|EF_PM_NOTIFY); 3936 aborting = bitset(EF_FATALERRS, e->e_flags);
|
| D | sendmail.h | 1007 #define EF_FATALERRS 0x00000020L /* fatal errors occurred */ macro
|
| /freebsd-10-stable/contrib/sendmail/ |
| D | RELEASE_NOTES | 10438 handling of EF_FATALERRS somewhat, and adds an
|