Home
last modified time | relevance | path

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

/external/pcre/dist/
Dpcre_fullinfo.c165 (study != NULL && (study->flags & PCRE_STUDY_MINLEN) != 0)? in pcre_fullinfo()
Dpcre_study.c1574 study->flags |= PCRE_STUDY_MINLEN; in pcre_study()
Dpcre_internal.h1105 #define PCRE_STUDY_MINLEN 0x0002 /* a minimum length field exists */ macro
Dpcre_dfa_exec.c3553 if (study != NULL && (study->flags & PCRE_STUDY_MINLEN) != 0 && in pcre_dfa_exec()
Dpcre_exec.c6844 if (study != NULL && (study->flags & PCRE_STUDY_MINLEN) != 0 && in pcre_exec()