Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2_intmodedep.h572 uint16_t bsr_convention; member
633 uint16_t bsr_convention; /* What \R matches */ member
860 uint16_t bsr_convention; /* \R interpretation */ member
909 uint16_t bsr_convention; /* \R interpretation */ member
Dpcre2_pattern_info.c136 *((uint32_t *)where) = re->bsr_convention; in pcre2_pattern_info()
Dpcre2_dfa_match.c1547 if (mb->bsr_convention == PCRE2_BSR_ANYCRLF) break; in internal_dfa_match()
1805 if (mb->bsr_convention == PCRE2_BSR_ANYCRLF) break; in internal_dfa_match()
2065 if (mb->bsr_convention == PCRE2_BSR_ANYCRLF) break; in internal_dfa_match()
2236 if (mb->bsr_convention == PCRE2_BSR_ANYCRLF) break; in internal_dfa_match()
3401 mb->bsr_convention = re->bsr_convention; in pcre2_dfa_match()
Dpcre2_context.c337 ccontext->bsr_convention = value; in pcre2_set_bsr()
Dpcre2_match.c2265 if (mb->bsr_convention == PCRE2_BSR_ANYCRLF) RRETURN(MATCH_NOMATCH); in match()
2836 if (mb->bsr_convention == PCRE2_BSR_ANYCRLF) RRETURN(MATCH_NOMATCH); in match()
3091 if (mb->bsr_convention == PCRE2_BSR_ANYCRLF) RRETURN(MATCH_NOMATCH); in match()
3577 if (mb->bsr_convention == PCRE2_BSR_ANYCRLF) in match()
3705 if (mb->bsr_convention == PCRE2_BSR_ANYCRLF) in match()
4176 (mb->bsr_convention == PCRE2_BSR_ANYCRLF || in match()
4400 if (fc != CHAR_LF && (mb->bsr_convention == PCRE2_BSR_ANYCRLF || in match()
6228 mb->bsr_convention = re->bsr_convention; in pcre2_match()
Dpcre2test.c603 …{ "bsr", MOD_CTC, MOD_BSR, 0, CO(bsr_convention) …
4334 uint32_t backrefmax, bsr_convention, capture_count, first_ctype, first_cunit, in show_pattern_info() local
4391 pattern_info(PCRE2_INFO_BSR, &bsr_convention, FALSE) + in show_pattern_info()
4495 fprintf(outfile, "\\R matches %s\n", (bsr_convention == PCRE2_BSR_UNICODE)? in show_pattern_info()
Dpcre2_compile.c9410 if (bsr == 0) bsr = ccontext->bsr_convention; in pcre2_compile()
9625 re->bsr_convention = bsr; in pcre2_compile()
Dpcre2_jit_compile.c12073 if (re->bsr_convention == PCRE2_BSR_UNICODE) in jit_compile()
12075 else if (re->bsr_convention == PCRE2_BSR_ANYCRLF) in jit_compile()