Home
last modified time | relevance | path

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

/PHP-5.4/ext/pcre/pcrelib/
H A Dpcre.h167 #define PCRE_NO_START_OPTIMIZE 0x04000000 /* C2 E D ) Synonyms */ macro
H A Dpcre_internal.h1123 PCRE_JAVASCRIPT_COMPAT|PCRE_UCP|PCRE_NO_START_OPTIMIZE|PCRE_NEVER_UTF)
1128 PCRE_BSR_ANYCRLF|PCRE_BSR_UNICODE|PCRE_NO_START_OPTIMIZE)
1134 PCRE_NO_START_OPTIMIZE)
H A Dpcre_exec.c6776 if (((options | re->options) & PCRE_NO_START_OPTIMIZE) == 0) in pcre_exec()
6849 if (((options | re->options) & PCRE_NO_START_OPTIMIZE) == 0 && !md->partial) in pcre_exec()
H A Dpcre_jit_compile.c9889 … == JIT_COMPILE && (re->flags & PCRE_REQCHSET) != 0 && (re->options & PCRE_NO_START_OPTIMIZE) == 0) in PRIV()
10010 if ((re->options & PCRE_NO_START_OPTIMIZE) == 0) in PRIV()
10025 if (mode == JIT_COMPILE && study->minlength > 0 && (re->options & PCRE_NO_START_OPTIMIZE) == 0) in PRIV()
H A Dpcre_compile.c8984 { skipatstart += 15; options |= PCRE_NO_START_OPTIMIZE; continue; } in pcre_compile2()
H A DChangeLog1007 23. Support PCRE_NO_START_OPTIMIZE in JIT as (*MARK) support requires it.
1356 19. If the PCRE_NO_START_OPTIMIZE option was set for pcre_compile(), it did not
2293 15. Added the PCRE_NO_START_OPTIMIZE match-time option.
/PHP-5.4/ext/pcre/pcrelib/doc/
H A Dpcre.txt2056 PCRE_NO_START_OPTIMIZE options can be set at the time of matching as
2345 PCRE_NO_START_OPTIMIZE
2352 details see the discussion of PCRE_NO_START_OPTIMIZE below.
2596 tions can be disabled by setting the PCRE_NO_START_OPTIMIZE option.
2601 PCRE_NO_START_OPTIMIZE can be specified at either compile time or exe-
2602 cution time. However, if PCRE_NO_START_OPTIMIZE is passed to
2607 There is a longer discussion of PCRE_NO_START_OPTIMIZE below.
3227 PCRE_NO_START_OPTIMIZE, PCRE_NO_UTF8_CHECK, PCRE_PARTIAL_HARD, and
3339 PCRE_NO_START_OPTIMIZE
3353 The PCRE_NO_START_OPTIMIZE option disables the start-up optimizations,
[all …]

Completed in 98 milliseconds