Home
last modified time | relevance | path

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

/external/libxml2/
Dxpath.c11696 xmlXPathObjectPtr contextObj = NULL, exprRes = NULL; in xmlXPathCompOpEvalPredicate() local
11809 if (exprRes != NULL) in xmlXPathCompOpEvalPredicate()
11810 xmlXPathReleaseObject(ctxt->context, exprRes); in xmlXPathCompOpEvalPredicate()
11862 xmlXPathObjectPtr contextObj = NULL, exprRes = NULL; in xmlXPathCompOpEvalPositionalPredicate() local
11977 if (exprRes != NULL) { in xmlXPathCompOpEvalPositionalPredicate()
11978 xmlXPathReleaseObject(ctxt->context, exprRes); in xmlXPathCompOpEvalPositionalPredicate()
11979 exprRes = NULL; in xmlXPathCompOpEvalPositionalPredicate()
12009 if (exprRes != NULL) in xmlXPathCompOpEvalPositionalPredicate()
12010 xmlXPathReleaseObject(ctxt->context, exprRes); in xmlXPathCompOpEvalPositionalPredicate()