Lines Matching refs:PCRE_STUDY_JIT_COMPILE
2530 PCRE_STUDY_JIT_COMPILE
8348 (1) Call pcre_study() with the PCRE_STUDY_JIT_COMPILE option for
8360 #ifndef PCRE_STUDY_JIT_COMPILE
8361 #define PCRE_STUDY_JIT_COMPILE 0
8373 PCRE_STUDY_JIT_COMPILE requests the JIT compiler to generate code for
8377 instead of, PCRE_STUDY_JIT_COMPILE when you call pcre_study():
8391 If JIT support is not available, PCRE_STUDY_JIT_COMPILE etc. are
8416 with PCRE_STUDY_JIT_COMPILE etc., or the JIT compiler was not able to
8496 PCRE_STUDY_JIT_COMPILE etc. There are three cases for the values of the
8549 result of a successful study with PCRE_STUDY_JIT_COMPILE etc.
8633 extra = pcre_study(re, PCRE_STUDY_JIT_COMPILE, &error);
8737 PCRE_STUDY_JIT_COMPILE should also be set if you are going to run non-
9247 the PCRE_STUDY_JIT_COMPILE was used, the just-in-time data that is cre-
10273 PCRE_STUDY_JIT_COMPILE option, and just-in-time compiling was success-