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

/forgerock/web-agents-v4/pcre/
H A Dpcre_fullinfo.c159 (study != NULL && (study->flags & PCRE_STUDY_MAPPED) != 0)?
H A Dpcre_internal.h1104 #define PCRE_STUDY_MAPPED 0x0001 /* a map of starting chars exists */ macro
H A Dpcre_study.c1550 study->flags |= PCRE_STUDY_MAPPED;
H A Dpcre_dfa_exec.c3404 (study->flags & PCRE_STUDY_MAPPED) != 0)
H A Dpcre_exec.c6702 (study->flags & PCRE_STUDY_MAPPED) != 0)
H A Dpcre_jit_compile.c10025 else if ((re->flags & PCRE_STARTLINE) == 0 && study != NULL && (study->flags & PCRE_STUDY_MAPPED) != 0)

Completed in 295 milliseconds