Home
last modified time | relevance | path

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

/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2.h142 #define PCRE2_USE_OFFSET_LIMIT 0x00800000u /* J M D */ macro
H A Dpcre2_dfa_match.c3399 if ((re->overall_options & PCRE2_USE_OFFSET_LIMIT) == 0) in pcre2_dfa_match()
H A Dpcre2_match.c6248 (re->overall_options & PCRE2_USE_OFFSET_LIMIT) == 0) in pcre2_match()
H A Dpcre2_compile.c768 PCRE2_NO_START_OPTIMIZE|PCRE2_NO_UTF_CHECK|PCRE2_USE_OFFSET_LIMIT|PCRE2_UTF)
H A Dpcre2_jit_compile.c5194 else if ((overall_options & PCRE2_USE_OFFSET_LIMIT) != 0) in mainloop_entry()
13543 if ((re->overall_options & (PCRE2_FIRSTLINE | PCRE2_USE_OFFSET_LIMIT)) != 0) in jit_compile()

Completed in 77 milliseconds