• Home
  • Raw
  • Download

Lines Matching refs:CoderEvent

257   (void) LogMagickEvent(CoderEvent,GetMagickModule(),"  SAX.MSLIsStandalone()");  in MSLIsStandalone()
270 (void) LogMagickEvent(CoderEvent,GetMagickModule(), in MSLHasInternalSubset()
284 (void) LogMagickEvent(CoderEvent,GetMagickModule(), in MSLHasExternalSubset()
299 (void) LogMagickEvent(CoderEvent,GetMagickModule(), in MSLInternalSubset()
322 (void) LogMagickEvent(CoderEvent,GetMagickModule(), in MSLResolveEntity()
340 (void) LogMagickEvent(CoderEvent,GetMagickModule(), in MSLGetEntity()
354 (void) LogMagickEvent(CoderEvent,GetMagickModule(), in MSLGetParameterEntity()
369 (void) LogMagickEvent(CoderEvent,GetMagickModule(), in MSLEntityDeclaration()
401 (void) LogMagickEvent(CoderEvent,GetMagickModule(), in MSLAttributeDeclaration()
436 (void) LogMagickEvent(CoderEvent,GetMagickModule(), in MSLElementDeclaration()
461 (void) LogMagickEvent(CoderEvent,GetMagickModule(), in MSLNotationDeclaration()
485 (void) LogMagickEvent(CoderEvent,GetMagickModule(), in MSLUnparsedEntityDeclaration()
504 (void) LogMagickEvent(CoderEvent,GetMagickModule(), in MSLSetDocumentLocator()
522 (void) LogMagickEvent(CoderEvent,GetMagickModule(), in MSLStartDocument()
544 (void) LogMagickEvent(CoderEvent,GetMagickModule()," SAX.endDocument()"); in MSLEndDocument()
664 (void) LogMagickEvent(CoderEvent,GetMagickModule(), in MSLStartElement()
7329 (void) LogMagickEvent(CoderEvent,GetMagickModule()," )"); in MSLStartElement()
7343 (void) LogMagickEvent(CoderEvent,GetMagickModule()," SAX.endElement(%s)", in MSLEndElement()
7445 (void) LogMagickEvent(CoderEvent,GetMagickModule(), in MSLCharacters()
7480 (void) LogMagickEvent(CoderEvent,GetMagickModule(), in MSLReference()
7498 (void) LogMagickEvent(CoderEvent,GetMagickModule(), in MSLIgnorableWhitespace()
7513 (void) LogMagickEvent(CoderEvent,GetMagickModule(), in MSLProcessingInstructions()
7528 (void) LogMagickEvent(CoderEvent,GetMagickModule(), in MSLComment()
7551 (void) LogMagickEvent(CoderEvent,GetMagickModule()," SAX.warning: "); in MSLWarning()
7552 (void) LogMagickEvent(CoderEvent,GetMagickModule(),format,operands); in MSLWarning()
7582 (void) LogMagickEvent(CoderEvent,GetMagickModule()," SAX.error: "); in MSLError()
7583 (void) LogMagickEvent(CoderEvent,GetMagickModule(),format,operands); in MSLError()
7609 (void) LogMagickEvent(CoderEvent,GetMagickModule(), in MSLCDataBlock()
7641 (void) LogMagickEvent(CoderEvent,GetMagickModule(), in MSLExternalSubset()
7814 (void) LogMagickEvent(CoderEvent,GetMagickModule(),"end SAX"); in ProcessMSLScript()