Lines Matching refs:locNr
1355 for (i = 0;i < cur->locNr;i++) { in xmlXPathDebugDumpLocationSet()
13050 if ((oldlocset == NULL) || (oldlocset->locNr == 0)) { in xmlXPathCompOpEvalFilterFirst()
13065 for (i = 0; i < oldlocset->locNr; i++) { in xmlXPathCompOpEvalFilterFirst()
13071 ctxt->context->contextSize = oldlocset->locNr; in xmlXPathCompOpEvalFilterFirst()
13119 if (newlocset->locNr > 0) { in xmlXPathCompOpEvalFilterFirst()
13750 if ((oldlocset == NULL) || (oldlocset->locNr == 0)) { in xmlXPathCompOpEval()
13767 for (i = 0; i < oldlocset->locNr; i++) { in xmlXPathCompOpEval()
13773 ctxt->context->contextSize = oldlocset->locNr; in xmlXPathCompOpEval()
14013 if ((oldlocset == NULL) || (oldlocset->locNr == 0)) { in xmlXPathCompOpEval()
14028 for (i = 0; i < oldlocset->locNr; i++) { in xmlXPathCompOpEval()
14034 ctxt->context->contextSize = oldlocset->locNr; in xmlXPathCompOpEval()
14053 for (j=0; j<rloc->locNr; j++) { in xmlXPathCompOpEval()
14643 return (ptr->locNr != 0); in xmlXPathEvaluatePredicateResult()