Lines Matching refs:limit_match
171 pcre_uint32 limit_match;
187 pcre_uint32 limit_match;
9990 OP1(SLJIT_MOV_UI, TMP1, 0, SLJIT_MEM1(TMP1), SLJIT_OFFSETOF(jit_arguments, limit_match));
10352 functions->limit_match = (re->flags & PCRE_MLSET) != 0 ? re->limit_match : 0;
10408 arguments.limit_match = ((extra_data->flags & PCRE_EXTRA_MATCH_LIMIT) == 0) ? MATCH_LIMIT : (pcre_uint32)(extra_data->match_limit);
10409 if (functions->limit_match != 0 && functions->limit_match < arguments.limit_match)
10410 arguments.limit_match = functions->limit_match;
10501 arguments.limit_match = ((extra_data->flags & PCRE_EXTRA_MATCH_LIMIT) == 0) ? MATCH_LIMIT : (pcre_uint32)(extra_data->match_limit);
10502 if (functions->limit_match != 0 && functions->limit_match < arguments.limit_match)
10503 arguments.limit_match = functions->limit_match;