Home
last modified time | relevance | path

Searched refs:e_mci (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/sendmail/src/
H A Dmacro.c555 if (e != NULL && e->e_mci != NULL)
557 char *p = e->e_mci->mci_macro.mac_table[n];
H A Ddeliver.c1381 SM_ASSERT(e->e_mci != NULL);
1382 macdefine(&e->e_mci->mci_macro, A_PERM, macid("{client_flags}"), "");
1408 macdefine(&e->e_mci->mci_macro, A_TEMP, macid("{client_flags}"), flags);
1411 servername, e->e_mci, flags,
2772 e->e_mci = mci;
3593 e->e_mci = mci;
H A Dsendmail.h1157 MCI *e_mci; /* connection info */ member
H A Dusersmtp.c73 e->e_mci = NULL;