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

/barrelfish-2018-10-04/lib/pcre/
H A Dpcre_fullinfo.c165 (study != NULL && (study->flags & PCRE_STUDY_MINLEN) != 0)?
H A Dpcre_internal.h1106 #define PCRE_STUDY_MINLEN 0x0002 /* a minimum length field exists */ macro
H A Dpcre_study.c1617 study->flags |= PCRE_STUDY_MINLEN;
H A Dpcre_dfa_exec.c3554 if (study != NULL && (study->flags & PCRE_STUDY_MINLEN) != 0 &&
H A Dpcre_exec.c6857 if (study != NULL && (study->flags & PCRE_STUDY_MINLEN) != 0 &&

Completed in 167 milliseconds