Home
last modified time | relevance | path

Searched refs:PCRE2_NEWLINE_ANY (Results 1 – 6 of 6) sorted by relevance

/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_context.c362 case PCRE2_NEWLINE_ANY: in pcre2_set_newline()
H A Dpcre2.h205 #define PCRE2_NEWLINE_ANY 4 macro
H A Dpcre2_dfa_match.c3460 case PCRE2_NEWLINE_ANY: in pcre2_dfa_match()
H A Dpcre2_compile.c843 { (uint8_t *)STRING_ANY_RIGHTPAR, 4, PSO_NL, PCRE2_NEWLINE_ANY },
9968 case PCRE2_NEWLINE_ANY: in pcre2_compile()
H A Dpcre2_match.c6581 case PCRE2_NEWLINE_ANY: in pcre2_match()
H A Dpcre2_jit_compile.c13446 …case PCRE2_NEWLINE_ANY: common->newline = (CHAR_CR << 8) | CHAR_NL; common->nltype = NLTYPE_ANY; b… in jit_compile()

Completed in 95 milliseconds