Home
last modified time | relevance | path

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

/PHP-7.4/ext/xml/
H A Dcompat.c289 const xmlChar *pub_id, in _unparsed_entity_decl_handler() argument
299 parser->h_unparsed_entity_decl(parser->user, name, NULL, sys_id, pub_id, notation); in _unparsed_entity_decl_handler()
303 _notation_decl_handler(void *user, const xmlChar *notation, const xmlChar *pub_id, const xmlChar *s… in _notation_decl_handler() argument
311 parser->h_notation_decl(parser->user, notation, NULL, sys_id, pub_id); in _notation_decl_handler()
354 …er, const xmlChar *names, int type, const xmlChar *sys_id, const xmlChar *pub_id, xmlChar *content) in _external_entity_ref_handler() argument
362 if (!parser->h_external_entity_ref(parser, names, (XML_Char *) "", sys_id, pub_id)) { in _external_entity_ref_handler()

Completed in 5 milliseconds