Home
last modified time | relevance | path

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

/PHP-8.2/ext/xmlwriter/
H A Dphp_xmlwriter.c676 char *name, *pubid = NULL, *sysid = NULL; in PHP_FUNCTION() local
681 …, &self, xmlwriter_class_entry_ce, &name, &name_len, &pubid, &pubid_len, &sysid, &sysid_len) == FA… in PHP_FUNCTION()
687 retval = xmlTextWriterStartDTD(ptr, (xmlChar *)name, (xmlChar *)pubid, (xmlChar *)sysid); in PHP_FUNCTION()
708 char *name, *pubid = NULL, *sysid = NULL, *subset = NULL; in PHP_FUNCTION() local
713 …, &self, xmlwriter_class_entry_ce, &name, &name_len, &pubid, &pubid_len, &sysid, &sysid_len, &subs… in PHP_FUNCTION()
719 …retval = xmlTextWriterWriteDTD(ptr, (xmlChar *)name, (xmlChar *)pubid, (xmlChar *)sysid, (xmlChar … in PHP_FUNCTION()
856 char *pubid = NULL, *sysid = NULL, *ndataid = NULL; in PHP_FUNCTION() local
863 &sysid, &sysid_len, &ndataid, &ndataid_len) == FAILURE) { in PHP_FUNCTION()
871 …retval = xmlTextWriterWriteDTDEntity(ptr, pe, (xmlChar *)name, (xmlChar *)pubid, (xmlChar *)sysid,… in PHP_FUNCTION()

Completed in 7 milliseconds