Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/expat/lib/
H A Dxmlparse.c578 #define processingInstructionHandler \ macro
888 processingInstructionHandler = NULL; in parserInit()
1025 = processingInstructionHandler; in XML_ExternalEntityParserCreate()
1092 processingInstructionHandler = oldProcessingInstructionHandler; in XML_ExternalEntityParserCreate()
1338 processingInstructionHandler = handler; in XML_SetProcessingInstructionHandler()
5334 if (!processingInstructionHandler) { in reportProcessingInstruction()
5351 processingInstructionHandler(handlerArg, target, data); in reportProcessingInstruction()