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

/sendmail/mail.local/
H A Dmail.local.c578 bool inbody = false; local
586 msgfd = store(return_path, &inbody);
588 if (msgfd < 0 && !inbody)
765 store(from, inbody)
767 bool *inbody;
778 if (inbody != NULL)
779 *inbody = false;
797 if (inbody != NULL)
798 *inbody = true;

Completed in 24 milliseconds