Home
last modified time | relevance | path

Searched refs:m_processingInstructionHandler (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/cts/hostsidetests/securitybulletin/securityPatch/CVE-2022-23852/
H A Dpoc.cpp240 XML_ProcessingInstructionHandler m_processingInstructionHandler; member
/aosp_15_r20/external/python/cpython2/Modules/expat/
Dxmlparse.c567 XML_ProcessingInstructionHandler m_processingInstructionHandler; member
1051 parser->m_processingInstructionHandler = NULL; in parserInit()
1245 oldProcessingInstructionHandler = parser->m_processingInstructionHandler; in XML_ExternalEntityParserCreate()
1305 parser->m_processingInstructionHandler = oldProcessingInstructionHandler; in XML_ExternalEntityParserCreate()
1575 parser->m_processingInstructionHandler = handler; in XML_SetProcessingInstructionHandler()
5923 if (!parser->m_processingInstructionHandler) { in reportProcessingInstruction()
5940 parser->m_processingInstructionHandler(parser->m_handlerArg, target, data); in reportProcessingInstruction()
/aosp_15_r20/external/python/cpython3/Modules/expat/
Dxmlparse.c625 XML_ProcessingInstructionHandler m_processingInstructionHandler; member
1109 parser->m_processingInstructionHandler = NULL; in parserInit()
1311 oldProcessingInstructionHandler = parser->m_processingInstructionHandler; in XML_ExternalEntityParserCreate()
1369 parser->m_processingInstructionHandler = oldProcessingInstructionHandler; in XML_ExternalEntityParserCreate()
1624 parser->m_processingInstructionHandler = handler; in XML_SetProcessingInstructionHandler()
6295 if (! parser->m_processingInstructionHandler) { in reportProcessingInstruction()
6311 parser->m_processingInstructionHandler(parser->m_handlerArg, target, data); in reportProcessingInstruction()
/aosp_15_r20/external/expat/expat/lib/
H A Dxmlparse.c673 XML_ProcessingInstructionHandler m_processingInstructionHandler; member
1200 parser->m_processingInstructionHandler = NULL; in parserInit()
1406 oldProcessingInstructionHandler = parser->m_processingInstructionHandler; in XML_ExternalEntityParserCreate()
1465 parser->m_processingInstructionHandler = oldProcessingInstructionHandler; in XML_ExternalEntityParserCreate()
1721 parser->m_processingInstructionHandler = handler; in XML_SetProcessingInstructionHandler()
6424 if (! parser->m_processingInstructionHandler) { in reportProcessingInstruction()
6440 parser->m_processingInstructionHandler(parser->m_handlerArg, target, data); in reportProcessingInstruction()