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

/barrelfish-2018-10-04/lib/pcre/
H A Dpcre_fullinfo.c159 (study != NULL && (study->flags & PCRE_STUDY_MAPPED) != 0)?
H A Dpcre_internal.h1105 #define PCRE_STUDY_MAPPED 0x0001 /* a map of starting chars exists */ macro
H A Dpcre_study.c1593 study->flags |= PCRE_STUDY_MAPPED;
H A Dpcre_dfa_exec.c3405 (study->flags & PCRE_STUDY_MAPPED) != 0)
H A Dpcre_exec.c6715 (study->flags & PCRE_STUDY_MAPPED) != 0)

Completed in 77 milliseconds