Home
last modified time | relevance | path

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

/third_party/libxml2/fuzz/
Dxpath.c40 xpctxt->opLimit = 500000; in LLVMFuzzerTestOneInput()
/third_party/libxml2/include/libxml/
Dxpath.h359 unsigned long opLimit; member
/third_party/libxml2/
Dxpath.c771 if ((opCount > xpctxt->opLimit) || in xmlXPathCheckOpLimit()
772 (xpctxt->opCount > xpctxt->opLimit - opCount)) { in xmlXPathCheckOpLimit()
773 xpctxt->opCount = xpctxt->opLimit; in xmlXPathCheckOpLimit()
783 ((ctxt->context->opLimit != 0) && (xmlXPathCheckOpLimit(ctxt, n) < 0))
12651 if ((ctxt->context->opLimit != 0) && in xmlXPathCompOpEvalFirst()
12791 if ((ctxt->context->opLimit != 0) && in xmlXPathCompOpEvalLast()
13071 if ((ctxt->context->opLimit != 0) && in xmlXPathCompOpEval()
13763 if (ctxt->opLimit != 0) { in xmlXPathRunStreamEval()
13764 if (ctxt->opCount >= ctxt->opLimit) { in xmlXPathRunStreamEval()