Home
last modified time | relevance | path

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

/PHP-7.1/ext/pcre/pcrelib/
H A Dpcre_fullinfo.c225 *((pcre_uint32 *)where) = re->limit_match; in pcre_fullinfo()
H A Dpcre_jit_compile.c171 pcre_uint32 limit_match; member
187 pcre_uint32 limit_match; member
10034 OP1(SLJIT_MOV_UI, TMP1, 0, SLJIT_MEM1(TMP1), SLJIT_OFFSETOF(jit_arguments, limit_match)); in PRIV()
10382 functions->limit_match = (re->flags & PCRE_MLSET) != 0 ? re->limit_match : 0; in PRIV()
10438 arguments.limit_match = ((extra_data->flags & PCRE_EXTRA_MATCH_LIMIT) == 0) ? MATCH_LIMIT : (pcre_u… in PRIV()
10439 if (functions->limit_match != 0 && functions->limit_match < arguments.limit_match) in PRIV()
10440 arguments.limit_match = functions->limit_match; in PRIV()
10531 arguments.limit_match = ((extra_data->flags & PCRE_EXTRA_MATCH_LIMIT) == 0) ? MATCH_LIMIT : (pcre_u… in pcre_jit_exec()
10532 if (functions->limit_match != 0 && functions->limit_match < arguments.limit_match) in pcre_jit_exec()
10533 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.c9012 pcre_uint32 limit_match = PCRE_UINT32_MAX; in pcre_compile2() local
9134 if (c < limit_match) in pcre_compile2()
9136 limit_match = c; in pcre_compile2()
9373 re->limit_match = limit_match; in pcre_compile2()
H A Dpcre_exec.c6528 if ((re->flags & PCRE_MLSET) != 0 && re->limit_match < md->match_limit) in pcre_exec()
6529 md->match_limit = re->limit_match; in pcre_exec()

Completed in 79 milliseconds