Home
last modified time | relevance | path

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

/dports/security/xmlsec1/xmlsec1-1.2.29/src/
H A Dxslt.c272 xmlSecXsltError("xsltParseStylesheetDoc", NULL, xmlSecTransformGetName(transform)); in xmlSecXsltReadNode()
382 xmlSecXsltError("xsltParseStylesheetDoc", ctx->xslt, xmlSecTransformGetName(transform)); in xmlSecXsltPushBin()
491 xmlSecXsltError("xsltSaveResultTo", ctx->xslt, NULL); in xmlSecXslProcess()
530 xmlSecXsltError("xsltNewTransformContext", ctx->xslt, NULL); in xmlSecXsApplyStylesheet()
537 xmlSecXsltError("xsltSetCtxtSecurityPrefs", ctx->xslt, NULL); in xmlSecXsApplyStylesheet()
543 xmlSecXsltError("xsltApplyStylesheetUser", ctx->xslt, NULL); in xmlSecXsApplyStylesheet()
H A Derrors_helpers.h234 #define xmlSecXsltError(errorFunction, ctxt, errorObject) \ macro