Home
last modified time | relevance | path

Searched refs:hi_field (Results 1 – 2 of 2) sorted by relevance

/original-bsd/usr.sbin/sendmail/src/
H A Dheaders.c104 for (hi = HdrInfo; hi->hi_field != NULL; hi++)
106 if (strcasecmp(hi->hi_field, fname) == 0)
112 if (hi->hi_field == NULL)
262 for (hi = HdrInfo; hi->hi_field != NULL; hi++)
264 if (strcasecmp(field, hi->hi_field) == 0)
550 for (hi = HdrInfo; hi->hi_field != NULL; hi++)
555 (p = hvalue(hi->hi_field, e->e_header)) != NULL)
558 if (hi->hi_field != NULL)
562 hi->hi_field, p);
H A Dsendmail.h280 char *hi_field; /* the name of the field */ member