Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sendmail/src/
H A Dsavemail.c633 ee->e_msgboundary = sm_rpool_strdup_x(ee->e_rpool, buf);
640 ee->e_msgboundary);
779 if (e->e_msgboundary != NULL)
1057 if (e->e_msgboundary != NULL)
1322 if (e->e_msgboundary == NULL)
1336 e->e_msgboundary);
1371 if (!putbody(mci, e->e_parent, e->e_msgboundary))
1374 else if (e->e_msgboundary == NULL)
1384 else if (e->e_msgboundary == NULL)
1390 if (e->e_msgboundary != NULL)
[all …]
H A Dsendmail.h917 char *e_msgboundary; /* MIME-style message part boundary */ member