Home
last modified time | relevance | path

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

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

Completed in 36 milliseconds