Lines Matching refs:sheetp
397 xsltStylesheetPtr sheetp, oldsheetp; in PHP_FUNCTION() local
426 sheetp = xsltParseStylesheetDoc(newdoc); in PHP_FUNCTION()
430 if (!sheetp) { in PHP_FUNCTION()
447 nodep = xmlDocGetRootElement(sheetp->doc); in PHP_FUNCTION()
470 php_xsl_set_object(id, sheetp); in PHP_FUNCTION()
626 xsltStylesheetPtr sheetp; in PHP_FUNCTION() local
632 sheetp = (xsltStylesheetPtr) intern->ptr; in PHP_FUNCTION()
638 newdocp = php_xsl_apply_stylesheet(id, intern, sheetp, docp); in PHP_FUNCTION()
681 xsltStylesheetPtr sheetp; in PHP_FUNCTION() local
689 sheetp = (xsltStylesheetPtr) intern->ptr; in PHP_FUNCTION()
695 newdocp = php_xsl_apply_stylesheet(id, intern, sheetp, docp); in PHP_FUNCTION()
699 ret = xsltSaveResultToFilename(uri, newdocp, sheetp, 0); in PHP_FUNCTION()
713 xsltStylesheetPtr sheetp; in PHP_FUNCTION() local
721 sheetp = (xsltStylesheetPtr) intern->ptr; in PHP_FUNCTION()
727 newdocp = php_xsl_apply_stylesheet(id, intern, sheetp, docp); in PHP_FUNCTION()
731 ret = xsltSaveResultToString(&doc_txt_ptr, &doc_txt_len, newdocp, sheetp); in PHP_FUNCTION()