Home
last modified time | relevance | path

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

/external/libxml2/include/libxml/
Dxpath.h377 int valueMax; /* max number of values stacked */ member
/external/libxml2/
Dxpath.c2437 if (ctxt->valueNr >= ctxt->valueMax) { in valuePush()
2441 2 * ctxt->valueMax * in valuePush()
2447 ctxt->valueMax *= 2; in valuePush()
6153 ret->valueMax = 10; in xmlXPathCompParserContext()
14304 ctxt->valueMax = 10; in xmlXPathRunEval()
Dxpointer.c1268 ctxt->valueMax = 10; in xmlXPtrEvalXPointer()