Home
last modified time | relevance | path

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

/PHP-8.1/ext/xmlwriter/
H A Dphp_xmlwriter.c676 char *name, *pubid = NULL, *sysid = NULL; in PHP_FUNCTION() local
681 …getThis(), "Os|s!s!", &self, xmlwriter_class_entry_ce, &name, &name_len, &pubid, &pubid_len, &sysi… 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 …tThis(), "Os|s!s!s!", &self, xmlwriter_class_entry_ce, &name, &name_len, &pubid, &pubid_len, &sysi… 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
862 &name, &name_len, &content, &content_len, &pe, &pubid, &pubid_len, in PHP_FUNCTION()
871 …retval = xmlTextWriterWriteDTDEntity(ptr, pe, (xmlChar *)name, (xmlChar *)pubid, (xmlChar *)sysid,… in PHP_FUNCTION()

Completed in 9 milliseconds