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

/freebsd-13-stable/contrib/sendmail/src/
H A Dmci.c64 static MCI **MciCache; /* the open connection cache */ variable
109 (void *)mci, mci->mci_host, (int) (mcislot - MciCache));
114 (int) (mcislot - MciCache));
144 if (MciCache == NULL)
147 MciCache = (MCI **) sm_pmalloc_x(MaxMciCache * sizeof(*MciCache));
148 memset((char *) MciCache, '\0', MaxMciCache * sizeof(*MciCache));
149 return &MciCache[0];
153 bestmci = &MciCache[
[all...]

Completed in 113 milliseconds