Searched refs:H_USER (Results 1 – 3 of 3) sorted by relevance
/titanic_44/usr/src/cmd/sendmail/src/ |
H A D | milter.c | 2723 h->h_flags &= ~H_USER; 2728 if (!bitset(H_USER, h->h_flags)) 3012 !bitset(H_USER, h->h_flags) && 3039 h->h_flags |= H_USER; 3049 addheader(newstr(response), mh_value, H_USER, e, 3135 insheader(idx, newstr(field), mh_value, H_USER, e, 3213 if (bitset(H_USER, h->h_flags) && --index <= 0) 3218 else if (!bitset(H_USER, h->h_flags) && 3257 addheader(newstr(field), mh_value, H_USER, e, 3340 h->h_flags |= H_USER;
|
H A D | headers.c | 397 !bitset(H_USER, h->h_flags) && 408 h->h_flags |= H_USER; 432 h->h_flags |= H_USER;
|
H A D | sendmail.h | 818 #define H_USER 0x00040000 /* header came from the user/SMTP */ macro
|