Searched refs:PCRE2_USE_OFFSET_LIMIT (Results 1 – 5 of 5) sorted by relevance
142 #define PCRE2_USE_OFFSET_LIMIT 0x00800000u /* J M D */ macro
3399 if ((re->overall_options & PCRE2_USE_OFFSET_LIMIT) == 0) in pcre2_dfa_match()
6248 (re->overall_options & PCRE2_USE_OFFSET_LIMIT) == 0) in pcre2_match()
768 PCRE2_NO_START_OPTIMIZE|PCRE2_NO_UTF_CHECK|PCRE2_USE_OFFSET_LIMIT|PCRE2_UTF)
5194 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 86 milliseconds