Home
last modified time | relevance | path

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

/PHP-7.4/ext/xmlwriter/
H A Dphp_xmlwriter.c1356 char *name, *pubid = NULL, *sysid = NULL; in PHP_FUNCTION() local
1362 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "s|s!s!", &name, &name_len, &pubid, &pubid_len, &sysid,… in PHP_FUNCTION()
1368 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "rs|s!s!", &pind, &name, &name_len, &pubid, &pubid_len,… in PHP_FUNCTION()
1378 retval = xmlTextWriterStartDTD(ptr, (xmlChar *)name, (xmlChar *)pubid, (xmlChar *)sysid); in PHP_FUNCTION()
1403 char *name, *pubid = NULL, *sysid = NULL, *subset = NULL; in PHP_FUNCTION() local
1409 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "s|s!s!s!", &name, &name_len, &pubid, &pubid_len, &sysi… in PHP_FUNCTION()
1427 …retval = xmlTextWriterWriteDTD(ptr, (xmlChar *)name, (xmlChar *)pubid, (xmlChar *)sysid, (xmlChar … in PHP_FUNCTION()
1615 char *pubid = NULL, *sysid = NULL, *ndataid = NULL; in PHP_FUNCTION() local
1622 &name, &name_len, &content, &content_len, &pe, &pubid, &pubid_len, in PHP_FUNCTION()
1629 &name, &name_len, &content, &content_len, &pe, &pubid, &pubid_len, in PHP_FUNCTION()
[all …]

Completed in 9 milliseconds