Home
last modified time | relevance | path

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

/PHP-7.4/ext/xml/
H A Dcompat.c290 const xmlChar *sys_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 …ion_decl_handler(void *user, const xmlChar *notation, const xmlChar *pub_id, const xmlChar *sys_id) in _notation_decl_handler() argument
311 parser->h_notation_decl(parser->user, notation, NULL, sys_id, pub_id); in _notation_decl_handler()
354 _external_entity_ref_handler(void *user, const xmlChar *names, int type, const xmlChar *sys_id, con… 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 6 milliseconds