Home
last modified time | relevance | path

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

/PHP-7.3/ext/pcre/pcre2lib/
H A Dpcre2.h144 #define PCRE2_NO_START_OPTIMIZE 0x00010000u /* J M D */ macro
H A Dpcre2_compile.c700 PCRE2_FIRSTLINE|PCRE2_LITERAL|PCRE2_NO_START_OPTIMIZE| \
767 { (uint8_t *)STRING_NO_START_OPT_RIGHTPAR, 13, PSO_OPT, PCRE2_NO_START_OPTIMIZE },
9801 if ((re->overall_options & PCRE2_NO_START_OPTIMIZE) == 0) in pcre2_compile()
H A Dpcre2_dfa_match.c3542 if ((re->overall_options & PCRE2_NO_START_OPTIMIZE) == 0 && in pcre2_dfa_match()
H A Dpcre2_jit_compile.c12146 …MPLETE && (re->flags & PCRE2_LASTSET) != 0 && (re->overall_options & PCRE2_NO_START_OPTIMIZE) == 0) in jit_compile()
12206 if ((re->overall_options & PCRE2_ANCHORED) == 0 && (re->overall_options & PCRE2_NO_START_OPTIMIZE) … in jit_compile()
12272 if ((re->overall_options & PCRE2_NO_START_OPTIMIZE) == 0) in jit_compile()
12287 …== PCRE2_JIT_COMPLETE && re->minlength > 0 && (re->overall_options & PCRE2_NO_START_OPTIMIZE) == 0) in jit_compile()
H A Dpcre2_match.c6380 if ((re->overall_options & PCRE2_NO_START_OPTIMIZE) == 0) in pcre2_match()

Completed in 86 milliseconds