Lines Matching refs:sysid
1378 char *name, *pubid = NULL, *sysid = NULL; in PHP_FUNCTION() local
1384 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "s|s!s!", &name, &name_len, &pubid, &pubid_len, &sysid,… in PHP_FUNCTION()
1390 …ZEND_NUM_ARGS(), "rs|s!s!", &pind, &name, &name_len, &pubid, &pubid_len, &sysid, &sysid_len) == FA… in PHP_FUNCTION()
1400 retval = xmlTextWriterStartDTD(ptr, (xmlChar *)name, (xmlChar *)pubid, (xmlChar *)sysid); in PHP_FUNCTION()
1425 char *name, *pubid = NULL, *sysid = NULL, *subset = NULL; in PHP_FUNCTION() local
1431 …eters(ZEND_NUM_ARGS(), "s|s!s!s!", &name, &name_len, &pubid, &pubid_len, &sysid, &sysid_len, &subs… in PHP_FUNCTION()
1437 …ND_NUM_ARGS(), "rs|s!s!s!", &pind, &name, &name_len, &pubid, &pubid_len, &sysid, &sysid_len, &subs… in PHP_FUNCTION()
1449 …retval = xmlTextWriterWriteDTD(ptr, (xmlChar *)name, (xmlChar *)pubid, (xmlChar *)sysid, (xmlChar … in PHP_FUNCTION()
1638 char *pubid = NULL, *sysid = NULL, *ndataid = NULL; in PHP_FUNCTION() local
1646 &sysid, &sysid_len, &ndataid, &ndataid_len) == FAILURE) { in PHP_FUNCTION()
1653 &sysid, &sysid_len, &ndataid, &ndataid_len) == FAILURE) { in PHP_FUNCTION()
1666 …retval = xmlTextWriterWriteDTDEntity(ptr, pe, (xmlChar *)name, (xmlChar *)pubid, (xmlChar *)sysid,… in PHP_FUNCTION()