Lines Matching refs:PCRE2_CASELESS

768   (PCRE2_ANCHORED|PCRE2_AUTO_CALLOUT|PCRE2_CASELESS|PCRE2_ENDANCHORED| \
2574 #define PARSE_TRACKED_OPTIONS (PCRE2_CASELESS|PCRE2_DOTALL|PCRE2_DUPNAMES| \
4055 options &= ~(PCRE2_CASELESS|PCRE2_MULTILINE|PCRE2_NO_AUTO_CAPTURE| in parse_regex()
4082 case CHAR_i: *optset |= PCRE2_CASELESS; break; in parse_regex()
5013 if ((options & PCRE2_CASELESS) != 0) in add_to_class_internal()
5021 options &= ~PCRE2_CASELESS; /* Remove for recursive calls */ in add_to_class_internal()
5470 req_caseopt = ((options & PCRE2_CASELESS) != 0)? REQ_CASELESS : 0; in compile_branch()
5681 if ((utf||ucp) && (options & PCRE2_CASELESS) != 0 && in compile_branch()
5692 *code++ = ((options & PCRE2_CASELESS) != 0)? OP_NOTI: OP_NOT; in compile_branch()
5727 if ((options & PCRE2_CASELESS) == 0) in compile_branch()
5730 options |= PCRE2_CASELESS; in compile_branch()
5791 if ((options & PCRE2_CASELESS) != 0 && posix_class <= 2) in compile_branch()
5960 options & ~PCRE2_CASELESS, cb, PRIV(hspace_list), NOTACHAR); in compile_branch()
5965 options & ~PCRE2_CASELESS, cb, PRIV(hspace_list)); in compile_branch()
5970 options & ~PCRE2_CASELESS, cb, PRIV(vspace_list), NOTACHAR); in compile_branch()
5975 options & ~PCRE2_CASELESS, cb, PRIV(vspace_list)); in compile_branch()
6322 req_caseopt = ((options & PCRE2_CASELESS) != 0)? REQ_CASELESS : 0; in compile_branch()
6828 *code++ = ((options & PCRE2_CASELESS) != 0)? OP_DNREFI : OP_DNREF; in compile_branch()
7789 *code++ = ((options & PCRE2_CASELESS) != 0)? OP_REFI : OP_REF; in compile_branch()
7959 if ((utf||ucp) && (options & PCRE2_CASELESS) != 0) in compile_branch()
7994 *code++ = ((options & PCRE2_CASELESS) != 0)? OP_CHARI : OP_CHAR; in compile_branch()
8051 options &= ~PCRE2_CASELESS; in compile_branch()