Home
last modified time | relevance | path

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

/PHP-5.5/ext/pcre/pcrelib/
H A Dpcre_fullinfo.c227 *((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.h2334 pcre_uint32 limit_match; /* Limit set from regex */ member
2360 pcre_uint32 limit_match; /* Limit set from regex */ member
H A Dpcre_compile.c9000 pcre_uint32 limit_match = PCRE_UINT32_MAX; in pcre_compile2() local
9122 if (c < limit_match) in pcre_compile2()
9124 limit_match = c; in pcre_compile2()
9361 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 77 milliseconds