Searched refs:H_USER (Results 1 – 3 of 3) sorted by relevance
| /freebsd-9-stable/contrib/sendmail/src/ |
| D | milter.c | 2699 h->h_flags &= ~H_USER; 2704 if (!bitset(H_USER, h->h_flags)) 2988 !bitset(H_USER, h->h_flags) && 3015 h->h_flags |= H_USER; 3025 addheader(newstr(response), mh_value, H_USER, e, 3111 insheader(idx, newstr(field), mh_value, H_USER, e, 3189 if (bitset(H_USER, h->h_flags) && --index <= 0) 3194 else if (!bitset(H_USER, h->h_flags) && 3233 addheader(newstr(field), mh_value, H_USER, e, 3316 h->h_flags |= H_USER;
|
| D | headers.c | 398 !bitset(H_USER, h->h_flags) && 409 h->h_flags |= H_USER; 446 h->h_flags |= H_USER;
|
| D | sendmail.h | 871 #define H_USER 0x00040000 /* header came from the user/SMTP */ macro
|