Home
last modified time | relevance | path

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

/PHP-8.1/ext/pcre/pcre2lib/
H A Dpcre2_intmodedep.h571 uint16_t bsr_convention; member
634 uint16_t bsr_convention; /* What \R matches */ member
863 uint16_t bsr_convention; /* \R interpretation */ member
914 uint16_t bsr_convention; /* \R interpretation */ member
H A Dpcre2_pattern_info.c136 *((uint32_t *)where) = re->bsr_convention; in pcre2_pattern_info()
H A Dpcre2_context.c339 ccontext->bsr_convention = value; in pcre2_set_bsr()
H A Dpcre2_dfa_match.c1561 if (mb->bsr_convention == PCRE2_BSR_ANYCRLF) break; in internal_dfa_match()
1819 if (mb->bsr_convention == PCRE2_BSR_ANYCRLF) break; in internal_dfa_match()
2079 if (mb->bsr_convention == PCRE2_BSR_ANYCRLF) break; in internal_dfa_match()
2250 if (mb->bsr_convention == PCRE2_BSR_ANYCRLF) break; in internal_dfa_match()
3435 mb->bsr_convention = re->bsr_convention; in pcre2_dfa_match()
H A Dpcre2_match.c2340 if (mb->bsr_convention == PCRE2_BSR_ANYCRLF) RRETURN(MATCH_NOMATCH); in match()
2911 if (mb->bsr_convention == PCRE2_BSR_ANYCRLF) RRETURN(MATCH_NOMATCH); in match()
3166 if (mb->bsr_convention == PCRE2_BSR_ANYCRLF) RRETURN(MATCH_NOMATCH); in match()
3652 if (mb->bsr_convention == PCRE2_BSR_ANYCRLF) in match()
3780 if (mb->bsr_convention == PCRE2_BSR_ANYCRLF) in match()
4251 (mb->bsr_convention == PCRE2_BSR_ANYCRLF || in match()
4475 if (fc != CHAR_LF && (mb->bsr_convention == PCRE2_BSR_ANYCRLF || in match()
6558 mb->bsr_convention = re->bsr_convention; in pcre2_match()
H A Dpcre2_compile.c9971 if (bsr == 0) bsr = ccontext->bsr_convention; in pcre2_compile()
10187 re->bsr_convention = bsr; in pcre2_compile()
H A Dpcre2_jit_compile.c13530 if (re->bsr_convention == PCRE2_BSR_UNICODE) in jit_compile()
13532 else if (re->bsr_convention == PCRE2_BSR_ANYCRLF) in jit_compile()

Completed in 113 milliseconds