Lines Matching refs:CoderEvent
256 (void) LogMagickEvent(CoderEvent,GetMagickModule()," SAX.MSLIsStandalone()"); in MSLIsStandalone()
269 (void) LogMagickEvent(CoderEvent,GetMagickModule(), in MSLHasInternalSubset()
283 (void) LogMagickEvent(CoderEvent,GetMagickModule(), in MSLHasExternalSubset()
298 (void) LogMagickEvent(CoderEvent,GetMagickModule(), in MSLInternalSubset()
321 (void) LogMagickEvent(CoderEvent,GetMagickModule(), in MSLResolveEntity()
339 (void) LogMagickEvent(CoderEvent,GetMagickModule(), in MSLGetEntity()
353 (void) LogMagickEvent(CoderEvent,GetMagickModule(), in MSLGetParameterEntity()
368 (void) LogMagickEvent(CoderEvent,GetMagickModule(), in MSLEntityDeclaration()
400 (void) LogMagickEvent(CoderEvent,GetMagickModule(), in MSLAttributeDeclaration()
435 (void) LogMagickEvent(CoderEvent,GetMagickModule(), in MSLElementDeclaration()
460 (void) LogMagickEvent(CoderEvent,GetMagickModule(), in MSLNotationDeclaration()
484 (void) LogMagickEvent(CoderEvent,GetMagickModule(), in MSLUnparsedEntityDeclaration()
503 (void) LogMagickEvent(CoderEvent,GetMagickModule(), in MSLSetDocumentLocator()
521 (void) LogMagickEvent(CoderEvent,GetMagickModule(), in MSLStartDocument()
543 (void) LogMagickEvent(CoderEvent,GetMagickModule()," SAX.endDocument()"); in MSLEndDocument()
669 (void) LogMagickEvent(CoderEvent,GetMagickModule(), in MSLStartElement()
7366 (void) LogMagickEvent(CoderEvent,GetMagickModule()," )"); in MSLStartElement()
7380 (void) LogMagickEvent(CoderEvent,GetMagickModule()," SAX.endElement(%s)", in MSLEndElement()
7482 (void) LogMagickEvent(CoderEvent,GetMagickModule(), in MSLCharacters()
7517 (void) LogMagickEvent(CoderEvent,GetMagickModule(), in MSLReference()
7539 (void) LogMagickEvent(CoderEvent,GetMagickModule(), in MSLIgnorableWhitespace()
7554 (void) LogMagickEvent(CoderEvent,GetMagickModule(), in MSLProcessingInstructions()
7569 (void) LogMagickEvent(CoderEvent,GetMagickModule(), in MSLComment()
7595 (void) LogMagickEvent(CoderEvent,GetMagickModule()," SAX.warning: "); in MSLWarning()
7596 (void) LogMagickEvent(CoderEvent,GetMagickModule(),format,operands); in MSLWarning()
7629 (void) LogMagickEvent(CoderEvent,GetMagickModule()," SAX.error: "); in MSLError()
7630 (void) LogMagickEvent(CoderEvent,GetMagickModule(),format,operands); in MSLError()
7656 (void) LogMagickEvent(CoderEvent,GetMagickModule(), in MSLCDataBlock()
7690 (void) LogMagickEvent(CoderEvent,GetMagickModule(), in MSLExternalSubset()
7872 (void) LogMagickEvent(CoderEvent,GetMagickModule(),"end SAX"); in ProcessMSLScript()