Home
last modified time | relevance | path

Searched refs:PCRE_NO_START_OPTIMIZE (Results 1 – 7 of 7) sorted by relevance

/PHP-5.5/ext/pcre/pcrelib/
H A Dpcre.h167 #define PCRE_NO_START_OPTIMIZE 0x04000000 /* C2 E D ) Synonyms */ macro
H A Dpcre_internal.h1124 PCRE_JAVASCRIPT_COMPAT|PCRE_UCP|PCRE_NO_START_OPTIMIZE|PCRE_NEVER_UTF)
1129 PCRE_BSR_ANYCRLF|PCRE_BSR_UNICODE|PCRE_NO_START_OPTIMIZE)
1135 PCRE_NO_START_OPTIMIZE)
H A Dpcre_exec.c6777 if (((options | re->options) & PCRE_NO_START_OPTIMIZE) == 0) in pcre_exec()
6850 if (((options | re->options) & PCRE_NO_START_OPTIMIZE) == 0 && !md->partial) in pcre_exec()
H A Dpcre_jit_compile.c9931 … == JIT_COMPILE && (re->flags & PCRE_REQCHSET) != 0 && (re->options & PCRE_NO_START_OPTIMIZE) == 0) in PRIV()
10053 if ((re->options & PCRE_NO_START_OPTIMIZE) == 0) in PRIV()
10068 if (mode == JIT_COMPILE && study->minlength > 0 && (re->options & PCRE_NO_START_OPTIMIZE) == 0) in PRIV()
H A Dpcre_compile.c9110 { skipatstart += 15; options |= PCRE_NO_START_OPTIMIZE; continue; } in pcre_compile2()
H A DChangeLog1183 23. Support PCRE_NO_START_OPTIMIZE in JIT as (*MARK) support requires it.
1532 19. If the PCRE_NO_START_OPTIMIZE option was set for pcre_compile(), it did not
2469 15. Added the PCRE_NO_START_OPTIMIZE match-time option.
/PHP-5.5/ext/pcre/pcrelib/doc/
H A Dpcre.txt2067 PCRE_NO_START_OPTIMIZE options can be set at the time of matching as
2356 PCRE_NO_START_OPTIMIZE
2363 details see the discussion of PCRE_NO_START_OPTIMIZE below.
2607 tions can be disabled by setting the PCRE_NO_START_OPTIMIZE option.
2612 PCRE_NO_START_OPTIMIZE can be specified at either compile time or exe-
2613 cution time. However, if PCRE_NO_START_OPTIMIZE is passed to
2618 There is a longer discussion of PCRE_NO_START_OPTIMIZE below.
3238 PCRE_NO_START_OPTIMIZE, PCRE_NO_UTF8_CHECK, PCRE_PARTIAL_HARD, and
3350 PCRE_NO_START_OPTIMIZE
3364 The PCRE_NO_START_OPTIMIZE option disables the start-up optimizations,
[all …]

Completed in 137 milliseconds