Lines Matching refs:cmsContext
34 -cmsBool _cmsRegisterMemHandlerPlugin(cmsContext ContextID, cmsPluginBase* Plugin);
41 -void* _cmsMallocDefaultFn(cmsContext ContextID, cmsUInt32Number size)
42 +cmsBool _cmsRegisterMemHandlerPlugin(cmsContext ContextID, cmsPluginBase* Plugin)
52 +void* CMSEXPORT _cmsMalloc(cmsContext ContextID, cmsUInt32Number size)
59 -void* _cmsMallocZeroDefaultFn(cmsContext ContextID, cmsUInt32Number size)
60 +void* CMSEXPORT _cmsMallocZero(cmsContext ContextID, cmsUInt32Number size)
75 -void _cmsFreeDefaultFn(cmsContext ContextID, void *Ptr)
77 +void* CMSEXPORT _cmsCalloc(cmsContext ContextID, cmsUInt32Number num, cmsUInt32Number size)
94 -void* _cmsReallocDefaultFn(cmsContext ContextID, void* Ptr, cmsUInt32Number size)
96 +void* CMSEXPORT _cmsRealloc(cmsContext ContextID, void* Ptr, cmsUInt32Number size)
111 -void* _cmsCallocDefaultFn(cmsContext ContextID, cmsUInt32Number num, cmsUInt32Number size)
113 +void CMSEXPORT _cmsFree(cmsContext ContextID, void* Ptr)
136 -void* _cmsDupDefaultFn(cmsContext ContextID, const void* Org, cmsUInt32Number size)
137 +void* CMSEXPORT _cmsDupMem(cmsContext ContextID, const void* Org, cmsUInt32Number size)
208 -cmsBool _cmsRegisterMemHandlerPlugin(cmsContext ContextID, cmsPluginBase *Data)
242 -void* CMSEXPORT _cmsMalloc(cmsContext ContextID, cmsUInt32Number size)
249 -void* CMSEXPORT _cmsMallocZero(cmsContext ContextID, cmsUInt32Number size)
256 -void* CMSEXPORT _cmsCalloc(cmsContext ContextID, cmsUInt32Number num, cmsUInt32Number size)
263 -void* CMSEXPORT _cmsRealloc(cmsContext ContextID, void* Ptr, cmsUInt32Number size)
270 -void CMSEXPORT _cmsFree(cmsContext ContextID, void* Ptr)
279 -void* CMSEXPORT _cmsDupMem(cmsContext ContextID, const void* Org, cmsUInt32Number size)