Home
last modified time | relevance | path

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

/PHP-5.3/ext/pcre/pcrelib/
H A Dpcre_compile.c8273 re->flags |= PCRE_FCH_CASELESS; in pcre_compile2()
8276 re->flags |= PCRE_FCH_CASELESS; in pcre_compile2()
8282 re->flags |= PCRE_FCH_CASELESS; in pcre_compile2()
8342 ((re->flags & PCRE_FCH_CASELESS) == 0)? "" : " (caseless)"; in pcre_compile2()
H A Dpcre_internal.h1135 #define PCRE_FCH_CASELESS 0x0020 /* caseless first char */ macro
H A Dpcre_exec.c6578 if ((re->flags & PCRE_FCH_CASELESS) != 0) in pcre_exec()

Completed in 52 milliseconds