Lines Matching refs:PCRE2_CASELESS

770   (PCRE2_ANCHORED|PCRE2_AUTO_CALLOUT|PCRE2_CASELESS|PCRE2_ENDANCHORED| \
2743 #define PARSE_TRACKED_OPTIONS (PCRE2_CASELESS|PCRE2_DOTALL|PCRE2_DUPNAMES| \
4220 options &= ~(PCRE2_CASELESS|PCRE2_MULTILINE|PCRE2_NO_AUTO_CAPTURE| in parse_regex()
4290 case CHAR_i: *optset |= PCRE2_CASELESS; break; in parse_regex()
5244 if ((options & PCRE2_CASELESS) != 0) in add_to_class_internal()
5252 options &= ~PCRE2_CASELESS; /* Remove for recursive calls */ in add_to_class_internal()
5719 req_caseopt = ((options & PCRE2_CASELESS) != 0)? REQ_CASELESS : 0; in compile_branch()
5931 if ((utf||ucp) && (options & PCRE2_CASELESS) != 0 && in compile_branch()
5944 *code++ = ((options & PCRE2_CASELESS) != 0)? OP_NOTI: OP_NOT; in compile_branch()
5983 if ((options & PCRE2_CASELESS) == 0) in compile_branch()
5986 options |= PCRE2_CASELESS; in compile_branch()
6047 if ((options & PCRE2_CASELESS) != 0 && posix_class <= 2) in compile_branch()
6220 options & ~PCRE2_CASELESS, xoptions, cb, PRIV(hspace_list), in compile_branch()
6226 options & ~PCRE2_CASELESS, xoptions, cb, PRIV(hspace_list)); in compile_branch()
6231 options & ~PCRE2_CASELESS, xoptions, cb, PRIV(vspace_list), in compile_branch()
6237 options & ~PCRE2_CASELESS, xoptions, cb, PRIV(vspace_list)); in compile_branch()
6586 req_caseopt = ((options & PCRE2_CASELESS) != 0)? REQ_CASELESS : 0; in compile_branch()
7094 *code++ = ((options & PCRE2_CASELESS) != 0)? OP_DNREFI : OP_DNREF; in compile_branch()
8048 *code++ = ((options & PCRE2_CASELESS) != 0)? OP_REFI : OP_REF; in compile_branch()
8237 if ((utf||ucp) && (options & PCRE2_CASELESS) != 0) in compile_branch()
8274 *code++ = ((options & PCRE2_CASELESS) != 0)? OP_CHARI : OP_CHAR; in compile_branch()
8331 options &= ~PCRE2_CASELESS; in compile_branch()