Home
last modified time | relevance | path

Searched refs:newline_convention (Results 1 – 9 of 9) sorted by relevance

/third_party/pcre2/pcre2/src/
Dpcre2_substitute.c412 code->newline_convention != PCRE2_NEWLINE_CR && in pcre2_substitute()
413 code->newline_convention != PCRE2_NEWLINE_LF && in pcre2_substitute()
Dpcre2_intmodedep.h572 uint16_t newline_convention; member
635 uint16_t newline_convention; /* What is a newline? */ member
Dpcre2_pattern_info.c237 *((uint32_t *)where) = re->newline_convention; in pcre2_pattern_info()
Dpcre2_context.c365 ccontext->newline_convention = newline; in pcre2_set_newline()
Dpcre2test.c703 …line", MOD_CTC, MOD_NL, 0, CO(newline_convention) },
4444 newline_convention; in show_pattern_info() local
4513 pattern_info(PCRE2_INFO_NEWLINE, &newline_convention, FALSE) in show_pattern_info()
4654 switch (newline_convention) in show_pattern_info()
5798 SETFLD(pat_context, newline_convention, local_newline_default); in process_pattern()
7963 uint16_t nl = FLD(compiled_code, newline_convention); in process_data()
Dpcre2_dfa_match.c3496 switch(re->newline_convention) in pcre2_dfa_match()
Dpcre2_compile.c10067 if (newline == 0) newline = ccontext->newline_convention; in pcre2_compile()
10280 re->newline_convention = newline; in pcre2_compile()
Dpcre2_match.c6758 switch(re->newline_convention) in pcre2_match()
Dpcre2_jit_compile.c13747 switch(re->newline_convention) in jit_compile()