Searched refs:PCRE_RCH_CASELESS (Results 1 – 6 of 6) sorted by relevance
9647 re->flags |= PCRE_RCH_CASELESS; in pcre_compile2()9650 re->flags |= PCRE_RCH_CASELESS; in pcre_compile2()9655 re->flags |= PCRE_RCH_CASELESS; in pcre_compile2()9683 ((re->flags & PCRE_RCH_CASELESS) == 0)? "" : " (caseless)"; in pcre_compile2()
1084 #define PCRE_RCH_CASELESS 0x00000080 /* caseless requested char */ macro
3417 if ((re->flags & PCRE_RCH_CASELESS) != 0) in pcre_dfa_exec()
4313 ((REAL_PCRE_FLAGS(re) & PCRE_RCH_CASELESS) == 0)? in main()
6726 if ((re->flags & PCRE_RCH_CASELESS) != 0) in pcre_exec()
10075 …earch_requested_char(common, (pcre_uchar)re->req_char, (re->flags & PCRE_RCH_CASELESS) != 0, (re->… in PRIV()