Home | History | Annotate | Download | only in pcre

Lines Matching defs:internal_study

2827 pcre_study_data internal_study;
2873 the case, flipped values are put in internal_re and internal_study if there was
2878 re = _pcre_try_flipped(re, &internal_re, study, &internal_study);
2880 if (study != NULL) study = &internal_study;