Searched refs:limit_match (Results 1 - 5 of 5) sorted by relevance

/forgerock/web-agents-v4/pcre/
H A Dpcre_byte_order.c135 re->limit_match = swap_uint32(re->limit_match);
H A Dpcre_fullinfo.c227 *((pcre_uint32 *)where) = re->limit_match;
H A Dpcre_jit_compile.c171 pcre_uint32 limit_match; member in struct:jit_arguments
187 pcre_uint32 limit_match; member in struct:executable_functions
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
[all...]
H A Dpcre_compile.c8792 pcre_uint32 limit_match = PCRE_UINT32_MAX; local
8914 if (c < limit_match)
8916 limit_match = c;
9158 re->limit_match = limit_match;
H A Dpcre_exec.c6518 if ((re->flags & PCRE_MLSET) != 0 && re->limit_match < md->match_limit)
6519 md->match_limit = re->limit_match;

Completed in 234 milliseconds