Home
last modified time | relevance | path

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

/external/libxml2/include/libxml/
Dxpath.h385 int valueFrame; /* used to limit Pop on the stack */ member
/external/libxml2/
Dxpath.c2415 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()
Dxpointer.c1272 ctxt->valueFrame = 0; in xmlXPtrEvalXPointer()