Home | History | Annotate | Download | only in src

Lines Matching refs:Entries

47     mlu ->Entries = (_cmsMLUentry*) _cmsCalloc(ContextID, nItems, sizeof(_cmsMLUentry));
48 if (mlu ->Entries == NULL) {
107 NewPtr = (_cmsMLUentry*)_cmsRealloc(mlu ->ContextID, mlu ->Entries, AllocatedEntries*sizeof(_cmsMLUentry));
110 mlu ->Entries = NewPtr;
129 if (mlu ->Entries[i].Country == CountryCode &&
130 mlu ->Entries[i].Language == LanguageCode) return i;
172 mlu ->Entries[mlu ->UsedEntries].StrW = Offset;
173 mlu ->Entries[mlu ->UsedEntries].Len = size;
174 mlu ->Entries[mlu ->UsedEntries].Country = CountryCode;
175 mlu ->Entries[mlu ->UsedEntries].Language = LanguageCode;
276 if (NewMlu ->Entries == NULL || mlu ->Entries == NULL) goto Error;
278 memmove(NewMlu ->Entries, mlu ->Entries, mlu ->UsedEntries * sizeof(_cmsMLUentry));
311 if (mlu -> Entries) _cmsFree(mlu ->ContextID, mlu->Entries);
337 v = mlu ->Entries + i;
359 v = mlu ->Entries + Best;
494 entry = &mlu->Entries[idx];
519 // Keep a maximum color lists can grow, 100K entries seems reasonable