Home
last modified time | relevance | path

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

/external/libxml2/
Dxpath.c11495 xmlXPathObjectPtr contextObj = NULL, exprRes = NULL; in xmlXPathCompOpEvalPredicate() local
11604 if (exprRes != NULL) in xmlXPathCompOpEvalPredicate()
11605 xmlXPathReleaseObject(ctxt->context, exprRes); in xmlXPathCompOpEvalPredicate()
11657 xmlXPathObjectPtr contextObj = NULL, exprRes = NULL; in xmlXPathCompOpEvalPositionalPredicate() local
11758 if (exprRes != NULL) { in xmlXPathCompOpEvalPositionalPredicate()
11759 xmlXPathReleaseObject(ctxt->context, exprRes); in xmlXPathCompOpEvalPositionalPredicate()
11760 exprRes = NULL; in xmlXPathCompOpEvalPositionalPredicate()
11790 if (exprRes != NULL) in xmlXPathCompOpEvalPositionalPredicate()
11791 xmlXPathReleaseObject(ctxt->context, exprRes); in xmlXPathCompOpEvalPositionalPredicate()