Home
last modified time | relevance | path

Searched refs:PCRE2_CASELESS (Results 1 – 7 of 7) sorted by relevance

/PHP-7.3/ext/pcre/pcre2lib/
H A Dpcre2_compile.c3640 case CHAR_i: *optset |= PCRE2_CASELESS; break; in parse_regex()
4535 if ((options & PCRE2_CASELESS) != 0) in add_to_class_internal()
4543 options &= ~PCRE2_CASELESS; /* Remove for recursive calls */ in add_to_class_internal()
4989 req_caseopt = ((options & PCRE2_CASELESS) != 0)? REQ_CASELESS:0; in compile_branch()
5201 if (utf && (options & PCRE2_CASELESS) != 0 && in compile_branch()
5212 *code++ = ((options & PCRE2_CASELESS) != 0)? OP_NOTI: OP_NOT; in compile_branch()
5273 if ((options & PCRE2_CASELESS) != 0 && posix_class <= 2) in compile_branch()
5444 options & ~PCRE2_CASELESS, cb, PRIV(hspace_list)); in compile_branch()
5454 options & ~PCRE2_CASELESS, cb, PRIV(vspace_list)); in compile_branch()
7238 *code++ = ((options & PCRE2_CASELESS) != 0)? OP_REFI : OP_REF; in compile_branch()
[all …]
H A Dpcre2.h131 #define PCRE2_CASELESS 0x00000008u /* C */ macro
/PHP-7.3/ext/fileinfo/libmagic/
H A Dsoftmagic.c1833 if (options & PCRE2_CASELESS) in convert_libmagic_pattern()
2012 options |= PCRE2_CASELESS; in magiccheck()
/PHP-7.3/ext/pcre/
H A Dphp_pcre.c674 case 'i': coptions |= PCRE2_CASELESS; break; in pcre_get_compiled_regex_cache_ex()
/PHP-7.3/ext/fileinfo/
H A Dlibmagic.patch4121 + if (options & PCRE2_CASELESS)
4159 + options |= PCRE2_CASELESS;
/PHP-7.3/ext/mbstring/
H A Dmbstring.c1072 PCRE2_CASELESS, &errnum, &err_offset, php_pcre_cctx()))) { in _php_mb_compile_regex()
/PHP-7.3/ext/pgsql/
H A Dpgsql.c5775 options |= PCRE2_CASELESS;

Completed in 69 milliseconds