Searched refs:PCRE_STUDY_MINLEN (Results 1 – 5 of 5) sorted by relevance
165 (study != NULL && (study->flags & PCRE_STUDY_MINLEN) != 0)? in pcre_fullinfo()
1574 study->flags |= PCRE_STUDY_MINLEN; in pcre_study()
1105 #define PCRE_STUDY_MINLEN 0x0002 /* a minimum length field exists */ macro
3553 if (study != NULL && (study->flags & PCRE_STUDY_MINLEN) != 0 && in pcre_dfa_exec()
6844 if (study != NULL && (study->flags & PCRE_STUDY_MINLEN) != 0 && in pcre_exec()