Home
last modified time | relevance | path

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

/external/libxslt/libxslt/
Dtransform.c531 if (xslDebugStatus == XSLT_DEBUG_NONE) in xsltNewTransformContext()
2060 if (ctxt->debugStatus != XSLT_DEBUG_NONE) { in xsltDebuggerStartSequenceConstructor()
2206 if (ctxt->debugStatus != XSLT_DEBUG_NONE) { in xsltApplySequenceConstructor()
2256 if ((ctxt->debugStatus != XSLT_DEBUG_NONE) && (debuggedNode != cur)) in xsltApplySequenceConstructor()
2869 if ((ctxt->debugStatus != XSLT_DEBUG_NONE) && (addCallResult)) { in xsltApplySequenceConstructor()
2923 if (ctxt->debugStatus != XSLT_DEBUG_NONE) { in xsltApplyXSLTTemplate()
3122 if ((ctxt->debugStatus != XSLT_DEBUG_NONE) && (addCallResult)) { in xsltApplyXSLTTemplate()
4623 if (ctxt->debugStatus != XSLT_DEBUG_NONE) in xsltCallTemplate()
4933 if (ctxt->debugStatus != XSLT_DEBUG_NONE) in xsltApplyTemplates()
4962 if (ctxt->debugStatus != XSLT_DEBUG_NONE) in xsltApplyTemplates()
[all …]
Dxsltutils.h272 XSLT_DEBUG_NONE = 0, /* no debugging allowed */ enumerator
Ddocuments.c342 if (ctxt->debugStatus == XSLT_DEBUG_NONE) in xsltLoadDocument()
Dattributes.c733 if (ctxt->debugStatus != XSLT_DEBUG_NONE) in xsltAttributeInternal()
1098 (ctxt->debugStatus != XSLT_DEBUG_NONE)) in xsltApplyAttributeSet()
Dvariables.c1042 if ((ctxt->debugStatus != XSLT_DEBUG_NONE) && in xsltEvalGlobalVariable()