Home
last modified time | relevance | path

Searched refs:PCRE_STUDY_JIT_COMPILE (Results 1 – 6 of 6) sorted by relevance

/PHP-7.1/ext/pcre/pcrelib/
H A Dpcre.h306 #define PCRE_STUDY_JIT_COMPILE 0x0001 macro
H A Dpcre_study.c1565 PCRE_STUDY_JIT_COMPILE | PCRE_STUDY_JIT_PARTIAL_SOFT_COMPILE | in pcre_study()
1627 if ((options & PCRE_STUDY_JIT_COMPILE) != 0) in pcre_study()
H A Dpcre_internal.h1134 (PCRE_STUDY_JIT_COMPILE|PCRE_STUDY_JIT_PARTIAL_SOFT_COMPILE| \
H A DREADME690 this time with a forced pcre_study() with the PCRE_STUDY_JIT_COMPILE option.
/PHP-7.1/ext/pcre/
H A Dphp_pcre.c534 soptions |= PCRE_STUDY_JIT_COMPILE; in pcre_get_compiled_regex_cache()
/PHP-7.1/ext/pcre/pcrelib/doc/
H A Dpcre.txt2541 PCRE_STUDY_JIT_COMPILE
8372 (1) Call pcre_study() with the PCRE_STUDY_JIT_COMPILE option for
8384 #ifndef PCRE_STUDY_JIT_COMPILE
8385 #define PCRE_STUDY_JIT_COMPILE 0
8397 PCRE_STUDY_JIT_COMPILE requests the JIT compiler to generate code for
8401 instead of, PCRE_STUDY_JIT_COMPILE when you call pcre_study():
8415 If JIT support is not available, PCRE_STUDY_JIT_COMPILE etc. are
8440 with PCRE_STUDY_JIT_COMPILE etc., or the JIT compiler was not able to
8520 PCRE_STUDY_JIT_COMPILE etc. There are three cases for the values of the
8573 result of a successful study with PCRE_STUDY_JIT_COMPILE etc.
[all …]

Completed in 49 milliseconds