Home
last modified time | relevance | path

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

/third_party/pcre2/pcre2/src/
Dpcre2_intmodedep.h571 uint16_t bsr_convention; member
634 uint16_t bsr_convention; /* What \R matches */ member
874 uint16_t bsr_convention; /* \R interpretation */ member
925 uint16_t bsr_convention; /* \R interpretation */ member
Dpcre2_pattern_info.c136 *((uint32_t *)where) = re->bsr_convention; in pcre2_pattern_info()
Dpcre2_dfa_match.c1589 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()
Dpcre2_context.c339 ccontext->bsr_convention = value; in pcre2_set_bsr()
Dpcre2_match.c2341 if (mb->bsr_convention == PCRE2_BSR_ANYCRLF) RRETURN(MATCH_NOMATCH); in match()
2988 if (mb->bsr_convention == PCRE2_BSR_ANYCRLF) RRETURN(MATCH_NOMATCH); in match()
3243 if (mb->bsr_convention == PCRE2_BSR_ANYCRLF) RRETURN(MATCH_NOMATCH); in match()
3791 if (mb->bsr_convention == PCRE2_BSR_ANYCRLF) in match()
3919 if (mb->bsr_convention == PCRE2_BSR_ANYCRLF) in match()
4444 (mb->bsr_convention == PCRE2_BSR_ANYCRLF || in match()
4668 if (fc != CHAR_LF && (mb->bsr_convention == PCRE2_BSR_ANYCRLF || in match()
6756 mb->bsr_convention = re->bsr_convention; in pcre2_match()
Dpcre2test.c645 …{ "bsr", MOD_CTC, MOD_BSR, 0, CO(bsr_convention)…
4441 uint32_t backrefmax, bsr_convention, capture_count, first_ctype, first_cunit, in show_pattern_info() local
4498 pattern_info(PCRE2_INFO_BSR, &bsr_convention, FALSE) + in show_pattern_info()
4649 fprintf(outfile, "\\R matches %s\n", (bsr_convention == PCRE2_BSR_UNICODE)? in show_pattern_info()
Dpcre2_compile.c10063 if (bsr == 0) bsr = ccontext->bsr_convention; in pcre2_compile()
10279 re->bsr_convention = bsr; in pcre2_compile()
Dpcre2_jit_compile.c13759 if (re->bsr_convention == PCRE2_BSR_UNICODE) in jit_compile()
13761 else if (re->bsr_convention == PCRE2_BSR_ANYCRLF) in jit_compile()