Home
last modified time | relevance | path

Searched refs:PCRE_STUDY_MAPPED (Results 1 – 6 of 6) sorted by relevance

/external/pcre/dist/
Dpcre_fullinfo.c159 (study != NULL && (study->flags & PCRE_STUDY_MAPPED) != 0)? in pcre_fullinfo()
Dpcre_study.c1593 study->flags |= PCRE_STUDY_MAPPED; in pcre_study()
Dpcre_internal.h1105 #define PCRE_STUDY_MAPPED 0x0001 /* a map of starting chars exists */ macro
Dpcre_dfa_exec.c3405 (study->flags & PCRE_STUDY_MAPPED) != 0) in pcre_dfa_exec()
Dpcre_exec.c6715 (study->flags & PCRE_STUDY_MAPPED) != 0) in pcre_exec()
Dpcre_jit_compile.c10061 else if (study != NULL && (study->flags & PCRE_STUDY_MAPPED) != 0) in PRIV()