Searched refs:internal_study (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10/pcre-7/pcre/
H A Dpcre_try_flipped.c95 internal_study points to a new study block
103 const pcre_study_data *study, pcre_study_data *internal_study)
129 *internal_study = *study; /* To copy other fields */
130 internal_study->size = byteflip(study->size, sizeof(study->size));
131 internal_study->flags = byteflip(study->flags, sizeof(study->flags));
132 internal_study->minlength = byteflip(study->minlength,
102 _pcre_try_flipped(const real_pcre *re, real_pcre *internal_re, const pcre_study_data *study, pcre_study_data *internal_study) argument
H A Dpcre_fullinfo.c73 pcre_study_data internal_study; local
84 re = _pcre_try_flipped(re, &internal_re, study, &internal_study);
86 if (study != NULL) study = &internal_study;
H A Dpcre_dfa_exec.c2691 pcre_study_data internal_study; local
2736 the case, flipped values are put in internal_re and internal_study if there was
2741 re = _pcre_try_flipped(re, &internal_re, study, &internal_study);
2743 if (study != NULL) study = &internal_study;
H A Dpcre_exec.c5200 pcre_study_data internal_study; local
5255 the case, flipped values are put in internal_re and internal_study if there was
5260 re = _pcre_try_flipped(re, &internal_re, study, &internal_study);
5262 if (study != NULL) study = &internal_study;

Completed in 86 milliseconds