Searched refs:pubid (Results 1 – 1 of 1) sorted by relevance
/PHP-8.3/ext/xmlwriter/ |
H A D | php_xmlwriter.c | 603 char *name, *pubid = NULL, *sysid = NULL; in PHP_FUNCTION() local 608 …getThis(), "Os|s!s!", &self, xmlwriter_class_entry_ce, &name, &name_len, &pubid, &pubid_len, &sysi… in PHP_FUNCTION() 613 retval = xmlTextWriterStartDTD(ptr, (xmlChar *)name, (xmlChar *)pubid, (xmlChar *)sysid); in PHP_FUNCTION() 630 char *name, *pubid = NULL, *sysid = NULL, *subset = NULL; in PHP_FUNCTION() local 635 …tThis(), "Os|s!s!s!", &self, xmlwriter_class_entry_ce, &name, &name_len, &pubid, &pubid_len, &sysi… in PHP_FUNCTION() 640 …retval = xmlTextWriterWriteDTD(ptr, (xmlChar *)name, (xmlChar *)pubid, (xmlChar *)sysid, (xmlChar … in PHP_FUNCTION() 758 char *pubid = NULL, *sysid = NULL, *ndataid = NULL; in PHP_FUNCTION() local 764 &name, &name_len, &content, &content_len, &pe, &pubid, &pubid_len, in PHP_FUNCTION() 772 …retval = xmlTextWriterWriteDTDEntity(ptr, pe, (xmlChar *)name, (xmlChar *)pubid, (xmlChar *)sysid,… in PHP_FUNCTION()
|
Completed in 10 milliseconds