Searched refs:offset_limit (Results 1 – 6 of 6) sorted by relevance
/PHP-8.0/ext/pcre/pcre2lib/ |
H A D | pcre2_jit_match.c | 136 arguments.offset_limit = mcontext->offset_limit; in pcre2_jit_match() 148 arguments.offset_limit = PCRE2_UNSET; in pcre2_jit_match()
|
H A D | pcre2_context.c | 442 mcontext->offset_limit = limit; in pcre2_set_offset_limit()
|
H A D | pcre2_intmodedep.h | 589 PCRE2_SIZE offset_limit; member
|
H A D | pcre2_dfa_match.c | 3397 if (mcontext->offset_limit != PCRE2_UNSET) in pcre2_dfa_match() 3401 bumpalong_limit = subject + mcontext->offset_limit; in pcre2_dfa_match()
|
H A D | pcre2_match.c | 6247 if (mcontext != NULL && mcontext->offset_limit != PCRE2_UNSET && in pcre2_match() 6518 bumpalong_limit = (mcontext->offset_limit == PCRE2_UNSET)? in pcre2_match() 6519 true_end_subject : subject + mcontext->offset_limit; in pcre2_match()
|
H A D | pcre2_jit_compile.c | 189 sljit_uw offset_limit; member 5202 OP1(SLJIT_MOV, TMP1, 0, SLJIT_MEM1(TMP1), SLJIT_OFFSETOF(jit_arguments, offset_limit)); in mainloop_entry() 5205 OP1(SLJIT_MOV, TMP1, 0, SLJIT_MEM1(ARGUMENTS), SLJIT_OFFSETOF(jit_arguments, offset_limit)); in mainloop_entry()
|
Completed in 106 milliseconds