Home
last modified time | relevance | path

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

/reactos/sdk/lib/3rdparty/libxml2/
H A Dxpath.c13886 int oldDepth; in xmlXPathRunEval() local
13944 oldDepth = ctxt->context->depth; in xmlXPathRunEval()
13950 ctxt->context->depth = oldDepth; in xmlXPathRunEval()
14221 int oldDepth = 0; in xmlXPathCtxtCompile() local
14235 oldDepth = ctxt->depth; in xmlXPathCtxtCompile()
14238 ctxt->depth = oldDepth; in xmlXPathCtxtCompile()
14259 oldDepth = ctxt->depth; in xmlXPathCtxtCompile()
14262 ctxt->depth = oldDepth; in xmlXPathCtxtCompile()
14418 int oldDepth = 0; in xmlXPathEvalExpr() local
14432 oldDepth = ctxt->context->depth; in xmlXPathEvalExpr()
[all …]