Lines Matching refs:sheetp
399 xsltStylesheetPtr sheetp, oldsheetp; in PHP_FUNCTION() local
428 sheetp = xsltParseStylesheetDoc(newdoc); in PHP_FUNCTION()
432 if (!sheetp) { in PHP_FUNCTION()
448 nodep = xmlDocGetRootElement(sheetp->doc); in PHP_FUNCTION()
471 php_xsl_set_object(id, sheetp); in PHP_FUNCTION()
624 xsltStylesheetPtr sheetp; in PHP_FUNCTION() local
630 sheetp = (xsltStylesheetPtr) intern->ptr; in PHP_FUNCTION()
636 newdocp = php_xsl_apply_stylesheet(id, intern, sheetp, docp); in PHP_FUNCTION()
679 xsltStylesheetPtr sheetp; in PHP_FUNCTION() local
687 sheetp = (xsltStylesheetPtr) intern->ptr; in PHP_FUNCTION()
693 newdocp = php_xsl_apply_stylesheet(id, intern, sheetp, docp); in PHP_FUNCTION()
697 ret = xsltSaveResultToFilename(uri, newdocp, sheetp, 0); in PHP_FUNCTION()
711 xsltStylesheetPtr sheetp; in PHP_FUNCTION() local
719 sheetp = (xsltStylesheetPtr) intern->ptr; in PHP_FUNCTION()
725 newdocp = php_xsl_apply_stylesheet(id, intern, sheetp, docp); in PHP_FUNCTION()
729 ret = xsltSaveResultToString(&doc_txt_ptr, &doc_txt_len, newdocp, sheetp); in PHP_FUNCTION()