Lines Matching refs:oldDepth
13886 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()
14435 ctxt->context->depth = oldDepth; in xmlXPathEvalExpr()
14444 oldDepth = ctxt->context->depth; in xmlXPathEvalExpr()
14448 ctxt->context->depth = oldDepth; in xmlXPathEvalExpr()