Home
last modified time | relevance | path

Searched refs:valueFrame (Results 1 – 5 of 5) sorted by relevance

/external/libxml2/include/libxml/
Dxpath.h386 int valueFrame; /* used to limit Pop on the stack */ member
DxpathInternals.h300 if (ctxt->valueNr < ctxt->valueFrame + (x)) \
/external/libxml2/os400/libxmlrpg/
Dxpath.rpgle411 d valueFrame 10i 0 Limit stack pop
/external/libxml2/
Dxpath.c2791 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()
Dxpointer.c1265 ctxt->valueFrame = 0; in xmlXPtrEvalXPointer()