Lines Matching refs:valueNr
2413 if ((ctxt == NULL) || (ctxt->valueNr <= 0)) in valuePop()
2415 ctxt->valueNr--; in valuePop()
2416 if (ctxt->valueNr > 0) in valuePop()
2417 ctxt->value = ctxt->valueTab[ctxt->valueNr - 1]; in valuePop()
2420 ret = ctxt->valueTab[ctxt->valueNr]; in valuePop()
2421 ctxt->valueTab[ctxt->valueNr] = NULL; in valuePop()
2437 if (ctxt->valueNr >= ctxt->valueMax) { in valuePush()
2450 ctxt->valueTab[ctxt->valueNr] = value; in valuePush()
2452 return (ctxt->valueNr++); in valuePush()
6152 ret->valueNr = 0; in xmlXPathCompParserContext()
13354 if (ctxt->valueNr < op->value) { in xmlXPathCompOpEval()
13361 if (ctxt->valueTab[(ctxt->valueNr - 1) - i] == NULL) { in xmlXPathCompOpEval()
14303 ctxt->valueNr = 0; in xmlXPathRunEval()
14726 if (pctxt->valueNr > 0) { in xmlXPathCompiledEvalInternal()