Searched refs:opLimit (Results 1 – 4 of 4) sorted by relevance
40 xpctxt->opLimit = 500000; in LLVMFuzzerTestOneInput()
359 unsigned long opLimit; member
1019 size_t opLimit = enableClipShader ? ((size_t) kIntersect_SkClipOp + 1) in test_reduced_clip_stack() local1021 SkClipOp op = kOps[r.nextULessThan(opLimit)]; in test_reduced_clip_stack()
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))12649 if ((ctxt->context->opLimit != 0) && in xmlXPathCompOpEvalFirst()12789 if ((ctxt->context->opLimit != 0) && in xmlXPathCompOpEvalLast()13069 if ((ctxt->context->opLimit != 0) && in xmlXPathCompOpEval()13761 if (ctxt->opLimit != 0) { in xmlXPathRunStreamEval()13762 if (ctxt->opCount >= ctxt->opLimit) { in xmlXPathRunStreamEval()