Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sendmail/src/
H A Dmci.c140 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[0];
152 mci = MciCache[i];
155 bestmci = &MciCache[i];
165 bestmci = &MciCache[i];
174 bestmci = &MciCache[i];
282 if (MciCache == NULL)
[all …]