Home | History | Annotate | Download | only in dist

Lines Matching full:study_options

177 static int study_options = PCRE_STUDY_JIT_COMPILE;
179 static int study_options = 0;
2389 case N_NOJIT: study_options &= ~PCRE_STUDY_JIT_COMPILE; break;
3162 study_options |= PCRE_STUDY_EXTRA_NEEDED;
3167 if ((study_options & PCRE_STUDY_JIT_COMPILE) != 0)
3173 cp->hint = pcre_study(cp->compiled, study_options, &error);