Searched refs:pubid_len (Results 1 – 1 of 1) sorted by relevance
/PHP-7.2/ext/xmlwriter/ |
H A D | php_xmlwriter.c | 1379 size_t name_len, pubid_len, sysid_len; 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 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "rs|s!s!", &pind, &name, &name_len, &pubid, &pubid_len,… in PHP_FUNCTION() 1426 size_t name_len, pubid_len, sysid_len, subset_len; in PHP_FUNCTION() local 1431 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "s|s!s!s!", &name, &name_len, &pubid, &pubid_len, &sysi… in PHP_FUNCTION() 1437 …ameters(ZEND_NUM_ARGS(), "rs|s!s!s!", &pind, &name, &name_len, &pubid, &pubid_len, &sysid, &sysid_… in PHP_FUNCTION() 1640 size_t pubid_len, sysid_len, ndataid_len; in PHP_FUNCTION() local 1645 &name, &name_len, &content, &content_len, &pe, &pubid, &pubid_len, in PHP_FUNCTION() 1652 &name, &name_len, &content, &content_len, &pe, &pubid, &pubid_len, in PHP_FUNCTION()
|
Completed in 18 milliseconds