Searched refs:valueFrame (Results 1 – 5 of 5) sorted by relevance
386 int valueFrame; /* used to limit Pop on the stack */ member
300 if (ctxt->valueNr < ctxt->valueFrame + (x)) \
411 d valueFrame 10i 0 Limit stack pop
2791 ret = ctxt->valueFrame; in xmlXPathSetFrame()2792 ctxt->valueFrame = ctxt->valueNr; in xmlXPathSetFrame()2807 if (ctxt->valueNr < ctxt->valueFrame) { in xmlXPathPopFrame()2810 ctxt->valueFrame = frame; in xmlXPathPopFrame()2829 if (ctxt->valueNr <= ctxt->valueFrame) { in valuePop()6276 ret->valueFrame = 0; in xmlXPathCompParserContext()13535 if (ctxt->valueNr < ctxt->valueFrame + op->value) { in xmlXPathCompOpEval()14506 ctxt->valueFrame = 0; in xmlXPathRunEval()
1265 ctxt->valueFrame = 0; in xmlXPtrEvalXPointer()