Home
last modified time | relevance | path

Searched refs:PCRE_BSR_ANYCRLF (Results 1 – 6 of 6) sorted by relevance

/PHP-7.1/ext/pcre/pcrelib/
H A Dpcre.h164 #define PCRE_BSR_ANYCRLF 0x00800000 /* C3 E D */ macro
H A Dpcre_internal.h1119 PCRE_DUPNAMES|PCRE_NEWLINE_BITS|PCRE_BSR_ANYCRLF|PCRE_BSR_UNICODE| \
1125 PCRE_BSR_ANYCRLF|PCRE_BSR_UNICODE|PCRE_NO_START_OPTIMIZE)
1130 PCRE_DFA_RESTART|PCRE_NEWLINE_BITS|PCRE_BSR_ANYCRLF|PCRE_BSR_UNICODE| \
H A Dpcre_exec.c6582 switch (options & (PCRE_BSR_ANYCRLF|PCRE_BSR_UNICODE)) in pcre_exec()
6585 if ((re->options & (PCRE_BSR_ANYCRLF|PCRE_BSR_UNICODE)) != 0) in pcre_exec()
6586 md->bsr_anycrlf = (re->options & PCRE_BSR_ANYCRLF) != 0; in pcre_exec()
6595 case PCRE_BSR_ANYCRLF: in pcre_exec()
H A Dpcre_compile.c9174 { skipatstart += 14; newbsr = PCRE_BSR_ANYCRLF; } in pcre_compile2()
9181 options = (options & ~(PCRE_BSR_ANYCRLF|PCRE_BSR_UNICODE)) | newbsr; in pcre_compile2()
9231 if ((options & (PCRE_BSR_ANYCRLF|PCRE_BSR_UNICODE)) == in pcre_compile2()
9232 (PCRE_BSR_ANYCRLF|PCRE_BSR_UNICODE)) in pcre_compile2()
H A Dpcre_jit_compile.c9856 if ((re->options & PCRE_BSR_ANYCRLF) != 0) in PRIV()
/PHP-7.1/ext/pcre/pcrelib/doc/
H A Dpcre.txt2130 PCRE_BSR_ANYCRLF
3255 PCRE_BSR_ANYCRLF
4133 PCRE_NOTEMPTY_ATSTART, PCRE_NO_UTF8_CHECK, PCRE_BSR_ANYCRLF,
4698 CRLF by the PCRE_BSR_ANYCRLF option.
5299 PCRE_BSR_ANYCRLF either at compile time or when the pattern is matched.

Completed in 132 milliseconds