Home
last modified time | relevance | path

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

/PHP-7.0/ext/pcre/pcrelib/
H A Dpcre_fullinfo.c163 (study != NULL && (study->flags & PCRE_STUDY_MINLEN) != 0)? in pcre_fullinfo()
H A Dpcre_study.c1615 study->flags |= PCRE_STUDY_MINLEN; in pcre_study()
H A Dpcre_internal.h1106 #define PCRE_STUDY_MINLEN 0x0002 /* a minimum length field exists */ macro
H A Dpcre_exec.c6855 if (study != NULL && (study->flags & PCRE_STUDY_MINLEN) != 0 && in pcre_exec()

Completed in 37 milliseconds