Searched refs:valueMax (Results 1 – 3 of 3) sorted by relevance
396 int valueMax; /* max number of values stacked */ member
2903 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()
1247 ctxt->valueMax = 10; in xmlXPtrEvalXPointer()