Home
last modified time | relevance | path

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

/PHP-7.0/ext/pcre/pcrelib/
H A Dpcre_compile.c9650 re->flags |= PCRE_RCH_CASELESS; in pcre_compile2()
9653 re->flags |= PCRE_RCH_CASELESS; in pcre_compile2()
9658 re->flags |= PCRE_RCH_CASELESS; in pcre_compile2()
9686 ((re->flags & PCRE_RCH_CASELESS) == 0)? "" : " (caseless)"; in pcre_compile2()
H A Dpcre_internal.h1084 #define PCRE_RCH_CASELESS 0x00000080 /* caseless requested char */ macro
H A Dpcre_exec.c6724 if ((re->flags & PCRE_RCH_CASELESS) != 0) in pcre_exec()
H A Dpcre_jit_compile.c10075 …earch_requested_char(common, (pcre_uchar)re->req_char, (re->flags & PCRE_RCH_CASELESS) != 0, (re->… in PRIV()

Completed in 71 milliseconds