Lines Matching refs:cmsContext
77 cmsBool _cmsRegisterMemHandlerPlugin(cmsContext ContextID, cmsPluginBase* Plugin);
84 void* _cmsMallocDefaultFn(cmsContext ContextID, cmsUInt32Number size)
95 void* _cmsMallocZeroDefaultFn(cmsContext ContextID, cmsUInt32Number size)
107 void _cmsFreeDefaultFn(cmsContext ContextID, void *Ptr)
120 void* _cmsReallocDefaultFn(cmsContext ContextID, void* Ptr, cmsUInt32Number size)
134 void* _cmsCallocDefaultFn(cmsContext ContextID, cmsUInt32Number num, cmsUInt32Number size)
156 void* _cmsDupDefaultFn(cmsContext ContextID, const void* Org, cmsUInt32Number size)
221 cmsBool _cmsRegisterMemHandlerPlugin(cmsContext ContextID, cmsPluginBase *Data)
257 cmsBool _cmsRegisterMemHandlerPlugin(cmsContext ContextID, cmsPluginBase* Plugin) in _cmsRegisterMemHandlerPlugin()
263 void* CMSEXPORT _cmsMalloc(cmsContext ContextID, cmsUInt32Number size) in _cmsMalloc()
269 void* CMSEXPORT _cmsMallocZero(cmsContext ContextID, cmsUInt32Number size) in _cmsMallocZero()
277 void* CMSEXPORT _cmsCalloc(cmsContext ContextID, cmsUInt32Number num, cmsUInt32Number size) in _cmsCalloc()
287 void* CMSEXPORT _cmsRealloc(cmsContext ContextID, void* Ptr, cmsUInt32Number size) in _cmsRealloc()
293 void CMSEXPORT _cmsFree(cmsContext ContextID, void* Ptr) in _cmsFree()
299 void* CMSEXPORT _cmsDupMem(cmsContext ContextID, const void* Org, cmsUInt32Number size) in _cmsDupMem()
358 _cmsSubAllocator_chunk* _cmsCreateSubAllocChunk(cmsContext ContextID, cmsUInt32Number Initial) in _cmsCreateSubAllocChunk()
388 _cmsSubAllocator* _cmsCreateSubAlloc(cmsContext ContextID, cmsUInt32Number Initial) in _cmsCreateSubAlloc()
496 static void DefaultLogErrorHandlerFunction(cmsContext ContextID, cmsUInt32Number ErrorCode, const c…
521 void DefaultLogErrorHandlerFunction(cmsContext ContextID, cmsUInt32Number ErrorCode, const char *Te… in DefaultLogErrorHandlerFunction()
532 void CMSEXPORT cmsSetLogErrorHandlerTHR(cmsContext ContextID, cmsLogErrorHandlerFunction Fn) in cmsSetLogErrorHandlerTHR()
553 void CMSEXPORT cmsSignalError(cmsContext ContextID, cmsUInt32Number ErrorCode, const char *ErrorTex… in cmsSignalError()
590 void* defMtxCreate(cmsContext id) in defMtxCreate()
598 void defMtxDestroy(cmsContext id, void* mtx) in defMtxDestroy()
605 cmsBool defMtxLock(cmsContext id, void* mtx) in defMtxLock()
612 void defMtxUnlock(cmsContext id, void* mtx) in defMtxUnlock()
641 cmsBool _cmsRegisterMutexPlugin(cmsContext ContextID, cmsPluginBase* Data) in _cmsRegisterMutexPlugin()
671 void* CMSEXPORT _cmsCreateMutex(cmsContext ContextID) in _cmsCreateMutex()
680 void CMSEXPORT _cmsDestroyMutex(cmsContext ContextID, void* mtx) in _cmsDestroyMutex()
690 cmsBool CMSEXPORT _cmsLockMutex(cmsContext ContextID, void* mtx) in _cmsLockMutex()
699 void CMSEXPORT _cmsUnlockMutex(cmsContext ContextID, void* mtx) in _cmsUnlockMutex()