Home
last modified time | relevance | path

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

/PHP-7.2/ext/pcre/pcrelib/
H A Dpcre_fullinfo.c227 *((pcre_uint32 *)where) = re->limit_match; in pcre_fullinfo()
H A Dpcre_jit_compile.c171 sljit_u32 limit_match; member
187 sljit_u32 limit_match; member
11046 OP1(SLJIT_MOV_U32, TMP1, 0, SLJIT_MEM1(TMP1), SLJIT_OFFSETOF(jit_arguments, limit_match)); in PRIV()
11393 functions->limit_match = (re->flags & PCRE_MLSET) != 0 ? re->limit_match : 0; in PRIV()
11449 arguments.limit_match = ((extra_data->flags & PCRE_EXTRA_MATCH_LIMIT) == 0) ? MATCH_LIMIT : (sljit_… in PRIV()
11450 if (functions->limit_match != 0 && functions->limit_match < arguments.limit_match) in PRIV()
11451 arguments.limit_match = functions->limit_match; in PRIV()
11542 arguments.limit_match = ((extra_data->flags & PCRE_EXTRA_MATCH_LIMIT) == 0) ? MATCH_LIMIT : (sljit_… in pcre_jit_exec()
11543 if (functions->limit_match != 0 && functions->limit_match < arguments.limit_match) in pcre_jit_exec()
11544 arguments.limit_match = functions->limit_match; in pcre_jit_exec()
H A Dpcre_internal.h2330 pcre_uint32 limit_match; /* Limit set from regex */ member
2356 pcre_uint32 limit_match; /* Limit set from regex */ member
H A Dpcre_compile.c9063 pcre_uint32 limit_match = PCRE_UINT32_MAX; in pcre_compile2() local
9185 if (c < limit_match) in pcre_compile2()
9187 limit_match = c; in pcre_compile2()
9424 re->limit_match = limit_match; in pcre_compile2()
H A Dpcre_exec.c6530 if ((re->flags & PCRE_MLSET) != 0 && re->limit_match < md->match_limit) in pcre_exec()
6531 md->match_limit = re->limit_match; in pcre_exec()

Completed in 86 milliseconds