Searched refs:h_value (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/sendmail/src/ |
H A D | headers.c | 449 h->h_value = NULL; 465 h->h_value = sm_rpool_strdup_tagged_x(e->e_rpool, fvalue, "h_value", 605 h->h_value = n; 608 h->h_value = sm_rpool_strdup_x(rp, value); 761 s = h->h_value; 883 if (h->h_value == NULL) 897 xputs(sm_debug_file(), h->h_value); 900 expand(h->h_value, buf, sizeof(buf), e); 907 h->h_value = sm_rpool_strdup_x(e->e_rpool, buf); 913 xputs(sm_debug_file(), h->h_value); [all …]
|
H A D | milter.c | 2718 if (h->h_value == NULL) 2731 h->h_field, h->h_value); 2737 || *(h->h_value) != ' ') 2738 hv = h->h_value; 2740 hv = h->h_value + 1; 3031 h->h_value = mh_value; /* XXX must be allocated from rpool? */ 3034 h->h_value = addleadingspace(mh_value, e->e_rpool); 3270 h->h_value == NULL ? "<NULL>" : h->h_value); 3277 h->h_value == NULL ? "<NULL>" : h->h_value, 3291 h->h_value == NULL ? "<NULL>" : h->h_value); [all …]
|
H A D | queue.c | 811 if (h->h_value == NULL) 822 (void) expand(h->h_value, buf, sizeof(buf), e); 874 commaize(h, h->h_value, oldstyle, &mcibuf, e, 883 denlstring(h->h_value, false,
|
H A D | sendmail.h | 1001 char *h_value; /* the value of that field */ member
|