Home
last modified time | relevance | path

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

/PHP-5.3/ext/pcre/pcrelib/
H A Dpcre_compile.c8315 re->flags |= PCRE_RCH_CASELESS; in pcre_compile2()
8318 re->flags |= PCRE_RCH_CASELESS; in pcre_compile2()
8323 re->flags |= PCRE_RCH_CASELESS; in pcre_compile2()
8351 ((re->flags & PCRE_RCH_CASELESS) == 0)? "" : " (caseless)"; in pcre_compile2()
H A Dpcre_internal.h1137 #define PCRE_RCH_CASELESS 0x0080 /* caseless requested char */ macro
H A Dpcre_exec.c6600 if ((re->flags & PCRE_RCH_CASELESS) != 0) in pcre_exec()

Completed in 41 milliseconds