Searched refs:H_USER (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12-stable/contrib/sendmail/src/ |
| D | milter.c | 2702 h->h_flags &= ~H_USER; 2707 if (!bitset(H_USER, h->h_flags)) 2991 !bitset(H_USER, h->h_flags) && 3018 h->h_flags |= H_USER; 3028 addheader(newstr(response), mh_value, H_USER, e, 3114 insheader(idx, newstr(field), mh_value, H_USER, e, 3192 if (bitset(H_USER, h->h_flags) && --index <= 0) 3197 else if (!bitset(H_USER, h->h_flags) && 3237 addheader(newstr(field), mh_value, H_USER, e, 3323 h->h_flags |= H_USER;
|
| D | headers.c | 408 !bitset(H_USER, h->h_flags) && 419 h->h_flags |= H_USER; 459 h->h_flags |= H_USER;
|
| D | sendmail.h | 1001 #define H_USER 0x00040000 /* header came from the user/SMTP */ macro
|