Searched refs:MciCache (Results 1 – 1 of 1) sorted by relevance
60 static MCI **MciCache; /* the open connection cache */ variable105 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[0];152 mci = MciCache[i];155 bestmci = &MciCache[i];[all …]