Home
last modified time | relevance | path

Searched refs:PCRE_NEWLINE_CR (Results 1 – 7 of 7) sorted by relevance

/PHP-7.1/ext/pcre/pcrelib/
H A Dpcredemo.c268 option_bits &= PCRE_NEWLINE_CR|PCRE_NEWLINE_LF|PCRE_NEWLINE_CRLF| in main()
280 option_bits = (d == 13)? PCRE_NEWLINE_CR : in main()
H A Dpcre.h159 #define PCRE_NEWLINE_CR 0x00100000 /* C3 E D */ macro
H A Dpcre_compile.c9163 { skipatstart += 5; newnl = PCRE_NEWLINE_CR; } in pcre_compile2()
9167 { skipatstart += 7; newnl = PCRE_NEWLINE_CR + PCRE_NEWLINE_LF; } in pcre_compile2()
9245 case PCRE_NEWLINE_CR: newline = CHAR_CR; break; in pcre_compile2()
9247 case PCRE_NEWLINE_CR+ in pcre_compile2()
H A Dpcre_internal.h1111 #define PCRE_NEWLINE_BITS (PCRE_NEWLINE_CR|PCRE_NEWLINE_LF|PCRE_NEWLINE_ANY| \
H A Dpcre_exec.c6613 case PCRE_NEWLINE_CR: newline = CHAR_CR; break; in pcre_exec()
6615 case PCRE_NEWLINE_CR+ in pcre_exec()
H A Dpcre_jit_compile.c9846 case PCRE_NEWLINE_CR: common->newline = CHAR_CR; break; in PRIV()
9848 case PCRE_NEWLINE_CR+ in PRIV()
/PHP-7.1/ext/pcre/pcrelib/doc/
H A Dpcre.txt2292 PCRE_NEWLINE_CR
2324 ble. For example, PCRE_NEWLINE_CR with PCRE_NEWLINE_LF is equivalent to
3263 PCRE_NEWLINE_CR

Completed in 116 milliseconds