Searched refs:valueFrame (Results 1 – 3 of 3) sorted by relevance
385 int valueFrame; /* used to limit Pop on the stack */ member
2415 ret = ctxt->valueFrame; in xmlXPathSetFrame()2416 ctxt->valueFrame = ctxt->valueNr; in xmlXPathSetFrame()2431 if (ctxt->valueNr < ctxt->valueFrame) { in xmlXPathPopFrame()2434 ctxt->valueFrame = frame; in xmlXPathPopFrame()2453 if (ctxt->valueNr <= ctxt->valueFrame) { in valuePop()6201 ret->valueFrame = 0; in xmlXPathCompParserContext()14398 ctxt->valueFrame = 0; in xmlXPathRunEval()
1272 ctxt->valueFrame = 0; in xmlXPtrEvalXPointer()