Home
last modified time | relevance | path

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

/external/libxml2/fuzz/
Dxpath.c40 xpctxt->opLimit = 500000; in LLVMFuzzerTestOneInput()
/external/libxml2/include/libxml/
Dxpath.h359 unsigned long opLimit; member
/external/skia/tests/
DClipStackTest.cpp1019 size_t opLimit = enableClipShader ? ((size_t) kIntersect_SkClipOp + 1) in test_reduced_clip_stack() local
1021 SkClipOp op = kOps[r.nextULessThan(opLimit)]; in test_reduced_clip_stack()
/external/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))
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()