Searched refs:PCRE_NO_START_OPTIMIZE (Results 1 - 6 of 6) sorted by relevance

/forgerock/web-agents-v4/pcre/
H A Dpcre_internal.h1119 PCRE_JAVASCRIPT_COMPAT|PCRE_UCP|PCRE_NO_START_OPTIMIZE|PCRE_NEVER_UTF)
1124 PCRE_BSR_ANYCRLF|PCRE_BSR_UNICODE|PCRE_NO_START_OPTIMIZE)
1130 PCRE_NO_START_OPTIMIZE)
H A Dpcre.h167 #define PCRE_NO_START_OPTIMIZE 0x04000000 /* C2 E D ) Synonyms */ macro
H A Dpcre_dfa_exec.c3467 if (((options | re->options) & PCRE_NO_START_OPTIMIZE) == 0)
3544 if (((options | re->options) & PCRE_NO_START_OPTIMIZE) == 0 &&
H A Dpcre_exec.c6764 if (((options | re->options) & PCRE_NO_START_OPTIMIZE) == 0)
6837 if (((options | re->options) & PCRE_NO_START_OPTIMIZE) == 0 && !md->partial)
H A Dpcre_compile.c8902 { skipatstart += 15; options |= PCRE_NO_START_OPTIMIZE; continue; }
H A Dpcre_jit_compile.c9873 if (mode == JIT_COMPILE && (re->flags & PCRE_REQCHSET) != 0 && (re->options & PCRE_NO_START_OPTIMIZE) == 0)
10008 if ((re->options & PCRE_NO_START_OPTIMIZE) == 0)
10032 if (mode == JIT_COMPILE && study->minlength > 0 && (re->options & PCRE_NO_START_OPTIMIZE) == 0)

Completed in 112 milliseconds