Searched refs:h_value (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/cmd/sendmail/src/ |
H A D | headers.c | 411 h->h_value = NULL; 425 h->h_value = sm_rpool_strdup_x(e->e_rpool, fvalue); 565 h->h_value = n; 568 h->h_value = sm_rpool_strdup_x(rp, value); 721 s = h->h_value; 843 if (h->h_value == NULL) 857 xputs(sm_debug_file(), h->h_value); 860 expand(h->h_value, buf, sizeof(buf), e); 867 h->h_value = sm_rpool_strdup_x(e->e_rpool, buf); 873 xputs(sm_debug_file(), h->h_value); [all …]
|
H A D | milter.c | 2720 if (h->h_value == NULL) 2733 h->h_field, h->h_value); 2739 || *(h->h_value) != ' ') 2740 hv = h->h_value; 2742 hv = h->h_value + 1; 3033 h->h_value = mh_value; 3036 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, 3290 h->h_value == NULL ? "<NULL>" : h->h_value); [all …]
|
H A D | queue.c | 785 if (h->h_value == NULL) 796 (void) expand(h->h_value, buf, sizeof(buf), e); 848 commaize(h, h->h_value, oldstyle, &mcibuf, e, 857 denlstring(h->h_value, false,
|
H A D | sendmail.h | 775 char *h_value; /* the value of that field */ member
|