Searched refs:m_processingInstructionHandler (Results 1 – 1 of 1) sorted by relevance
674 XML_ProcessingInstructionHandler m_processingInstructionHandler;1201 parser->m_processingInstructionHandler = NULL; in parserInit() 1407 oldProcessingInstructionHandler = parser->m_processingInstructionHandler; in XML_ExternalEntityParserCreate() 1466 parser->m_processingInstructionHandler = oldProcessingInstructionHandler; in XML_ExternalEntityParserCreate() 1722 parser->m_processingInstructionHandler = handler; in XML_SetProcessingInstructionHandler() 6434 if (! parser->m_processingInstructionHandler) { in reportProcessingInstruction() 6450 parser->m_processingInstructionHandler(parser->m_handlerArg, target, data); in reportComment() 673 XML_ProcessingInstructionHandler m_processingInstructionHandler; global() member