Home
last modified time | relevance | path

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

/PHP-5.3/ext/pcre/pcrelib/
H A Dpcre_fullinfo.c121 (extra_data->flags & PCRE_EXTRA_EXECUTABLE_JIT) != 0 && in pcre_fullinfo()
171 (extra_data->flags & PCRE_EXTRA_EXECUTABLE_JIT) != 0 && in pcre_fullinfo()
H A Dpcre.h305 #define PCRE_EXTRA_EXECUTABLE_JIT 0x0040 macro
H A Dpcre_study.c1512 if (study->flags == 0 && (extra->flags & PCRE_EXTRA_EXECUTABLE_JIT) == 0 && in pcre_study()
1555 if ((extra->flags & PCRE_EXTRA_EXECUTABLE_JIT) != 0 && in pcre_free_study()
H A Dpcre_exec.c6362 && (extra_data->flags & (PCRE_EXTRA_EXECUTABLE_JIT | in pcre_exec()
6363 PCRE_EXTRA_TABLES)) == PCRE_EXTRA_EXECUTABLE_JIT in pcre_exec()
/PHP-5.3/ext/pcre/pcrelib/doc/
H A Dpcre.txt2991 PCRE_EXTRA_EXECUTABLE_JIT

Completed in 51 milliseconds