Home
last modified time | relevance | path

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

/PHP-5.3/ext/xmlwriter/
H A Dphp_xmlwriter.c1435 char *name, *pubid = NULL, *sysid = NULL; in PHP_FUNCTION() local
1442 …ND_NUM_ARGS() TSRMLS_CC, "s|s!s!", &name, &name_len, &pubid, &pubid_len, &sysid, &sysid_len) == FA… in PHP_FUNCTION()
1450 …RGS() TSRMLS_CC, "rs|s!s!", &pind, &name, &name_len, &pubid, &pubid_len, &sysid, &sysid_len) == FA… in PHP_FUNCTION()
1459 retval = xmlTextWriterStartDTD(ptr, (xmlChar *)name, (xmlChar *)pubid, (xmlChar *)sysid); in PHP_FUNCTION()
1484 char *name, *pubid = NULL, *sysid = NULL, *subset = NULL; in PHP_FUNCTION() local
1491 …_NUM_ARGS() TSRMLS_CC, "s|s!s!s!", &name, &name_len, &pubid, &pubid_len, &sysid, &sysid_len, &subs… in PHP_FUNCTION()
1509 …retval = xmlTextWriterWriteDTD(ptr, (xmlChar *)name, (xmlChar *)pubid, (xmlChar *)sysid, (xmlChar … in PHP_FUNCTION()
1702 char *pubid = NULL, *sysid = NULL, *ndataid = NULL; in PHP_FUNCTION() local
1712 &sysid, &sysid_len, &ndataid, &ndataid_len) == FAILURE) { in PHP_FUNCTION()
1721 &sysid, &sysid_len, &ndataid, &ndataid_len) == FAILURE) { in PHP_FUNCTION()
[all …]

Completed in 10 milliseconds