Home
last modified time | relevance | path

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

/PHP-5.5/ext/pcre/pcrelib/
H A Dpcre_compile.c9605 re->flags |= PCRE_FCH_CASELESS; in pcre_compile2()
9608 re->flags |= PCRE_FCH_CASELESS; in pcre_compile2()
9614 re->flags |= PCRE_FCH_CASELESS; in pcre_compile2()
9674 ((re->flags & PCRE_FCH_CASELESS) == 0)? "" : " (caseless)"; in pcre_compile2()
H A Dpcre_internal.h1086 #define PCRE_FCH_CASELESS 0x00000020 /* caseless first char */ macro
H A Dpcre_exec.c6704 if ((re->flags & PCRE_FCH_CASELESS) != 0) in pcre_exec()
H A Dpcre_jit_compile.c10058 …fast_forward_first_char(common, (pcre_uchar)re->first_char, (re->flags & PCRE_FCH_CASELESS) != 0, … in PRIV()

Completed in 92 milliseconds