Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/sendmail/src/
H A Dmci.c144 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];
169 bestmci = &MciCache[i];
178 bestmci = &MciCache[i];
287 if (MciCache == NULL)
[all …]