Home
last modified time | relevance | path

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

/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_pattern_info.c237 *((uint32_t *)where) = re->newline_convention; in pcre2_pattern_info()
H A Dpcre2_intmodedep.h572 uint16_t newline_convention; member
635 uint16_t newline_convention; /* What is a newline? */ member
H A Dpcre2_substitute.c393 code->newline_convention != PCRE2_NEWLINE_CR && in pcre2_substitute()
394 code->newline_convention != PCRE2_NEWLINE_LF && in pcre2_substitute()
H A Dpcre2_context.c365 ccontext->newline_convention = newline; in pcre2_set_newline()
H A Dpcre2_dfa_match.c3437 switch(re->newline_convention) in pcre2_dfa_match()
H A Dpcre2_compile.c9943 if (newline == 0) newline = ccontext->newline_convention; in pcre2_compile()
10155 re->newline_convention = newline; in pcre2_compile()
H A Dpcre2_match.c6558 switch(re->newline_convention) in pcre2_match()
H A Dpcre2_jit_compile.c13441 switch(re->newline_convention) in jit_compile()

Completed in 123 milliseconds