Home
last modified time | relevance | path

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

/external/libxml2/
Dxpath.c11670 xmlXPathObjectPtr contextObj = NULL, exprRes = NULL; in xmlXPathCompOpEvalPredicate() local
11783 if (exprRes != NULL) in xmlXPathCompOpEvalPredicate()
11784 xmlXPathReleaseObject(ctxt->context, exprRes); in xmlXPathCompOpEvalPredicate()
11836 xmlXPathObjectPtr contextObj = NULL, exprRes = NULL; in xmlXPathCompOpEvalPositionalPredicate() local
11951 if (exprRes != NULL) { in xmlXPathCompOpEvalPositionalPredicate()
11952 xmlXPathReleaseObject(ctxt->context, exprRes); in xmlXPathCompOpEvalPositionalPredicate()
11953 exprRes = NULL; in xmlXPathCompOpEvalPositionalPredicate()
11983 if (exprRes != NULL) in xmlXPathCompOpEvalPositionalPredicate()
11984 xmlXPathReleaseObject(ctxt->context, exprRes); in xmlXPathCompOpEvalPositionalPredicate()