Home | History | Annotate | Download | only in pcre

Lines Matching defs:internal_study

5624 pcre_study_data internal_study;
5680 the case, flipped values are put in internal_re and internal_study if there was
5685 re = _pcre_try_flipped(re, &internal_re, study, &internal_study);
5687 if (study != NULL) study = &internal_study;