PCRE_STUDY_MAPPED 6713 ext/pcre/pcrelib/pcre_exec.c       (study->flags & PCRE_STUDY_MAPPED) != 0)
PCRE_STUDY_MAPPED  157 ext/pcre/pcrelib/pcre_fullinfo.c     (study != NULL && (study->flags & PCRE_STUDY_MAPPED) != 0)?
PCRE_STUDY_MAPPED 10061 ext/pcre/pcrelib/pcre_jit_compile.c     else if (study != NULL && (study->flags & PCRE_STUDY_MAPPED) != 0)
PCRE_STUDY_MAPPED 1591 ext/pcre/pcrelib/pcre_study.c     study->flags |= PCRE_STUDY_MAPPED;