Home
last modified time | relevance | path

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

/php-src/ext/fileinfo/
H A Dphp_libmagic.c65 if (options & PCRE2_MULTILINE) in convert_libmagic_pattern()
H A Dlibmagic.patch2083 + opts |= PCRE2_MULTILINE;
3278 + options |= PCRE2_MULTILINE;
/php-src/ext/pcre/pcre2lib/
H A Dpcre2.h129 #define PCRE2_MULTILINE 0x00000400u /* C */ macro
H A Dpcre2_compile.c779 PCRE2_MULTILINE|PCRE2_NEVER_BACKSLASH_C|PCRE2_NEVER_UCP| \
2743 PCRE2_EXTENDED|PCRE2_EXTENDED_MORE|PCRE2_MULTILINE|PCRE2_NO_AUTO_CAPTURE| \
4219 options &= ~(PCRE2_CASELESS|PCRE2_MULTILINE|PCRE2_NO_AUTO_CAPTURE| in parse_regex()
4290 case CHAR_m: *optset |= PCRE2_MULTILINE; break; in parse_regex()
5832 if ((options & PCRE2_MULTILINE) != 0) in compile_branch()
5842 *code++ = ((options & PCRE2_MULTILINE) != 0)? OP_DOLLM : OP_DOLL; in compile_branch()
/php-src/ext/fileinfo/libmagic/
H A Dfuncs.c664 opts |= PCRE2_MULTILINE; in file_replace()
H A Dsoftmagic.c2279 options |= PCRE2_MULTILINE; in magiccheck()
/php-src/ext/pcre/
H A Dphp_pcre.c718 case 'm': coptions |= PCRE2_MULTILINE; break; in pcre_get_compiled_regex_cache_ex()

Completed in 60 milliseconds