Searched defs:MciCache (Results 1 - 1 of 1) sorted by relevance

/sendmail/sendmail/
H A Dmci.c60 static MCI **MciCache; /* the open connection cache */ variable
105 mci, mci->mci_host, (int) (mcislot - MciCache));
110 (int) (mcislot - MciCache));
140 if (MciCache == NULL)
143 MciCache = (MCI **) sm_pmalloc_x(MaxMciCache * sizeof(*MciCache));
144 memset((char *) MciCache, '\0', MaxMciCache * sizeof(*MciCache));
145 return &MciCache[0];
149 bestmci = &MciCache[
[all...]

Completed in 8 milliseconds