Home
last modified time | relevance | path

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

/freebsd/contrib/sendmail/src/
H A Dmci.c82 register MCI **mcislot; local
89 mcislot = mci_scan(mci);
90 if (mcislot == NULL)
104 if (*mcislot != NULL)
105 mci_uncache(mcislot, true);
109 (void *)mci, mci->mci_host, (int) (mcislot - MciCache));
114 (int) (mcislot - MciCache));
116 *mcislot = mci;
198 mci_uncache(mcislot, doquit) in mci_uncache() argument
199 register MCI **mcislot; in mci_uncache()
[all …]