Home
last modified time | relevance | path

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

/PHP-7.0/ext/xsl/
H A Dxsltprocessor.c480 xmlDocPtr newdocp = NULL; in php_xsl_apply_stylesheet() local
616 return newdocp; in php_xsl_apply_stylesheet()
628 xmlDoc *newdocp; in PHP_FUNCTION() local
643 if (newdocp) { in PHP_FUNCTION()
657 xmlFreeDoc(newdocp); in PHP_FUNCTION()
683 xmlDoc *newdocp; in PHP_FUNCTION() local
701 if (newdocp) { in PHP_FUNCTION()
703 xmlFreeDoc(newdocp); in PHP_FUNCTION()
715 xmlDoc *newdocp; in PHP_FUNCTION() local
733 if (newdocp) { in PHP_FUNCTION()
[all …]

Completed in 6 milliseconds