Home
last modified time | relevance | path

Searched refs:valueFrame (Results 1 – 4 of 4) 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/
Dxpath.c2500 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()
Dxpointer.c1265 ctxt->valueFrame = 0; in xmlXPtrEvalXPointer()