Searched refs:h_field (Results 1 – 4 of 4) sorted by relevance
/titanic_41/usr/src/cmd/sendmail/src/ |
H A D | headers.c | 396 if (sm_strcasecmp(fname, h->h_field) == 0 && 424 h->h_field = sm_rpool_strdup_x(e->e_rpool, fname); 553 h->h_field = field; 615 if (sm_strcasecmp(field, h->h_field) == 0) 717 sm_strcasecmp(h->h_field, field) == 0) 842 sm_dprintf("%s:", h->h_field); 910 if (sm_strcasecmp(h->h_field, p) == 0) 1701 sm_dprintf(" %s:", h->h_field); 1711 wordinclass(h->h_field, 1721 h->h_field, (unsigned long) len); [all …]
|
H A D | milter.c | 2733 h->h_field, h->h_value); 2736 m->mf_name, h->h_field); 2743 len_f = strlen(h->h_field) + 1; 2754 len_n = dequote_internal_chars(h->h_field, buf, len_f); 3011 if (sm_strcasecmp(h->h_field, response) == 0 && 3027 h->h_field, mh_value); 3031 h->h_field, mh_value); 3211 if (sm_strcasecmp(h->h_field, field) == 0) 3322 l = strlen(h->h_field) + 2;
|
H A D | sendmail.h | 774 char *h_field; /* the name of the field */ member
|
H A D | queue.c | 835 h->h_field, 856 h->h_field,
|