Searched refs:bsr_convention (Results 1 – 7 of 7) sorted by relevance
571 uint16_t bsr_convention; member634 uint16_t bsr_convention; /* What \R matches */ member874 uint16_t bsr_convention; /* \R interpretation */ member925 uint16_t bsr_convention; /* \R interpretation */ member
136 *((uint32_t *)where) = re->bsr_convention; in pcre2_pattern_info()
339 ccontext->bsr_convention = value; in pcre2_set_bsr()
1589 if (mb->bsr_convention == PCRE2_BSR_ANYCRLF) break; in internal_dfa_match()1861 if (mb->bsr_convention == PCRE2_BSR_ANYCRLF) break; in internal_dfa_match()2136 if (mb->bsr_convention == PCRE2_BSR_ANYCRLF) break; in internal_dfa_match()2307 if (mb->bsr_convention == PCRE2_BSR_ANYCRLF) break; in internal_dfa_match()3494 mb->bsr_convention = re->bsr_convention; in pcre2_dfa_match()
2355 if (mb->bsr_convention == PCRE2_BSR_ANYCRLF) RRETURN(MATCH_NOMATCH); in match()3002 if (mb->bsr_convention == PCRE2_BSR_ANYCRLF) RRETURN(MATCH_NOMATCH); in match()3257 if (mb->bsr_convention == PCRE2_BSR_ANYCRLF) RRETURN(MATCH_NOMATCH); in match()3805 if (mb->bsr_convention == PCRE2_BSR_ANYCRLF) in match()3933 if (mb->bsr_convention == PCRE2_BSR_ANYCRLF) in match()4458 (mb->bsr_convention == PCRE2_BSR_ANYCRLF || in match()4682 if (fc != CHAR_LF && (mb->bsr_convention == PCRE2_BSR_ANYCRLF || in match()6762 mb->bsr_convention = re->bsr_convention; in pcre2_match()
10065 if (bsr == 0) bsr = ccontext->bsr_convention; in pcre2_compile()10281 re->bsr_convention = bsr; in pcre2_compile()
13759 if (re->bsr_convention == PCRE2_BSR_UNICODE) in jit_compile()13761 else if (re->bsr_convention == PCRE2_BSR_ANYCRLF) in jit_compile()
Completed in 113 milliseconds