Home
last modified time | relevance | path

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

/php-src/ext/xml/
H A Dcompat.c268 const xmlChar *pub_id, in unparsed_entity_decl_handler() argument
278 parser->h_unparsed_entity_decl(parser->user, name, NULL, sys_id, pub_id, notation); in unparsed_entity_decl_handler()
282 notation_decl_handler(void *user, const xmlChar *notation, const xmlChar *pub_id, const xmlChar *sy… in notation_decl_handler() argument
290 parser->h_notation_decl(parser->user, notation, NULL, sys_id, pub_id); in notation_decl_handler()
333 …_entity_ref_handler(void *user, const xmlChar *names, const xmlChar *sys_id, const xmlChar *pub_id) in external_entity_ref_handler() argument
341 if (!parser->h_external_entity_ref(parser, names, (XML_Char *) "", sys_id, pub_id)) { in external_entity_ref_handler()

Completed in 7 milliseconds