Searched refs:PCRE2_NEWLINE_ANY (Results 1 – 6 of 6) sorted by relevance
362 case PCRE2_NEWLINE_ANY: in pcre2_set_newline()
205 #define PCRE2_NEWLINE_ANY 4 macro
3460 case PCRE2_NEWLINE_ANY: in pcre2_dfa_match()
843 { (uint8_t *)STRING_ANY_RIGHTPAR, 4, PSO_NL, PCRE2_NEWLINE_ANY },9968 case PCRE2_NEWLINE_ANY: in pcre2_compile()
6581 case PCRE2_NEWLINE_ANY: in pcre2_match()
13446 …case PCRE2_NEWLINE_ANY: common->newline = (CHAR_CR << 8) | CHAR_NL; common->nltype = NLTYPE_ANY; b… in jit_compile()
Completed in 94 milliseconds