Searched refs:h_field (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/sendmail/src/ |
H A D | headers.c | 421 if (SM_STRCASEEQ(fname, h->h_field) && 463 h->h_field = sm_rpool_strdup_tagged_x(e->e_rpool, fname, "h_field", 593 h->h_field = field; 655 if (SM_STRCASEEQ(field, h->h_field)) 757 SM_STRCASEEQ(h->h_field, field)) 882 sm_dprintf("%s:", h->h_field); 950 if (SM_STRCASEEQ(h->h_field, p)) 1790 sm_dprintf(" %s:", h->h_field); 1803 wordinclass(h->h_field, 1813 h->h_field, (unsigned long) len); [all …]
|
H A D | milter.c | 2731 h->h_field, h->h_value); 2734 m->mf_name, h->h_field); 2741 len_f = strlen(h->h_field) + 1; 2752 len_n = dequote_internal_chars(h->h_field, buf, len_f); 3009 if (SM_STRCASEEQ(h->h_field, response) && 3025 h->h_field, mh_value); 3029 m->mf_name, h->h_field, mh_value); 3209 if (SM_STRCASEEQ(h->h_field, field)) 3324 l = strlen(h->h_field) + 2;
|
H A D | sendmail.h | 1000 char *h_field; /* the name of the field */ member
|
H A D | queue.c | 861 h->h_field, 882 h->h_field,
|