Home
last modified time | relevance | path

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

/PHP-5.5/ext/pcre/pcrelib/
H A Dpcre.h164 #define PCRE_BSR_ANYCRLF 0x00800000 /* C3 E D */ macro
H A Dpcre_internal.h1123 PCRE_DUPNAMES|PCRE_NEWLINE_BITS|PCRE_BSR_ANYCRLF|PCRE_BSR_UNICODE| \
1129 PCRE_BSR_ANYCRLF|PCRE_BSR_UNICODE|PCRE_NO_START_OPTIMIZE)
1134 PCRE_DFA_RESTART|PCRE_NEWLINE_BITS|PCRE_BSR_ANYCRLF|PCRE_BSR_UNICODE| \
H A Dpcre_exec.c6584 switch (options & (PCRE_BSR_ANYCRLF|PCRE_BSR_UNICODE)) in pcre_exec()
6587 if ((re->options & (PCRE_BSR_ANYCRLF|PCRE_BSR_UNICODE)) != 0) in pcre_exec()
6588 md->bsr_anycrlf = (re->options & PCRE_BSR_ANYCRLF) != 0; in pcre_exec()
6597 case PCRE_BSR_ANYCRLF: in pcre_exec()
H A Dpcre_compile.c9162 { skipatstart += 14; newbsr = PCRE_BSR_ANYCRLF; } in pcre_compile2()
9169 options = (options & ~(PCRE_BSR_ANYCRLF|PCRE_BSR_UNICODE)) | newbsr; in pcre_compile2()
9219 if ((options & (PCRE_BSR_ANYCRLF|PCRE_BSR_UNICODE)) == in pcre_compile2()
9220 (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-5.5/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 111 milliseconds