Searched refs:h_value (Results 1 - 6 of 6) sorted by relevance

/osnet-11/usr/src/cmd/sendmail/src/
H A Dheaders.c411 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 Dmilter.c2720 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
[all...]
H A Dqueue.c784 if (h->h_value == NULL)
795 (void) expand(h->h_value, buf, sizeof(buf), e);
847 commaize(h, h->h_value, oldstyle, &mcibuf, e,
856 denlstring(h->h_value, false,
H A Dsendmail.h777 char *h_value; /* the value of that field */ member in struct:header
/osnet-11/usr/src/grub/grub2/grub-core/lib/libgcrypt/cipher/
H A Ddsa.c798 gcry_mpi_t h_value;
802 &counter, &seed, &seedlen, &h_value);
804 if (!ec && h_value)
811 counter, (int)seedlen, seed, h_value));
821 gcry_mpi_release (h_value);
797 gcry_mpi_t h_value; local
/osnet-11/usr/src/grub/grub2/grub-core/lib/libgcrypt-grub/cipher/
H A Ddsa.c798 gcry_mpi_t h_value;
802 &counter, &seed, &seedlen, &h_value);
804 if (!ec && h_value)
811 counter, (int)seedlen, seed, h_value));
821 gcry_mpi_release (h_value);
797 gcry_mpi_t h_value; local

Completed in 80 milliseconds