Home
last modified time | relevance | path

Searched refs:offset_limit (Results 1 – 6 of 6) sorted by relevance

/php-src/ext/pcre/pcre2lib/
H A Dpcre2_jit_match.c142 arguments.offset_limit = mcontext->offset_limit; in pcre2_jit_match()
154 arguments.offset_limit = PCRE2_UNSET; in pcre2_jit_match()
H A Dpcre2_context.c450 mcontext->offset_limit = limit; in pcre2_set_offset_limit()
H A Dpcre2_intmodedep.h590 PCRE2_SIZE offset_limit; member
H A Dpcre2_dfa_match.c3508 if (mcontext->offset_limit != PCRE2_UNSET) in pcre2_dfa_match()
3512 bumpalong_limit = subject + mcontext->offset_limit; in pcre2_dfa_match()
H A Dpcre2_match.c6671 if (mcontext != NULL && mcontext->offset_limit != PCRE2_UNSET && in pcre2_match()
6944 bumpalong_limit = (mcontext->offset_limit == PCRE2_UNSET)? in pcre2_match()
6945 true_end_subject : subject + mcontext->offset_limit; in pcre2_match()
H A Dpcre2_jit_compile.c195 sljit_uw offset_limit; member
5432 OP1(SLJIT_MOV, TMP1, 0, SLJIT_MEM1(TMP1), SLJIT_OFFSETOF(jit_arguments, offset_limit)); in mainloop_entry()
5435 OP1(SLJIT_MOV, TMP1, 0, SLJIT_MEM1(ARGUMENTS), SLJIT_OFFSETOF(jit_arguments, offset_limit)); in mainloop_entry()

Completed in 65 milliseconds