Home
last modified time | relevance | path

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

/PHP-7.2/ext/pcre/pcrelib/
H A Dpcre_compile.c9710 re->flags |= PCRE_RCH_CASELESS; in pcre_compile2()
9713 re->flags |= PCRE_RCH_CASELESS; in pcre_compile2()
9718 re->flags |= PCRE_RCH_CASELESS; in pcre_compile2()
9746 ((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.c6726 if ((re->flags & PCRE_RCH_CASELESS) != 0) in pcre_exec()
H A Dpcre_jit_compile.c11090 …earch_requested_char(common, (pcre_uchar)re->req_char, (re->flags & PCRE_RCH_CASELESS) != 0, (re->… in PRIV()

Completed in 67 milliseconds