Searched refs:valueFrame (Results 1 – 4 of 4) sorted by relevance
386 int valueFrame; /* used to limit Pop on the stack */ member
300 if (ctxt->valueNr < ctxt->valueFrame + (x)) \
2500 ret = ctxt->valueFrame; in xmlXPathSetFrame()2501 ctxt->valueFrame = ctxt->valueNr; in xmlXPathSetFrame()2516 if (ctxt->valueNr < ctxt->valueFrame) { in xmlXPathPopFrame()2519 ctxt->valueFrame = frame; in xmlXPathPopFrame()2538 if (ctxt->valueNr <= ctxt->valueFrame) { in valuePop()6271 ret->valueFrame = 0; in xmlXPathCompParserContext()14486 ctxt->valueFrame = 0; in xmlXPathRunEval()
1265 ctxt->valueFrame = 0; in xmlXPtrEvalXPointer()