Home
last modified time | relevance | path

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

/external/libxml2/
Dxpath.c11667 xmlXPathObjectPtr contextObj = NULL, exprRes = NULL; in xmlXPathCompOpEvalPredicate() local
11782 if (exprRes != NULL) in xmlXPathCompOpEvalPredicate()
11783 xmlXPathReleaseObject(ctxt->context, exprRes); in xmlXPathCompOpEvalPredicate()
11836 xmlXPathObjectPtr contextObj = NULL, exprRes = NULL; in xmlXPathCompOpEvalPositionalPredicate() local
11953 if (exprRes != NULL) { in xmlXPathCompOpEvalPositionalPredicate()
11954 xmlXPathReleaseObject(ctxt->context, exprRes); in xmlXPathCompOpEvalPositionalPredicate()
11955 exprRes = NULL; in xmlXPathCompOpEvalPositionalPredicate()
11985 if (exprRes != NULL) in xmlXPathCompOpEvalPositionalPredicate()
11986 xmlXPathReleaseObject(ctxt->context, exprRes); in xmlXPathCompOpEvalPositionalPredicate()