PCRE_STUDY_MAPPED 6714 ext/pcre/pcrelib/pcre_exec.c       (study->flags & PCRE_STUDY_MAPPED) != 0)
PCRE_STUDY_MAPPED  159 ext/pcre/pcrelib/pcre_fullinfo.c     (study != NULL && (study->flags & PCRE_STUDY_MAPPED) != 0)?
PCRE_STUDY_MAPPED 10018 ext/pcre/pcrelib/pcre_jit_compile.c     else if (study != NULL && (study->flags & PCRE_STUDY_MAPPED) != 0)
PCRE_STUDY_MAPPED 1586 ext/pcre/pcrelib/pcre_study.c     study->flags |= PCRE_STUDY_MAPPED;