pubid 1433 ext/xmlwriter/php_xmlwriter.c char *name, *pubid = NULL, *sysid = NULL; pubid 1440 ext/xmlwriter/php_xmlwriter.c if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "s|s!s!", &name, &name_len, &pubid, &pubid_len, &sysid, &sysid_len) == FAILURE) { pubid 1448 ext/xmlwriter/php_xmlwriter.c if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "rs|s!s!", &pind, &name, &name_len, &pubid, &pubid_len, &sysid, &sysid_len) == FAILURE) { pubid 1457 ext/xmlwriter/php_xmlwriter.c retval = xmlTextWriterStartDTD(ptr, (xmlChar *)name, (xmlChar *)pubid, (xmlChar *)sysid); pubid 1482 ext/xmlwriter/php_xmlwriter.c char *name, *pubid = NULL, *sysid = NULL, *subset = NULL; pubid 1489 ext/xmlwriter/php_xmlwriter.c if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "s|s!s!s!", &name, &name_len, &pubid, &pubid_len, &sysid, &sysid_len, &subset, &subset_len) == FAILURE) { pubid 1497 ext/xmlwriter/php_xmlwriter.c if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "rs|s!s!s!", &pind, &name, &name_len, &pubid, &pubid_len, &sysid, &sysid_len, &subset, &subset_len) == FAILURE) { pubid 1507 ext/xmlwriter/php_xmlwriter.c retval = xmlTextWriterWriteDTD(ptr, (xmlChar *)name, (xmlChar *)pubid, (xmlChar *)sysid, (xmlChar *)subset); pubid 1700 ext/xmlwriter/php_xmlwriter.c char *pubid = NULL, *sysid = NULL, *ndataid = NULL; pubid 1709 ext/xmlwriter/php_xmlwriter.c &name, &name_len, &content, &content_len, &pe, &pubid, &pubid_len, pubid 1718 ext/xmlwriter/php_xmlwriter.c &name, &name_len, &content, &content_len, &pe, &pubid, &pubid_len, pubid 1730 ext/xmlwriter/php_xmlwriter.c retval = xmlTextWriterWriteDTDEntity(ptr, pe, (xmlChar *)name, (xmlChar *)pubid, (xmlChar *)sysid, (xmlChar *)ndataid, (xmlChar *)content);