XML_UnparsedEntityDeclHandler  538 ext/xml/compat.c XML_SetUnparsedEntityDeclHandler(XML_Parser parser, XML_UnparsedEntityDeclHandler unparsed_decl)
XML_UnparsedEntityDeclHandler   60 ext/xml/expat_compat.h typedef void (*XML_UnparsedEntityDeclHandler)(void *, const XML_Char *, const XML_Char *, const XML_Char *, const XML_Char *, const XML_Char *);
XML_UnparsedEntityDeclHandler   86 ext/xml/expat_compat.h 	XML_UnparsedEntityDeclHandler    h_unparsed_entity_decl;
XML_UnparsedEntityDeclHandler  141 ext/xml/expat_compat.h PHP_XML_API void XML_SetUnparsedEntityDeclHandler(XML_Parser, XML_UnparsedEntityDeclHandler);