Home
last modified time | relevance | path

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

/reactos/sdk/include/reactos/libs/libxml/
H A Dxpath.h396 int valueMax; /* max number of values stacked */ member
/reactos/sdk/lib/3rdparty/libxml2/
H A Dxpath.c2903 if (ctxt->valueNr >= ctxt->valueMax) { in valuePush()
2906 if (ctxt->valueMax >= XPATH_MAX_STACK_DEPTH) { in valuePush()
2911 2 * ctxt->valueMax * in valuePush()
2917 ctxt->valueMax *= 2; in valuePush()
6276 ret->valueMax = 10; in xmlXPathCompParserContext()
13900 ctxt->valueMax = 10; in xmlXPathRunEval()
H A Dxpointer.c1247 ctxt->valueMax = 10; in xmlXPtrEvalXPointer()