Searched refs:allocheader (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/sendmail/src/ |
H A D | headers.c | 20 static HDR *allocheader __P((char *, char *, int, SM_RPOOL_T *, bool)); 578 allocheader(field, value, flags, rp, space) in allocheader() function 660 h = allocheader(field, value, flags, e->e_rpool, space); 704 h = allocheader(field, value, flags, e->e_rpool, space);
|