Home
last modified time | relevance | path

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

/freebsd/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[0];
156 mci = MciCache[i];
159 bestmci = &MciCache[i];
[all …]