Searched refs:PCRE2_CASELESS (Results 1 – 7 of 7) sorted by relevance
62 if (options & PCRE2_CASELESS) in convert_libmagic_pattern()
3255 + options |= PCRE2_CASELESS;
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()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()8048 *code++ = ((options & PCRE2_CASELESS) != 0)? OP_REFI : OP_REF; in compile_branch()8237 if ((utf||ucp) && (options & PCRE2_CASELESS) != 0) in compile_branch()[all …]
122 #define PCRE2_CASELESS 0x00000008u /* C */ macro
2282 options |= PCRE2_CASELESS; in magiccheck()
702 case 'i': coptions |= PCRE2_CASELESS; break; in pcre_get_compiled_regex_cache_ex()
515 PCRE2_CASELESS, &errnum, &err_offset, php_pcre_cctx()))) { in _php_mb_compile_regex()
Completed in 84 milliseconds