Home | History | Annotate | Download | only in src

Lines Matching refs:AllocatedEntries

54     mlu ->AllocatedEntries    = nItems;
95 cmsUInt32Number AllocatedEntries;
101 AllocatedEntries = mlu ->AllocatedEntries * 2;
104 if (AllocatedEntries / 2 != mlu ->AllocatedEntries) return FALSE;
107 NewPtr = (_cmsMLUentry*)_cmsRealloc(mlu ->ContextID, mlu ->Entries, AllocatedEntries*sizeof(_cmsMLUentry));
111 mlu ->AllocatedEntries = AllocatedEntries;
150 if (mlu ->UsedEntries >= mlu ->AllocatedEntries) {
272 if (NewMlu ->AllocatedEntries < mlu ->UsedEntries)
333 if (mlu -> AllocatedEntries <= 0) return NULL;