• Home
  • Raw
  • Download

Lines Matching refs:contextObj

11667 	xmlXPathObjectPtr contextObj = NULL, exprRes = NULL;  in xmlXPathCompOpEvalPredicate()  local
11729 if (contextObj == NULL) in xmlXPathCompOpEvalPredicate()
11730 contextObj = xmlXPathCacheNewNodeSet(xpctxt, contextNode); in xmlXPathCompOpEvalPredicate()
11732 if (xmlXPathNodeSetAddUnique(contextObj->nodesetval, in xmlXPathCompOpEvalPredicate()
11739 valuePush(ctxt, contextObj); in xmlXPathCompOpEvalPredicate()
11759 if (ctxt->value == contextObj) { in xmlXPathCompOpEvalPredicate()
11766 xmlXPathNodeSetClear(contextObj->nodesetval, hasNsNodes); in xmlXPathCompOpEvalPredicate()
11772 contextObj = NULL; in xmlXPathCompOpEvalPredicate()
11776 if (contextObj != NULL) { in xmlXPathCompOpEvalPredicate()
11777 if (ctxt->value == contextObj) in xmlXPathCompOpEvalPredicate()
11779 xmlXPathReleaseObject(xpctxt, contextObj); in xmlXPathCompOpEvalPredicate()
11836 xmlXPathObjectPtr contextObj = NULL, exprRes = NULL; in xmlXPathCompOpEvalPositionalPredicate() local
11884 if (contextObj == NULL) in xmlXPathCompOpEvalPositionalPredicate()
11885 contextObj = xmlXPathCacheNewNodeSet(xpctxt, contextNode); in xmlXPathCompOpEvalPositionalPredicate()
11887 if (xmlXPathNodeSetAddUnique(contextObj->nodesetval, in xmlXPathCompOpEvalPositionalPredicate()
11894 valuePush(ctxt, contextObj); in xmlXPathCompOpEvalPositionalPredicate()
11901 while (tmp != contextObj) { in xmlXPathCompOpEvalPositionalPredicate()
11957 if (ctxt->value == contextObj) { in xmlXPathCompOpEvalPositionalPredicate()
11964 xmlXPathNodeSetClear(contextObj->nodesetval, hasNsNodes); in xmlXPathCompOpEvalPositionalPredicate()
11970 contextObj = NULL; in xmlXPathCompOpEvalPositionalPredicate()
11980 if (contextObj != NULL) { in xmlXPathCompOpEvalPositionalPredicate()
11981 if (ctxt->value == contextObj) in xmlXPathCompOpEvalPositionalPredicate()
11983 xmlXPathReleaseObject(xpctxt, contextObj); in xmlXPathCompOpEvalPositionalPredicate()