Home
last modified time | relevance | path

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

/PHP-7.0/ext/pcre/pcrelib/
H A Dpcre_fullinfo.c157 (study != NULL && (study->flags & PCRE_STUDY_MAPPED) != 0)? in pcre_fullinfo()
H A Dpcre_study.c1591 study->flags |= PCRE_STUDY_MAPPED; in pcre_study()
H A Dpcre_internal.h1105 #define PCRE_STUDY_MAPPED 0x0001 /* a map of starting chars exists */ macro
H A Dpcre_exec.c6713 (study->flags & PCRE_STUDY_MAPPED) != 0) in pcre_exec()
H A Dpcre_jit_compile.c10061 else if (study != NULL && (study->flags & PCRE_STUDY_MAPPED) != 0) in PRIV()

Completed in 59 milliseconds