Searched refs:pub_id (Results 1 – 1 of 1) sorted by relevance
/PHP-5.3/ext/xml/ |
H A D | compat.c | 298 const xmlChar *pub_id, in _unparsed_entity_decl_handler() argument 308 parser->h_unparsed_entity_decl(parser->user, name, NULL, sys_id, pub_id, notation); in _unparsed_entity_decl_handler() 312 _notation_decl_handler(void *user, const xmlChar *notation, const xmlChar *pub_id, const xmlChar *s… in _notation_decl_handler() argument 320 parser->h_notation_decl(parser->user, notation, NULL, sys_id, pub_id); in _notation_decl_handler() 363 …er, const xmlChar *names, int type, const xmlChar *sys_id, const xmlChar *pub_id, xmlChar *content) in _external_entity_ref_handler() argument 371 parser->h_external_entity_ref(parser, names, "", sys_id, pub_id); in _external_entity_ref_handler()
|
Completed in 13 milliseconds