Home
last modified time | relevance | path

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

/PHP-8.0/ext/xmlwriter/
H A Dphp_xmlwriter.c673 char *name, *pubid = NULL, *sysid = NULL; in PHP_FUNCTION() local
678 …getThis(), "Os|s!s!", &self, xmlwriter_class_entry_ce, &name, &name_len, &pubid, &pubid_len, &sysi… in PHP_FUNCTION()
684 retval = xmlTextWriterStartDTD(ptr, (xmlChar *)name, (xmlChar *)pubid, (xmlChar *)sysid); in PHP_FUNCTION()
705 char *name, *pubid = NULL, *sysid = NULL, *subset = NULL; in PHP_FUNCTION() local
710 …tThis(), "Os|s!s!s!", &self, xmlwriter_class_entry_ce, &name, &name_len, &pubid, &pubid_len, &sysi… in PHP_FUNCTION()
716 …retval = xmlTextWriterWriteDTD(ptr, (xmlChar *)name, (xmlChar *)pubid, (xmlChar *)sysid, (xmlChar … in PHP_FUNCTION()
853 char *pubid = NULL, *sysid = NULL, *ndataid = NULL; in PHP_FUNCTION() local
859 &name, &name_len, &content, &content_len, &pe, &pubid, &pubid_len, in PHP_FUNCTION()
868 …retval = xmlTextWriterWriteDTDEntity(ptr, pe, (xmlChar *)name, (xmlChar *)pubid, (xmlChar *)sysid,… in PHP_FUNCTION()

Completed in 7 milliseconds