Searched refs:lhg (Results 1 – 1 of 1) sorted by relevance
534 …_cmsLogErrorChunkType* lhg = (_cmsLogErrorChunkType*) _cmsContextGetClientChunk(ContextID, Logger); in cmsSetLogErrorHandlerTHR() local536 if (lhg != NULL) { in cmsSetLogErrorHandlerTHR()539 lhg -> LogErrorHandler = DefaultLogErrorHandlerFunction; in cmsSetLogErrorHandlerTHR()541 lhg -> LogErrorHandler = Fn; in cmsSetLogErrorHandlerTHR()557 _cmsLogErrorChunkType* lhg; in cmsSignalError() local565 lhg = (_cmsLogErrorChunkType*) _cmsContextGetClientChunk(ContextID, Logger); in cmsSignalError()566 if (lhg ->LogErrorHandler) { in cmsSignalError()567 lhg ->LogErrorHandler(ContextID, ErrorCode, Buffer); in cmsSignalError()