Home
last modified time | relevance | path

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

/PHP-5.5/ext/xsl/
H A Dxsltprocessor.c486 xmlDocPtr newdocp = NULL; in php_xsl_apply_stylesheet() local
640 return newdocp; in php_xsl_apply_stylesheet()
652 xmlDoc *newdocp; in PHP_FUNCTION() local
668 if (newdocp) { in PHP_FUNCTION()
683 xmlFreeDoc(newdocp); in PHP_FUNCTION()
709 xmlDoc *newdocp; in PHP_FUNCTION() local
726 if (newdocp) { in PHP_FUNCTION()
728 xmlFreeDoc(newdocp); in PHP_FUNCTION()
740 xmlDoc *newdocp; in PHP_FUNCTION() local
758 if (newdocp) { in PHP_FUNCTION()
[all …]

Completed in 7 milliseconds