Searched refs:opLimit (Results 1 – 3 of 3) sorted by relevance
40 xpctxt->opLimit = 500000; in LLVMFuzzerTestOneInput()
359 unsigned long opLimit; member
771 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()